Home
last modified time | relevance | path

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

/frameworks/native/opengl/tools/glgen/src/
DJType.java36 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/
Dgl.h64 typedef float GLfloat; typedef
/frameworks/native/opengl/include/GLES2/
Dgl2.h33 typedef khronos_float_t GLfloat; typedef
/frameworks/native/opengl/include/GLES/
Dgl.h29 typedef khronos_float_t GLfloat; typedef
/frameworks/native/opengl/include/GLES3/
Dgl3.h55 typedef khronos_float_t GLfloat; typedef