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 EGLContextEGL10. EGL_NO_CONTEXTMethods in javax.microedition.khronos.egl that return EGLContext Modifier and Type Method Description EGLContextEGL10. eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, int[] attrib_list)EGLContextEGL10. eglGetCurrentContext()Methods in javax.microedition.khronos.egl with parameters of type EGLContext Modifier and Type Method Description EGLContextEGL10. eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, int[] attrib_list)booleanEGL10. eglDestroyContext(EGLDisplay display, EGLContext context)booleanEGL10. eglMakeCurrent(EGLDisplay display, EGLSurface draw, EGLSurface read, EGLContext context)booleanEGL10. eglQueryContext(EGLDisplay display, EGLContext context, int attribute, int[] value)
-