Searched defs:EGLint (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | egltypes.h | 5 typedef long EGLint; typedef
|
/frameworks/native/opengl/include/EGL/ |
D | eglplatform.h | 122 typedef khronos_int32_t EGLint; typedef
|
/frameworks/native/opengl/tools/glgen/src/ |
D | JType.java | 55 typeMapping.put(new CType("EGLint"), new JType("int")); in typeMapping.put() 134 arrayTypeMapping.put(new CType("EGLint", false, true), new JType("int", false, true)); in arrayTypeMapping.put() 135 arrayTypeMapping.put(new CType("EGLint", true, true), new JType("int", false, true)); in arrayTypeMapping.put()
|