Home
last modified time | relevance | path

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

/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/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/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.java65 typeMapping.put(new CType("EGLConfig"), new JType("EGLConfig", true, false)); in typeMapping.put()
136 arrayTypeMapping.put(new CType("EGLConfig", false, true), new JType("EGLConfig", true, true)); in arrayTypeMapping.put()
137 arrayTypeMapping.put(new CType("EGLConfig", true, true), new JType("EGLConfig", true, true)); in arrayTypeMapping.put()
/frameworks/native/opengl/include/EGL/
Degl.h46 typedef void *EGLConfig; typedef
/frameworks/native/opengl/libagl/
Degl.cpp2018 EGLConfig /*config*/, const EGLint* /*attrib_list*/) in eglCreatePbufferFromClientBuffer() argument