Home
last modified time | relevance | path

Searched defs:EGLAttrib (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/opengl/tools/glgen/src/
DJType.java63 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/
Degl.h241 typedef intptr_t EGLAttrib; typedef
/frameworks/native/opengl/libs/EGL/
Degl_platform_entries.cpp795 const EGLAttrib* /*attrib_list*/) { in eglCreatePlatformPixmapSurfaceImpl()