Searched defs:EGLAttrib (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/opengl/tools/glgen/src/ |
D | JType.java | 63 typeMapping.put(new CType("EGLAttrib"), new JType("long")); in typeMapping.put() 146 arrayTypeMapping.put(new CType("EGLAttrib", false, true), new JType("long", false, true)); in arrayTypeMapping.put() 147 arrayTypeMapping.put(new CType("EGLAttrib", true, true), new JType("long", false, true)); in arrayTypeMapping.put()
|
/frameworks/native/opengl/include/EGL/ |
D | egl.h | 241 typedef intptr_t EGLAttrib; typedef
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_platform_entries.cpp | 795 const EGLAttrib* /*attrib_list*/) { in eglCreatePlatformPixmapSurfaceImpl()
|