Searched refs:GL_SHORT (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java141 private static final int GL_SHORT = GLES10.GL_SHORT; field in class:GLES11Ext
907 (type == GL_SHORT) ||
H A DGLES10.java188 public static final int GL_SHORT = 0x1402; field in class:GLES10
983 (type == GL_SHORT) ||
1180 (type == GL_SHORT) ||
1325 (type == GL_SHORT) ||
H A DGLES20.java148 public static final int GL_SHORT = 0x1402; field in class:GLES20
H A DGLLogWrapper.java919 case GL_SHORT:
920 return "GL_SHORT";
1097 case GL_SHORT: {
3921 case GL_SHORT:
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java791 (type == GL_SHORT) ||
988 (type == GL_SHORT) ||
1133 (type == GL_SHORT) ||
1852 (type == GL_SHORT) ||
/frameworks/base/opengl/libagl/
H A Darray.cpp319 case GL_SHORT:
1245 case GL_SHORT:
1286 case GL_SHORT:
1307 case GL_SHORT:
/frameworks/base/opengl/libs/GLES2_dbg/src/
H A Ddbgcontext.cpp318 case GL_SHORT:
/frameworks/base/libs/rs/driver/
H A DrsdAllocation.cpp56 case RS_TYPE_SIGNED_16: return GL_SHORT;
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java186 int GL_SHORT = 0x1402; field in interface:GL10
/frameworks/base/services/surfaceflinger/
H A DLayerBase.cpp295 glVertexPointer(2, GL_SHORT, 0, vertices);
H A DSurfaceFlinger.cpp1067 glVertexPointer(2, GL_SHORT, 0, vertices);
1068 glTexCoordPointer(2, GL_SHORT, 0, tcoords);
/frameworks/base/opengl/include/GLES/
H A Dgl.h316 #define GL_SHORT 0x1402 macro
357 /* GL_SHORT */
407 /* GL_SHORT */
489 /* GL_SHORT */
/frameworks/base/opengl/include/GLES2/
H A Dgl2.h237 #define GL_SHORT 0x1402 macro
/frameworks/base/opengl/tests/angeles/include/GLES/
H A Dgl.h273 #define GL_SHORT 0x1402 macro
314 /* GL_SHORT */
364 /* GL_SHORT */
455 /* GL_SHORT */

Completed in 297 milliseconds