Package | Description |
---|---|
javax.microedition.khronos.egl |
Modifier and Type | Field and Description |
---|---|
static EGLContext |
EGL10.EGL_NO_CONTEXT |
Modifier and Type | Method and Description |
---|---|
EGLContext |
EGL10.eglCreateContext(EGLDisplay display,
EGLConfig config,
EGLContext share_context,
int[] attrib_list) |
EGLContext |
EGL10.eglGetCurrentContext() |
Modifier and Type | Method and 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) |
Copyright © 2008–2018. All rights reserved.