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

/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
H A DCube.java92 gl.glVertexPointer(3, GL10.GL_FIXED, 0, mVertexBuffer);
93 gl.glColorPointer(4, GL10.GL_FIXED, 0, mColorBuffer);
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES11ExtHeader.java-if139 private static final int GL_FIXED = GLES10.GL_FIXED;
H A DGLES10Header.java-if72 public static final int GL_FIXED = 0x140C;
H A DGLES20Header.java-if153 public static final int GL_FIXED = 0x140C;
/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)) &&
968 (type == GL_FIXED)) &&
1165 (type == GL_FIXED)) &&
1310 (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.cpp255 glTexCoordPointer(2, GL_FIXED, 0, texCoords);
/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp359 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:
1250 case GL_FIXED:
1270 case GL_FIXED:
1291 case GL_FIXED:
1312 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/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/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 342 milliseconds