Searched defs:GLfixed (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/opengl/tools/glgen/src/ |
D | JType.java | 37 typeMapping.put(new CType("GLfixed"), new JType("int")); in typeMapping.put() 88 typeMapping.put(new CType("GLfixed", false, true), in typeMapping.put() 90 typeMapping.put(new CType("GLfixed", true, true), in typeMapping.put() 118 arrayTypeMapping.put(new CType("GLfixed", true, true), new JType("int", false, true)); in arrayTypeMapping.put() 119 arrayTypeMapping.put(new CType("GLfixed", false, true), new JType("int", false, true)); in arrayTypeMapping.put()
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 69 typedef int GLfixed; typedef
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 35 typedef khronos_int32_t GLfixed; typedef
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 31 typedef khronos_int32_t GLfixed; typedef
|
/frameworks/native/opengl/libagl/ |
D | array.cpp | 150 static void fetchNop(ogles_context_t*, GLfixed*, const GLvoid*) { in fetchNop() argument
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 57 typedef khronos_int32_t GLfixed; typedef
|