Searched defs:GL_FIXED (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java139 private static final int GL_FIXED = GLES10.GL_FIXED; field in class:GLES11Ext
908 (type == GL_FIXED)) &&
H A DGLES10.java72 public static final int GL_FIXED = 0x140C; field in class:GLES10
408 (type == GL_FIXED)) &&
968 (type == GL_FIXED)) &&
1165 (type == GL_FIXED)) &&
1310 (type == GL_FIXED)) &&
H A DGLES20.java153 public static final int GL_FIXED = 0x140C; field in class:GLES20
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h139 /* GL_FIXED */
276 #define GL_FIXED 0x140C macro
316 /* GL_FIXED */
366 /* GL_FIXED */
457 /* GL_FIXED */
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java70 int GL_FIXED = 0x140C; field in interface:GL10
/frameworks/native/opengl/include/GLES/
H A Dgl.h112 /* GL_FIXED */
319 #define GL_FIXED 0x140C macro
359 /* GL_FIXED */
409 /* GL_FIXED */
491 /* GL_FIXED */
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h211 #define GL_FIXED 0x140C macro
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h211 #define GL_FIXED 0x140C macro
H A Dgl31.h211 #define GL_FIXED 0x140C macro
H A Dgl32.h211 #define GL_FIXED 0x140C macro

Completed in 486 milliseconds