Searched defs:GLfloat (Results 1 – 8 of 8) sorted by relevance
/frameworks/opt/gamesdk/samples/tuningfork/tftestapp/app/src/main/cpp/ |
D | Scene.cpp | 162 void getMatrices(std::array<GLfloat, 16>& mvpMatrix, std::array<GLfloat, 9>& normalMatrix, GLfloat … in getMatrices()
|
/frameworks/native/opengl/tools/glgen/src/ |
D | JType.java | 36 typeMapping.put(new CType("GLfloat"), new JType("float")); in typeMapping.put() 98 typeMapping.put(new CType("GLfloat", false, true), in typeMapping.put() 100 typeMapping.put(new CType("GLfloat", true, true), in typeMapping.put() 128 arrayTypeMapping.put(new CType("GLfloat", false, true), new JType("float", false, true)); in arrayTypeMapping.put() 129 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/GLES/ |
D | gl.h | 57 typedef khronos_float_t GLfloat; typedef
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 74 typedef khronos_float_t GLfloat; typedef
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 74 typedef khronos_float_t GLfloat; typedef
|
D | gl31.h | 76 typedef khronos_float_t GLfloat; typedef
|
D | gl32.h | 76 typedef khronos_float_t GLfloat; typedef
|