Searched refs:GL_SHORT (Results 1 - 12 of 12) 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.java792 (type == GL_SHORT) ||
989 (type == GL_SHORT) ||
1134 (type == GL_SHORT) ||
1853 (type == GL_SHORT) ||
/frameworks/native/opengl/libagl/
H A Darray.cpp319 case GL_SHORT:
1245 case GL_SHORT:
1286 case GL_SHORT:
1307 case GL_SHORT:
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java186 int GL_SHORT = 0x1402; field in interface:GL10
/frameworks/native/opengl/include/GLES/
H A Dgl.h316 #define GL_SHORT 0x1402 macro
357 /* GL_SHORT */
407 /* GL_SHORT */
489 /* GL_SHORT */
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h237 #define GL_SHORT 0x1402 macro
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_fixup.cpp456 case GL_SHORT:
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h273 #define GL_SHORT 0x1402 macro
314 /* GL_SHORT */
364 /* GL_SHORT */
455 /* GL_SHORT */
/frameworks/rs/driver/
H A DrsdAllocation.cpp61 case RS_TYPE_SIGNED_16: return GL_SHORT;

Completed in 680 milliseconds