Searched refs:GL_UNSIGNED_SHORT (Results 1 - 15 of 15) sorted by relevance

/frameworks/base/libs/rs/
H A DrsComponent.cpp169 case RS_TYPE_UNSIGNED_16: return GL_UNSIGNED_SHORT;
H A DrsSimpleMesh.cpp80 glDrawElements(mGLPrimitive, len, GL_UNSIGNED_SHORT, (uint16_t *)(start * 2));
/frameworks/base/opengl/tests/gldual/src/com/android/gldual/
H A DTriangleRenderer.java158 GL10.GL_UNSIGNED_SHORT, mIndexBuffer);
/frameworks/base/opengl/java/android/opengl/
H A DGroup.java145 gl.GL_UNSIGNED_SHORT,
H A DGLES10.java253 public static final int GL_UNSIGNED_SHORT = 0x1403; field in class:GLES10
H A DGLES20.java149 public static final int GL_UNSIGNED_SHORT = 0x1403; field in class:GLES20
H A DGLLogWrapper.java609 case GL_UNSIGNED_SHORT:
610 return "GL_UNSIGNED_SHORT";
1038 case GL_UNSIGNED_SHORT: {
/frameworks/base/opengl/tests/gl_jni/jni/
H A Dgl_code.cpp177 glDrawElements(GL_TRIANGLES, nelem, GL_UNSIGNED_SHORT, quadIndices);
/frameworks/base/opengl/tests/tritex/
H A Dtritex.cpp271 glDrawElements(GL_TRIANGLES, nelem*quads, GL_UNSIGNED_SHORT, indices);
/frameworks/base/opengl/tests/gl_basic/
H A Dgl_basic.cpp362 glDrawElements(GL_TRIANGLES, nelem, GL_UNSIGNED_SHORT, indices);
/frameworks/base/opengl/libagl/
H A Darray.cpp320 case GL_UNSIGNED_SHORT:
909 if (ggl_likely(c->arrays.indicesType == GL_UNSIGNED_SHORT)) {
1408 case GL_UNSIGNED_SHORT:
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java251 int GL_UNSIGNED_SHORT = 0x1403; field in interface:GL10
/frameworks/base/opengl/include/GLES/
H A Dgl.h317 #define GL_UNSIGNED_SHORT 0x1403 macro
/frameworks/base/opengl/include/GLES2/
H A Dgl2.h238 #define GL_UNSIGNED_SHORT 0x1403 macro
/frameworks/base/opengl/tests/angeles/include/GLES/
H A Dgl.h274 #define GL_UNSIGNED_SHORT 0x1403 macro

Completed in 530 milliseconds