Searched defs:GLfloat (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/opengl/tools/glgen/src/ |
D | JType.java | 36 typeMapping.put(new CType("GLfloat"), new JType("float")); in typeMapping.put() 92 typeMapping.put(new CType("GLfloat", false, true), in typeMapping.put() 94 typeMapping.put(new CType("GLfloat", true, true), in typeMapping.put() 120 arrayTypeMapping.put(new CType("GLfloat", false, true), new JType("float", false, true)); in arrayTypeMapping.put() 121 arrayTypeMapping.put(new CType("GLfloat", true, true), new JType("float", false, true)); in arrayTypeMapping.put()
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 64 typedef float GLfloat; typedef
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 33 typedef khronos_float_t GLfloat; typedef
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 29 typedef khronos_float_t GLfloat; typedef
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 55 typedef khronos_float_t GLfloat; typedef
|