Home
last modified time | relevance | path

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

/frameworks/base/opengl/tools/glgen/src/
DJType.java36 typeMapping.put(new CType("GLfloat"), new JType("float")); in typeMapping.put()
70 typeMapping.put(new CType("GLfloat", false, true), in typeMapping.put()
72 typeMapping.put(new CType("GLfloat", true, true), in typeMapping.put()
95 arrayTypeMapping.put(new CType("GLfloat", false, true), new JType("float", false, true)); in arrayTypeMapping.put()
96 arrayTypeMapping.put(new CType("GLfloat", true, true), new JType("float", false, true)); in arrayTypeMapping.put()
/frameworks/base/opengl/tests/angeles/include/GLES/
Dgl.h64 typedef float GLfloat; typedef
/frameworks/base/opengl/include/GLES2/
Dgl2.h33 typedef khronos_float_t GLfloat; typedef
/frameworks/base/opengl/include/GLES/
Dgl.h29 typedef khronos_float_t GLfloat; typedef