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 | 65 typeMapping.put(new CType("EGLConfig"), new JType("EGLConfig", true, false)); in typeMapping.put() 140 arrayTypeMapping.put(new CType("EGLConfig", false, true), new JType("EGLConfig", true, true)); in arrayTypeMapping.put() 141 arrayTypeMapping.put(new CType("EGLConfig", true, true), new JType("EGLConfig", true, true)); in arrayTypeMapping.put()
|
| /frameworks/native/opengl/include/EGL/ |
| D | egl.h | 46 typedef void *EGLConfig; typedef
|
| /frameworks/native/opengl/libagl/ |
| D | egl.cpp | 2032 EGLConfig /*config*/, const EGLint* /*attrib_list*/) in eglCreatePbufferFromClientBuffer() argument
|