IEGL10 Interface

Definition

[Android.Runtime.Register("javax/microedition/khronos/egl/EGL10", "", "Javax.Microedition.Khronos.Egl.IEGL10Invoker")]
public interface IEGL10 : IDisposable, Java.Interop.IJavaPeerable, Javax.Microedition.Khronos.Egl.IEGL
[<Android.Runtime.Register("javax/microedition/khronos/egl/EGL10", "", "Javax.Microedition.Khronos.Egl.IEGL10Invoker")>]
type IEGL10 = interface
    interface IEGL
    interface IJavaObject
    interface IDisposable
    interface IJavaPeerable
Derived
Attributes
Implements

Remarks

Android platform documentation

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Fields

EglAlphaFormat
EglAlphaMaskSize
EglAlphaSize
EglBadAccess
EglBadAlloc
EglBadAttribute
EglBadConfig
EglBadContext
EglBadCurrentSurface
EglBadDisplay
EglBadMatch
EglBadNativePixmap
EglBadNativeWindow
EglBadParameter
EglBadSurface
EglBlueSize
EglBufferSize
EglColorBufferType
EglColorspace
EglConfigCaveat
EglConfigId
EglCoreNativeEngine
EglDepthSize
EglDontCare
EglDraw
EglExtensions
EglGreenSize
EglHeight
EglHorizontalResolution
EglLargestPbuffer
EglLevel
EglLuminanceBuffer
EglLuminanceSize
EglMaxPbufferHeight
EglMaxPbufferPixels
EglMaxPbufferWidth
EglNativeRenderable
EglNativeVisualId
EglNativeVisualType
EglNonConformantConfig
EglNone
EglNotInitialized
EglPbufferBit
EglPixelAspectRatio
EglPixmapBit
EglRead
EglRedSize
EglRenderableType
EglRenderBuffer
EglRgbBuffer
EglSampleBuffers
EglSamples
EglSingleBuffer
EglSlowConfig
EglStencilSize
EglSuccess
EglSurfaceType
EglTransparentBlueValue
EglTransparentGreenValue
EglTransparentRedValue
EglTransparentRgb
EglTransparentType
EglVendor
EglVersion
EglVerticalResolution
EglWidth
EglWindowBit

Properties

EglDefaultDisplay
EglNoContext
EglNoDisplay
EglNoSurface
Handle

Gets the JNI value of the underlying Android object.

(Inherited from IJavaObject)
JniIdentityHashCode

Returns the value of java.lang.System.identityHashCode() for the wrapped instance.

(Inherited from IJavaPeerable)
JniManagedPeerState

State of the managed peer.

(Inherited from IJavaPeerable)
JniPeerMembers

Member access and invocation support.

(Inherited from IJavaPeerable)
PeerReference

Returns a JniObjectReference of the wrapped Java object instance.

(Inherited from IJavaPeerable)

Methods

Disposed()

Called when the instance has been disposed.

(Inherited from IJavaPeerable)
DisposeUnlessReferenced()

If there are no outstanding references to this instance, then calls Dispose(); otherwise, does nothing.

(Inherited from IJavaPeerable)
EglChooseConfig(EGLDisplay, Int32[], EGLConfig[], Int32, Int32[])
EglCopyBuffers(EGLDisplay, EGLSurface, Object)
EglCreateContext(EGLDisplay, EGLConfig, EGLContext, Int32[])
EglCreatePbufferSurface(EGLDisplay, EGLConfig, Int32[])
EglCreatePixmapSurface(EGLDisplay, EGLConfig, Object, Int32[])
EglCreateWindowSurface(EGLDisplay, EGLConfig, Object, Int32[])
EglDestroyContext(EGLDisplay, EGLContext)
EglDestroySurface(EGLDisplay, EGLSurface)
EglGetConfigAttrib(EGLDisplay, EGLConfig, Int32, Int32[])
EglGetConfigs(EGLDisplay, EGLConfig[], Int32, Int32[])
EglGetCurrentContext()
EglGetCurrentDisplay()
EglGetCurrentSurface(Int32)
EglGetDisplay(Object)
EglGetError()
EglInitialize(EGLDisplay, Int32[])
EglMakeCurrent(EGLDisplay, EGLSurface, EGLSurface, EGLContext)
EglQueryContext(EGLDisplay, EGLContext, Int32, Int32[])
EglQueryString(EGLDisplay, Int32)
EglQuerySurface(EGLDisplay, EGLSurface, Int32, Int32[])
EglSwapBuffers(EGLDisplay, EGLSurface)
EglTerminate(EGLDisplay)
EglWaitGL()
EglWaitNative(Int32, Object)
Finalized()

Called when the instance has been finalized.

(Inherited from IJavaPeerable)
SetJniIdentityHashCode(Int32)

Set the value returned by JniIdentityHashCode.

(Inherited from IJavaPeerable)
SetJniManagedPeerState(JniManagedPeerStates) (Inherited from IJavaPeerable)
SetPeerReference(JniObjectReference)

Set the value returned by PeerReference.

(Inherited from IJavaPeerable)
UnregisterFromRuntime()

Unregister this instance so that the runtime will not return it from future Java.Interop.JniRuntime+JniValueManager.PeekValue invocations.

(Inherited from IJavaPeerable)

Extension Methods

JavaCast<TResult>(IJavaObject)

Performs an Android runtime-checked type conversion.

JavaCast<TResult>(IJavaObject)
GetJniTypeName(IJavaPeerable)

Applies to