Package | Description |
---|---|
javax.microedition.khronos.egl |
Modifier and Type | Field and Description |
---|---|
static EGLSurface |
EGL10.EGL_NO_SURFACE |
Modifier and Type | Method and Description |
---|---|
EGLSurface |
EGL10.eglCreatePbufferSurface(EGLDisplay display,
EGLConfig config,
int[] attrib_list) |
EGLSurface |
EGL10.eglCreatePixmapSurface(EGLDisplay display,
EGLConfig config,
Object native_pixmap,
int[] attrib_list) |
EGLSurface |
EGL10.eglCreateWindowSurface(EGLDisplay display,
EGLConfig config,
Object native_window,
int[] attrib_list) |
EGLSurface |
EGL10.eglGetCurrentSurface(int readdraw) |
Modifier and Type | Method and Description |
---|---|
boolean |
EGL10.eglCopyBuffers(EGLDisplay display,
EGLSurface surface,
Object native_pixmap) |
boolean |
EGL10.eglDestroySurface(EGLDisplay display,
EGLSurface surface) |
boolean |
EGL10.eglMakeCurrent(EGLDisplay display,
EGLSurface draw,
EGLSurface read,
EGLContext context) |
boolean |
EGL10.eglQuerySurface(EGLDisplay display,
EGLSurface surface,
int attribute,
int[] value) |
boolean |
EGL10.eglSwapBuffers(EGLDisplay display,
EGLSurface surface) |
Copyright © 2008-2012. All Rights Reserved.