Javax.Microedition.Khronos.Egl.IEGL10 Members

The members of Javax.Microedition.Khronos.Egl.IEGL10 are listed below.

Public Methods

EglChooseConfig(EGLDisplay, int[], EGLConfig[], int, int[]) : bool
[Android Documentation]
EglCopyBuffers(EGLDisplay, EGLSurface, Java.Lang.Object) : bool
[Android Documentation]
EglCreateContext(EGLDisplay, EGLConfig, EGLContext, int[]) : EGLContext
[Android Documentation]
EglCreatePbufferSurface(EGLDisplay, EGLConfig, int[]) : EGLSurface
[Android Documentation]
EglCreatePixmapSurface(EGLDisplay, EGLConfig, Java.Lang.Object, int[]) : EGLSurface
[Android Documentation]
EglCreateWindowSurface(EGLDisplay, EGLConfig, Java.Lang.Object, int[]) : EGLSurface
[Android Documentation]
EglDestroyContext(EGLDisplay, EGLContext) : bool
[Android Documentation]
EglDestroySurface(EGLDisplay, EGLSurface) : bool
[Android Documentation]
EglGetConfigAttrib(EGLDisplay, EGLConfig, int, int[]) : bool
[Android Documentation]
EglGetConfigs(EGLDisplay, EGLConfig[], int, int[]) : bool
[Android Documentation]
EglGetCurrentContext() : EGLContext
[Android Documentation]
EglGetCurrentDisplay() : EGLDisplay
[Android Documentation]
EglGetCurrentSurface(int) : EGLSurface
[Android Documentation]
EglGetDisplay(Java.Lang.Object) : EGLDisplay
[Android Documentation]
EglGetError() : int
[Android Documentation]
EglInitialize(EGLDisplay, int[]) : bool
[Android Documentation]
EglMakeCurrent(EGLDisplay, EGLSurface, EGLSurface, EGLContext) : bool
[Android Documentation]
EglQueryContext(EGLDisplay, EGLContext, int, int[]) : bool
[Android Documentation]
EglQueryString(EGLDisplay, int) : string
[Android Documentation]
EglQuerySurface(EGLDisplay, EGLSurface, int, int[]) : bool
[Android Documentation]
EglSwapBuffers(EGLDisplay, EGLSurface) : bool
[Android Documentation]
EglTerminate(EGLDisplay) : bool
[Android Documentation]
EglWaitGL() : bool
[Android Documentation]
EglWaitNative(int, Java.Lang.Object) : bool
[Android Documentation]