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

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES11ExtHeader.java-if141 private static final int GL_SHORT = GLES10.GL_SHORT;
H A DGLES10Header.java-if188 public static final int GL_SHORT = 0x1402;
H A DGLES20Header.java-if148 public static final int GL_SHORT = 0x1402;
/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
967 (type == GL_SHORT) ||
1164 (type == GL_SHORT) ||
1309 (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:
1249 case GL_SHORT:
1290 case GL_SHORT:
1311 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.h198 #define GL_SHORT 0x1402 macro
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_fixup.cpp521 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/native/opengl/include/GLES3/
H A Dgl3.h198 #define GL_SHORT 0x1402 macro
H A Dgl31.h198 #define GL_SHORT 0x1402 macro
/frameworks/rs/driver/
H A DrsdAllocation.cpp72 case RS_TYPE_SIGNED_16: return GL_SHORT;

Completed in 1297 milliseconds