Searched defs:GLfixed (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/opengl/tools/glgen/src/ |
D | JType.java | 37 typeMapping.put(new CType("GLfixed"), new JType("int")); in typeMapping.put() 94 typeMapping.put(new CType("GLfixed", false, true), in typeMapping.put() 96 typeMapping.put(new CType("GLfixed", true, true), in typeMapping.put() 126 arrayTypeMapping.put(new CType("GLfixed", true, true), new JType("int", false, true)); in arrayTypeMapping.put() 127 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/GLES/ |
D | gl.h | 58 typedef khronos_int32_t GLfixed; typedef
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 64 typedef khronos_int32_t GLfixed; typedef
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 64 typedef khronos_int32_t GLfixed; typedef
|
D | gl31.h | 66 typedef khronos_int32_t GLfixed; typedef
|
D | gl32.h | 66 typedef khronos_int32_t GLfixed; typedef
|