|
The Java™ Binding for the OpenGL® ES API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EGLConfig | |
javax.microedition.khronos.egl | A package containing the Khronos EGL interfaces. |
Uses of EGLConfig in javax.microedition.khronos.egl |
Methods in javax.microedition.khronos.egl with parameters of type EGLConfig | |
boolean |
EGL10.eglGetConfigs(EGLDisplay display,
EGLConfig[] configs,
int config_size,
int[] num_config)
Return a list of all EGL frame buffer configurations for a display. |
boolean |
EGL10.eglChooseConfig(EGLDisplay display,
int[] attrib_list,
EGLConfig[] configs,
int config_size,
int[] num_config)
Return a list of EGL frame buffer configurations that match specified attributes. |
boolean |
EGL10.eglGetConfigAttrib(EGLDisplay display,
EGLConfig config,
int attribute,
int[] value)
Return information about an EGL frame buffer configuration. |
EGLSurface |
EGL10.eglCreateWindowSurface(EGLDisplay display,
EGLConfig config,
java.lang.Object native_window,
int[] attrib_list)
Create a new EGL window surface. |
EGLSurface |
EGL10.eglCreatePixmapSurface(EGLDisplay display,
EGLConfig config,
java.lang.Object native_pixmap,
int[] attrib_list)
Create a new EGL pixmap surface. |
EGLSurface |
EGL10.eglCreatePbufferSurface(EGLDisplay display,
EGLConfig config,
int[] attrib_list)
Create a new EGL pixel buffer surface. |
EGLContext |
EGL10.eglCreateContext(EGLDisplay display,
EGLConfig config,
EGLContext share_context,
int[] attrib_list)
Create a new EGL rendering context. |
|
Final Release, Oct 2006 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |