Home
last modified time | relevance | path

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

/frameworks/native/opengl/tests/angeles/include/GLES/
Degltypes.h5 typedef long EGLint; typedef
/frameworks/native/opengl/include/EGL/
Deglplatform.h122 typedef khronos_int32_t EGLint; typedef
/frameworks/native/opengl/tools/glgen/src/
DJType.java55 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()