IEGL11 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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
Properties
| Name | Description |
|---|---|
| Handle |
Gets the JNI value of the underlying Android object. (Inherited from IJavaObject) |
| JniIdentityHashCode |
Returns the value of |
| 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 |
| 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 |
| SetJniManagedPeerState(JniManagedPeerStates) | (Inherited from IJavaPeerable) |
| SetPeerReference(JniObjectReference) |
Set the value returned by |
| 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 |
| JavaAs<TResult>(IJavaPeerable) |
Try to coerce |
| JavaCast<TResult>(IJavaObject) |
Performs an Android runtime-checked type conversion. |
| JavaCast<TResult>(IJavaObject) | |
| TryJavaCast<TResult>(IJavaPeerable, TResult) |
Try to coerce |