Searched refs:GL_UNSIGNED_SHORT (Results 1 - 22 of 22) 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.cpp70 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.cpp272 glDrawElements(GL_TRIANGLES, nelem*quads, GL_UNSIGNED_SHORT, indices);
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES10Header.java-if253 public static final int GL_UNSIGNED_SHORT = 0x1403;
H A DGLES20Header.java-if149 public static final int GL_UNSIGNED_SHORT = 0x1403;
/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp363 glDrawElements(GL_TRIANGLES, nelem, GL_UNSIGNED_SHORT, indices);
/frameworks/base/libs/hwui/
H A DOpenGLRenderer.cpp1172 GL_UNSIGNED_SHORT, NULL));
1180 GL_UNSIGNED_SHORT, NULL));
1266 glDrawElements(GL_TRIANGLES, drawCount, GL_UNSIGNED_SHORT, NULL);
2376 glDrawElements(GL_TRIANGLE_STRIP, ONE_POLY_RING_SHADOW_INDEX_COUNT, GL_UNSIGNED_SHORT, 0);
2379 glDrawElements(GL_TRIANGLE_STRIP, TWO_POLY_RING_SHADOW_INDEX_COUNT, GL_UNSIGNED_SHORT, 0);
2382 glDrawElements(GL_TRIANGLE_STRIP, vertexBuffer.getIndexCount(), GL_UNSIGNED_SHORT,
2958 glDrawElements(GL_TRIANGLES, drawCount, GL_UNSIGNED_SHORT, NULL));
3348 glDrawElements(drawMode, elementsCount, GL_UNSIGNED_SHORT, NULL);
H A DFontRenderer.cpp523 GL_UNSIGNED_SHORT, texture->indices());
/frameworks/native/opengl/libagl/
H A Darray.cpp320 case GL_UNSIGNED_SHORT:
913 if (ggl_likely(c->arrays.indicesType == GL_UNSIGNED_SHORT)) {
1412 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/native/opengl/include/GLES/
H A Dgl.h317 #define GL_UNSIGNED_SHORT 0x1403 macro
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h199 #define GL_UNSIGNED_SHORT 0x1403 macro
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_fixup.cpp522 case GL_UNSIGNED_SHORT:
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h274 #define GL_UNSIGNED_SHORT 0x1403 macro
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h199 #define GL_UNSIGNED_SHORT 0x1403 macro
H A Dgl31.h199 #define GL_UNSIGNED_SHORT 0x1403 macro

Completed in 340 milliseconds