Language

IEGL11 Interface

Definition

[Android.Runtime.Register("javax/microedition/khronos/egl/EGL11", "", "Javax.Microedition.Khronos.Egl.IEGL11Invoker")]
public interface IEGL11 : IDisposable, Java.Interop.IJavaPeerable, Javax.Microedition.Khronos.Egl.IEGL10
[<Android.Runtime.Register("javax/microedition/khronos/egl/EGL11", "", "Javax.Microedition.Khronos.Egl.IEGL11Invoker")>]
type IEGL11 = interface
    interface IEGL10
    interface IEGL
    interface IJavaObject
    interface IDisposable
    interface IJavaPeerable
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

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

Properties

Name Description
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)
JniObjectReferenceControlBlock (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

Name Description
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[]) (Inherited from IEGL10)
EglCopyBuffers(EGLDisplay, EGLSurface, Object) (Inherited from IEGL10)
EglCreateContext(EGLDisplay, EGLConfig, EGLContext, Int32[]) (Inherited from IEGL10)
EglCreatePbufferSurface(EGLDisplay, EGLConfig, Int32[]) (Inherited from IEGL10)
EglCreatePixmapSurface(EGLDisplay, EGLConfig, Object, Int32[]) (Inherited from IEGL10)
EglCreateWindowSurface(EGLDisplay, EGLConfig, Object, Int32[]) (Inherited from IEGL10)
EglDestroyContext(EGLDisplay, EGLContext) (Inherited from IEGL10)
EglDestroySurface(EGLDisplay, EGLSurface) (Inherited from IEGL10)
EglGetConfigAttrib(EGLDisplay, EGLConfig, Int32, Int32[]) (Inherited from IEGL10)
EglGetConfigs(EGLDisplay, EGLConfig[], Int32, Int32[]) (Inherited from IEGL10)
EglGetCurrentContext()

Gets the EGL rendering context current to the calling thread.

(Inherited from IEGL10)
EglGetCurrentDisplay()

Gets the EGL display connection for the current rendering context.

(Inherited from IEGL10)
EglGetCurrentSurface(Int32)

Gets the requested surface of the current EGL rendering context.

(Inherited from IEGL10)
EglGetDisplay(Object)

Gets Android's default EGL display connection.

(Inherited from IEGL10)
EglGetError()

Gets and clears the error from the last EGL function invoked on the current thread.

(Inherited from IEGL10)
EglInitialize(EGLDisplay, Int32[])

Initializes an EGL display connection.

(Inherited from IEGL10)
EglMakeCurrent(EGLDisplay, EGLSurface, EGLSurface, EGLContext)

Binds a rendering context to the calling thread and to its draw and read surfaces.

(Inherited from IEGL10)
EglQueryContext(EGLDisplay, EGLContext, Int32, Int32[]) (Inherited from IEGL10)
EglQueryString(EGLDisplay, Int32) (Inherited from IEGL10)
EglQuerySurface(EGLDisplay, EGLSurface, Int32, Int32[]) (Inherited from IEGL10)
EglSwapBuffers(EGLDisplay, EGLSurface)

Swaps the color buffers of an EGL drawing surface.

(Inherited from IEGL10)
EglTerminate(EGLDisplay)

Releases resources associated with an EGL display connection.

(Inherited from IEGL10)
EglWaitGL() (Inherited from IEGL10)
EglWaitNative(Int32, Object) (Inherited from IEGL10)
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

Name Description
GetJniTypeName(IJavaPeerable)

Gets the JNI name of the type of the instance self.

JavaAs<TResult>(IJavaPeerable)

Try to coerce self to type TResult, checking that the coercion is valid on the Java side.

JavaCast<TResult>(IJavaObject)

Performs an Android runtime-checked type conversion.

JavaCast<TResult>(IJavaObject)
TryJavaCast<TResult>(IJavaPeerable, TResult)

Try to coerce self to type TResult, checking that the coercion is valid on the Java side.

Applies to