/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/ |
H A D | Cube.java | 92 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 D | GLES11ExtHeader.java-if | 139 private static final int GL_FIXED = GLES10.GL_FIXED;
|
H A D | GLES10Header.java-if | 72 public static final int GL_FIXED = 0x140C;
|
H A D | GLES20Header.java-if | 153 public static final int GL_FIXED = 0x140C;
|
/frameworks/base/opengl/java/android/opengl/ |
H A D | GLES10.java | 72 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 D | GLES11Ext.java | 139 private static final int GL_FIXED = GLES10.GL_FIXED; field in class:GLES11Ext 908 (type == GL_FIXED)) &&
|
H A D | GLES11.java | 619 (type == GL_FIXED)) &&
|
H A D | GLES20.java | 153 public static final int GL_FIXED = 0x140C; field in class:GLES20
|
H A D | GLLogWrapper.java | 921 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 D | GLImpl.java | 222 (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 D | gl_code.cpp | 167 glTexCoordPointer(2, GL_FIXED, 0, texCoords);
|
/frameworks/native/opengl/tests/tritex/ |
H A D | tritex.cpp | 254 glTexCoordPointer(2, GL_FIXED, 0, texCoords);
|
/frameworks/native/opengl/tests/gl_basic/ |
H A D | gl_basic.cpp | 358 glTexCoordPointer(2, GL_FIXED, 0, texCoords);
|
/frameworks/native/opengl/tests/angeles/ |
H A D | demo.c | 76 * 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 D | array.cpp | 324 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 D | GL10.java | 70 int GL_FIXED = 0x140C; field in interface:GL10
|
/frameworks/native/opengl/include/GLES/ |
H A D | gl.h | 112 /* GL_FIXED */ 319 #define GL_FIXED 0x140C macro 359 /* GL_FIXED */ 409 /* GL_FIXED */ 491 /* GL_FIXED */
|
/frameworks/native/opengl/include/GLES2/ |
H A D | gl2.h | 242 #define GL_FIXED 0x140C macro
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
H A D | gltrace_fixup.cpp | 458 case GL_FIXED:
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
H A D | gl.h | 139 /* GL_FIXED */ 276 #define GL_FIXED 0x140C macro 316 /* GL_FIXED */ 366 /* GL_FIXED */ 457 /* GL_FIXED */
|
/frameworks/native/opengl/include/GLES3/ |
H A D | gl3.h | 266 #define GL_FIXED 0x140C macro
|