Home
last modified time | relevance | path

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

/frameworks/base/opengl/tools/glgen/src/
DJType.java21 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/
Dgl.h69 typedef int GLfixed; typedef
/frameworks/base/opengl/include/GLES2/
Dgl2.h34 typedef khronos_int32_t GLfixed; typedef
/frameworks/base/opengl/include/GLES/
Dgl.h30 typedef khronos_int32_t GLfixed; typedef
/frameworks/base/opengl/libagl/
Darray.cpp153 static void fetchNop(ogles_context_t*, GLfixed*, const GLvoid*) { in fetchNop() argument