Searched defs:EGLConfig (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/opengl/tools/glgen/static/egl/ |
D | EGLConfig.java | 24 public class EGLConfig extends EGLObjectHandle { class 25 private EGLConfig(long handle) { in EGLConfig() method in EGLConfig
|
/frameworks/base/opengl/java/android/opengl/ |
D | EGLConfig.java | 24 public class EGLConfig extends EGLObjectHandle { class 25 private EGLConfig(long handle) { in EGLConfig() method in EGLConfig
|
/frameworks/base/opengl/java/javax/microedition/khronos/egl/ |
D | EGLConfig.java | 19 public abstract class EGLConfig class
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | egltypes.h | 7 typedef void *EGLConfig; typedef
|
/frameworks/native/opengl/tools/glgen/src/ |
D | JType.java | 67 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/ |
D | egl.h | 58 typedef void *EGLConfig; typedef
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_platform_entries.cpp | 788 EGLSurface eglCreatePlatformPixmapSurfaceImpl(EGLDisplay dpy, EGLConfig /*config*/, in eglCreatePlatformPixmapSurfaceImpl() argument 804 EGLSurface eglCreatePixmapSurfaceImpl(EGLDisplay dpy, EGLConfig /*config*/, in eglCreatePixmapSurfaceImpl() argument
|