Uses of Class
javax.microedition.khronos.egl.EGLContext
Packages that use EGLContext
-
Uses of EGLContext in javax.microedition.khronos.egl
Fields in javax.microedition.khronos.egl declared as EGLContextMethods in javax.microedition.khronos.egl that return EGLContextModifier and TypeMethodDescriptionEGL10.eglCreateContext
(EGLDisplay display, EGLConfig config, EGLContext share_context, int[] attrib_list) EGL10.eglGetCurrentContext()
Methods in javax.microedition.khronos.egl with parameters of type EGLContextModifier and TypeMethodDescriptionEGL10.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)