Android.Opengl.EGL14: Method Members

The methods of Android.Opengl.EGL14 are listed below. For a list of all members, see the EGL14 Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

static
EglBindAPI(int) : bool
static
EglBindTexImage(EGLDisplay, EGLSurface, int) : bool
static
EglChooseConfig(EGLDisplay, int[], int, EGLConfig[], int, int, int[], int) : bool
static
EglCopyBuffers(EGLDisplay, EGLSurface, int) : bool
static
EglCreateContext(EGLDisplay, EGLConfig, EGLContext, int[], int) : EGLContext
static
EglCreatePbufferFromClientBuffer(EGLDisplay, int, int, EGLConfig, int[], int) : EGLSurface
static
EglCreatePbufferSurface(EGLDisplay, EGLConfig, int[], int) : EGLSurface
static
EglCreatePixmapSurface(EGLDisplay, EGLConfig, int, int[], int) : EGLSurface
static
EglCreateWindowSurface(EGLDisplay, EGLConfig, Java.Lang.Object, int[], int) : EGLSurface
static
EglDestroyContext(EGLDisplay, EGLContext) : bool
static
EglDestroySurface(EGLDisplay, EGLSurface) : bool
static
EglGetConfigAttrib(EGLDisplay, EGLConfig, int, int[], int) : bool
static
EglGetConfigs(EGLDisplay, EGLConfig[], int, int, int[], int) : bool
static
EglGetCurrentContext() : EGLContext
static
EglGetCurrentDisplay() : EGLDisplay
static
EglGetCurrentSurface(int) : EGLSurface
static
EglGetDisplay(int) : EGLDisplay
static
EglGetError() : int
static
EglInitialize(EGLDisplay, int[], int, int[], int) : bool
static
EglMakeCurrent(EGLDisplay, EGLSurface, EGLSurface, EGLContext) : bool
static
EglQueryAPI() : int
static
EglQueryContext(EGLDisplay, EGLContext, int, int[], int) : bool
static
EglQueryString(EGLDisplay, int) : string
static
EglQuerySurface(EGLDisplay, EGLSurface, int, int[], int) : bool
static
EglReleaseTexImage(EGLDisplay, EGLSurface, int) : bool
static
EglReleaseThread() : bool
static
EglSurfaceAttrib(EGLDisplay, EGLSurface, int, int) : bool
static
EglSwapBuffers(EGLDisplay, EGLSurface) : bool
static
EglSwapInterval(EGLDisplay, int) : bool
static
EglTerminate(EGLDisplay) : bool
static
EglWaitClient() : bool
static
EglWaitGL() : bool
static
EglWaitNative(int) : bool