Uses of Class
javax.microedition.khronos.egl.EGLContext
-
Packages that use EGLContext Package Description javax.microedition.khronos.egl -
-
Uses of EGLContext in javax.microedition.khronos.egl
Fields in javax.microedition.khronos.egl declared as EGLContext Modifier and Type Field Description static EGLContext
EGL10. EGL_NO_CONTEXT
Methods in javax.microedition.khronos.egl that return EGLContext Modifier and Type Method Description EGLContext
EGL10. eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, int[] attrib_list)
EGLContext
EGL10. eglGetCurrentContext()
Methods in javax.microedition.khronos.egl with parameters of type EGLContext Modifier and Type Method Description EGLContext
EGL10. eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, int[] attrib_list)
boolean
EGL10. eglDestroyContext(EGLDisplay display, EGLContext context)
boolean
EGL10. eglMakeCurrent(EGLDisplay display, EGLSurface draw, EGLSurface read, EGLContext context)
boolean
EGL10. eglQueryContext(EGLDisplay display, EGLContext context, int attribute, int[] value)
-