/frameworks/rs/driver/ |
D | rsdMeshObj.cpp | 174 RSD_CALL_GL(glDrawElements, mGLPrimitives[primIndex], len, GL_UNSIGNED_SHORT, in renderPrimitiveRange() 178 RSD_CALL_GL(glDrawElements, mGLPrimitives[primIndex], len, GL_UNSIGNED_SHORT, in renderPrimitiveRange()
|
D | rsdAllocation.cpp | 65 case RS_TYPE_UNSIGNED_16: return GL_UNSIGNED_SHORT; in rsdTypeToGLType()
|
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/ |
D | TriangleRenderer.java | 158 GL10.GL_UNSIGNED_SHORT, mIndexBuffer); in draw()
|
/frameworks/base/tests/GamePerformance/src/android/gameperformance/ |
D | RenderPatchOpenGLTest.java | 180 GLES20.GL_UNSIGNED_SHORT, in draw()
|
/frameworks/native/opengl/tests/gl_jni/jni/ |
D | gl_code.cpp | 182 glDrawElements(GL_TRIANGLES, nelem, GL_UNSIGNED_SHORT, quadIndices); in Java_com_android_gljni_GLJNILib_step()
|
/frameworks/native/opengl/tests/testViewport/src/com/android/test/ |
D | TestView.java | 218 gl11.glDrawElements(GL10.GL_TRIANGLES, mIndexCount, GL10.GL_UNSIGNED_SHORT, 0); in draw()
|
/frameworks/native/opengl/tests/tritex/ |
D | tritex.cpp | 268 glDrawElements(GL_TRIANGLES, nelem*quads, GL_UNSIGNED_SHORT, indices); in render()
|
/frameworks/native/opengl/tests/gl_basic/ |
D | gl_basic.cpp | 391 glDrawElements(GL_TRIANGLES, nelem, GL_UNSIGNED_SHORT, indices); in render()
|
/frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/ |
D | Swarm.java | 180 GLES20.GL_UNSIGNED_SHORT, drawListBuffer); in draw()
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 251 int GL_UNSIGNED_SHORT = 0x1403; field
|
/frameworks/native/opengl/tools/glgen/stubs/jsr239/ |
D | GL10Header.java-if | 250 int GL_UNSIGNED_SHORT = 0x1403;
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES10.java | 253 public static final int GL_UNSIGNED_SHORT = 0x1403; field in GLES10
|
D | GLES20.java | 151 public static final int GL_UNSIGNED_SHORT = 0x1403; field in GLES20
|
D | GLLogWrapper.java | 609 case GL_UNSIGNED_SHORT: in getIndexType() 1038 case GL_UNSIGNED_SHORT: { in toCharIndices()
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 274 #define GL_UNSIGNED_SHORT 0x1403 macro
|
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
D | GLES10Header.java-if | 253 public static final int GL_UNSIGNED_SHORT = 0x1403;
|
D | GLES20Header.java-if | 151 public static final int GL_UNSIGNED_SHORT = 0x1403;
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 262 #define GL_UNSIGNED_SHORT 0x1403 macro
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 205 #define GL_UNSIGNED_SHORT 0x1403 macro
|
/frameworks/native/libs/renderengine/gl/ |
D | GLESRenderEngine.cpp | 1550 glDrawElements(mesh.getPrimitive(), mesh.getIndexCount(), GL_UNSIGNED_SHORT, in drawMesh()
|
/frameworks/av/media/libstagefright/renderfright/gl/ |
D | GLESRenderEngine.cpp | 1465 glDrawElements(mesh.getPrimitive(), mesh.getIndexCount(), GL_UNSIGNED_SHORT, in drawMesh()
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 205 #define GL_UNSIGNED_SHORT 0x1403 macro
|
D | gl31.h | 207 #define GL_UNSIGNED_SHORT 0x1403 macro
|
D | gl32.h | 207 #define GL_UNSIGNED_SHORT 0x1403 macro
|
/frameworks/native/opengl/libs/ |
D | enums.in | 180 GL_ENUM(0x1403,GL_UNSIGNED_SHORT)
|