Home
last modified time | relevance | path

Searched defs:EGLConfig (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/opengl/tools/glgen/static/egl/
DEGLConfig.java24 public class EGLConfig extends EGLObjectHandle { class
25 private EGLConfig(long handle) { in EGLConfig() method in EGLConfig
/frameworks/base/opengl/java/android/opengl/
DEGLConfig.java24 public class EGLConfig extends EGLObjectHandle { class
25 private EGLConfig(long handle) { in EGLConfig() method in EGLConfig
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
DEGLConfig.java19 public abstract class EGLConfig class
/frameworks/native/opengl/tests/angeles/include/GLES/
Degltypes.h7 typedef void *EGLConfig; typedef
/frameworks/native/opengl/tools/glgen/src/
DJType.java67 typeMapping.put(new CType("EGLConfig"), new JType("EGLConfig", true, false)); in typeMapping.put()
144 arrayTypeMapping.put(new CType("EGLConfig", false, true), new JType("EGLConfig", true, true)); in arrayTypeMapping.put()
145 arrayTypeMapping.put(new CType("EGLConfig", true, true), new JType("EGLConfig", true, true)); in arrayTypeMapping.put()
/frameworks/native/opengl/include/EGL/
Degl.h58 typedef void *EGLConfig; typedef
/frameworks/native/opengl/libs/EGL/
Degl_platform_entries.cpp788 EGLSurface eglCreatePlatformPixmapSurfaceImpl(EGLDisplay dpy, EGLConfig /*config*/, in eglCreatePlatformPixmapSurfaceImpl() argument
804 EGLSurface eglCreatePixmapSurfaceImpl(EGLDisplay dpy, EGLConfig /*config*/, in eglCreatePixmapSurfaceImpl() argument