|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EGLContext | |
|---|---|
| org.lwjgl.opengles | |
| Uses of EGLContext in org.lwjgl.opengles |
|---|
| Methods in org.lwjgl.opengles that return EGLContext | |
|---|---|
EGLContext |
EGLDisplay.createContext(EGLConfig config,
EGLContext shareContext,
java.nio.IntBuffer attrib_list)
|
static EGLContext |
EGL.eglGetCurrentContext()
Returns the current EGL context for the current rendering API. |
| Methods in org.lwjgl.opengles with parameters of type EGLContext | |
|---|---|
EGLContext |
EGLDisplay.createContext(EGLConfig config,
EGLContext shareContext,
java.nio.IntBuffer attrib_list)
|
static boolean |
EGL.eglIsCurrentContext(EGLContext context)
Returns true if the specified EGL context is the current context. |
static void |
EGL.eglQueryContext(EGLDisplay dpy,
EGLContext ctx,
int attribute,
java.nio.IntBuffer value)
Returns the value of the specified EGL context attribute in the value parameter. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||