Searched defs:GLfixed (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/opengl/tools/glgen/src/ |
D | JType.java | 21 typeMapping.put(new CType("GLfixed"), new JType("int")); in typeMapping.put() 45 typeMapping.put(new CType("GLfixed", false, true), in typeMapping.put() 47 typeMapping.put(new CType("GLfixed", true, true), in typeMapping.put() 67 arrayTypeMapping.put(new CType("GLfixed", true, true), new JType("int", false, true)); in arrayTypeMapping.put() 68 arrayTypeMapping.put(new CType("GLfixed", false, true), new JType("int", false, true)); in arrayTypeMapping.put()
|
/frameworks/base/opengl/tests/angeles/include/GLES/ |
D | gl.h | 69 typedef int GLfixed; typedef
|
/frameworks/base/opengl/include/GLES2/ |
D | gl2.h | 34 typedef khronos_int32_t GLfixed; typedef
|
/frameworks/base/opengl/include/GLES/ |
D | gl.h | 30 typedef khronos_int32_t GLfixed; typedef
|
/frameworks/base/opengl/libagl/ |
D | array.cpp | 153 static void fetchNop(ogles_context_t*, GLfixed*, const GLvoid*) { in fetchNop() argument
|