|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EGLContext | |
---|---|
javax.microedition.khronos.egl |
Uses of EGLContext in javax.microedition.khronos.egl |
---|
Fields in javax.microedition.khronos.egl declared as EGLContext | |
---|---|
static EGLContext |
EGL10.EGL_NO_CONTEXT
|
Methods in javax.microedition.khronos.egl that return EGLContext | |
---|---|
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 | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |