Searched refs:GL_FIXED (Results 1 - 16 of 16) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java72 public static final int GL_FIXED = 0x140C; field in class:GLES10
408 (type == GL_FIXED)) &&
984 (type == GL_FIXED)) &&
1181 (type == GL_FIXED)) &&
1326 (type == GL_FIXED)) &&
H A DGLES11Ext.java139 private static final int GL_FIXED = GLES10.GL_FIXED; field in class:GLES11Ext
908 (type == GL_FIXED)) &&
H A DGLES11.java619 (type == GL_FIXED)) &&
H A DGLES20.java153 public static final int GL_FIXED = 0x140C; field in class:GLES20
H A DGLLogWrapper.java921 case GL_FIXED:
922 return "GL_FIXED";
1103 case GL_FIXED: {
3923 case GL_FIXED:
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java222 (type == GL_FIXED)) &&
793 (type == GL_FIXED)) &&
990 (type == GL_FIXED)) &&
1135 (type == GL_FIXED)) &&
1614 (type == GL_FIXED)) &&
1854 (type == GL_FIXED)) &&
/frameworks/native/opengl/tests/gl_jni/jni/
H A Dgl_code.cpp167 glTexCoordPointer(2, GL_FIXED, 0, texCoords);
/frameworks/native/opengl/tests/tritex/
H A Dtritex.cpp254 glTexCoordPointer(2, GL_FIXED, 0, texCoords);
/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp358 glTexCoordPointer(2, GL_FIXED, 0, texCoords);
/frameworks/native/opengl/tests/angeles/
H A Ddemo.c76 * Vertex array is supposed to use GL_FIXED datatype and stride 0
79 * Normal array is supposed to use GL_FIXED datatype and stride 0.
150 glVertexPointer(object->vertexComponents, GL_FIXED,
160 glNormalPointer(GL_FIXED, 0, object->normalArray);
448 glVertexPointer(2, GL_FIXED, 0, quadVertices);
/frameworks/native/opengl/libagl/
H A Darray.cpp324 case GL_FIXED:
1246 case GL_FIXED:
1266 case GL_FIXED:
1287 case GL_FIXED:
1308 case 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.h242 #define GL_FIXED 0x140C macro
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_fixup.cpp460 case GL_FIXED:
/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 */

Completed in 201 milliseconds