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

/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DTriangleRenderer.java158 GL10.GL_UNSIGNED_SHORT, mIndexBuffer);
/frameworks/rs/driver/
H A DrsdMeshObj.cpp53 // Only GL_BYTE, GL_UNSIGNED_BYTE, GL_SHORT, GL_UNSIGNED_SHORT, GL_FIXED, GL_FLOAT are accepted.
170 RSD_CALL_GL(glDrawElements, mGLPrimitives[primIndex], len, GL_UNSIGNED_SHORT,
174 RSD_CALL_GL(glDrawElements, mGLPrimitives[primIndex], len, GL_UNSIGNED_SHORT,
H A DrsdAllocation.cpp59 case RS_TYPE_UNSIGNED_16: return GL_UNSIGNED_SHORT;
/frameworks/native/opengl/tests/gl_jni/jni/
H A Dgl_code.cpp177 glDrawElements(GL_TRIANGLES, nelem, GL_UNSIGNED_SHORT, quadIndices);
/frameworks/native/opengl/tests/testViewport/src/com/android/test/
H A DTestView.java218 gl11.glDrawElements(GL10.GL_TRIANGLES, mIndexCount, GL10.GL_UNSIGNED_SHORT, 0);
/frameworks/native/opengl/tests/tritex/
H A Dtritex.cpp271 glDrawElements(GL_TRIANGLES, nelem*quads, GL_UNSIGNED_SHORT, indices);
/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp362 glDrawElements(GL_TRIANGLES, nelem, GL_UNSIGNED_SHORT, indices);
/frameworks/native/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/android/opengl/
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/java/javax/microedition/khronos/opengles/
H A DGL10.java251 int GL_UNSIGNED_SHORT = 0x1403; field in interface:GL10
/frameworks/base/libs/hwui/
H A DFontRenderer.cpp381 glDrawElements(GL_TRIANGLES, mCurrentQuadIndex * 6, GL_UNSIGNED_SHORT, NULL);
H A DOpenGLRenderer.cpp1042 glDrawElements(GL_TRIANGLES, numQuads * 6, GL_UNSIGNED_SHORT, NULL);
1049 glDrawElements(GL_TRIANGLES, numQuads * 6, GL_UNSIGNED_SHORT, NULL);
2851 GL_UNSIGNED_SHORT, layer->meshIndices);
/frameworks/native/opengl/include/GLES/
H A Dgl.h317 #define GL_UNSIGNED_SHORT 0x1403 macro
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h238 #define GL_UNSIGNED_SHORT 0x1403 macro
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_fixup.cpp457 case GL_UNSIGNED_SHORT:
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h274 #define GL_UNSIGNED_SHORT 0x1403 macro

Completed in 8535 milliseconds