Searched defs:GL_FLOAT (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java140 private static final int GL_FLOAT = GLES10.GL_FLOAT; field in class:GLES11Ext
905 ((type == GL_FLOAT) ||
H A DGLES10.java74 public static final int GL_FLOAT = 0x1406; field in class:GLES10
406 ((type == GL_FLOAT) ||
981 if (((type == GL_FLOAT) ||
1178 ((type == GL_FLOAT) ||
1323 ((type == GL_FLOAT) ||
H A DGLES20.java152 public static final int GL_FLOAT = 0x1406; field in class:GLES20
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h241 #define GL_FLOAT 0x1406 macro
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h138 /* GL_FLOAT */
275 #define GL_FLOAT 0x1406 macro
315 /* GL_FLOAT */
365 /* GL_FLOAT */
456 /* GL_FLOAT */
/frameworks/native/opengl/include/GLES/
H A Dgl.h111 /* GL_FLOAT */
318 #define GL_FLOAT 0x1406 macro
358 /* GL_FLOAT */
408 /* GL_FLOAT */
490 /* GL_FLOAT */
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java72 int GL_FLOAT = 0x1406; field in interface:GL10

Completed in 1818 milliseconds