Home
last modified time | relevance | path

Searched defs:GLfixed (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/opengl/tools/glgen/src/
DJType.java37 typeMapping.put(new CType("GLfixed"), new JType("int")); in typeMapping.put()
90 typeMapping.put(new CType("GLfixed", false, true), in typeMapping.put()
92 typeMapping.put(new CType("GLfixed", true, true), in typeMapping.put()
122 arrayTypeMapping.put(new CType("GLfixed", true, true), new JType("int", false, true)); in arrayTypeMapping.put()
123 arrayTypeMapping.put(new CType("GLfixed", false, true), new JType("int", false, true)); in arrayTypeMapping.put()
/frameworks/native/opengl/tests/angeles/include/GLES/
Dgl.h69 typedef int GLfixed; typedef
/frameworks/native/opengl/include/GLES/
Dgl.h57 typedef khronos_int32_t GLfixed; typedef
/frameworks/native/opengl/libagl/
Darray.cpp150 static void fetchNop(ogles_context_t*, GLfixed*, const GLvoid*) { in fetchNop() argument
/frameworks/native/opengl/include/GLES2/
Dgl2.h64 typedef khronos_int32_t GLfixed; typedef
/frameworks/native/opengl/include/GLES3/
Dgl3.h64 typedef khronos_int32_t GLfixed; typedef
Dgl31.h66 typedef khronos_int32_t GLfixed; typedef
Dgl32.h66 typedef khronos_int32_t GLfixed; typedef