Searched defs:GL_SHORT (Results 1 - 7 of 7) 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
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h237 #define GL_SHORT 0x1402 macro
/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/GLES/
H A Dgl.h316 #define GL_SHORT 0x1402 macro
357 /* GL_SHORT */
407 /* GL_SHORT */
489 /* GL_SHORT */
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java186 int GL_SHORT = 0x1402; field in interface:GL10

Completed in 758 milliseconds