Searched defs:EGLConfig (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGLConfig.java19 public abstract class EGLConfig class
/frameworks/native/opengl/tools/glgen/static/egl/
H A DEGLConfig.java21 * Wrapper class for native EGLConfig objects.
24 public class EGLConfig extends EGLObjectHandle { class in inherits:EGLObjectHandle
25 private EGLConfig(int handle) { method in class:EGLConfig
34 EGLConfig that = (EGLConfig) o;
/frameworks/base/opengl/java/android/opengl/
H A DEGLConfig.java21 * Wrapper class for native EGLConfig objects.
24 public class EGLConfig extends EGLObjectHandle { class in inherits:EGLObjectHandle
25 private EGLConfig(int handle) { method in class:EGLConfig
34 EGLConfig that = (EGLConfig) o;
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Degltypes.h7 typedef void *EGLConfig; typedef
/frameworks/native/opengl/include/EGL/
H A Degl.h46 typedef void *EGLConfig; typedef
257 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigs(EGLDisplay dpy, EGLConfig *configs,
260 EGLConfig *configs, EGLint config_size,
262 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config,
265 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
268 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
270 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
286 EGLConfig config, const EGLint *attrib_list);
297 EGLAPI EGLContext EGLAPIENTRY eglCreateContext(EGLDisplay dpy, EGLConfig config,

Completed in 243 milliseconds