IEGL11 Interface
In this article
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
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
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[])
(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()
(Inherited from IEGL10 )
EglGetCurrentDisplay()
(Inherited from IEGL10 )
EglGetCurrentSurface(Int32)
(Inherited from IEGL10 )
EglGetDisplay(Object)
(Inherited from IEGL10 )
EglGetError()
(Inherited from IEGL10 )
EglInitialize(EGLDisplay, Int32[])
(Inherited from IEGL10 )
EglMakeCurrent(EGLDisplay, EGLSurface, EGLSurface, EGLContext)
(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)
(Inherited from IEGL10 )
EglTerminate(EGLDisplay)
(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
Applies to