/frameworks/base/libs/hwui/renderstate/ |
D | RenderState.cpp | 427 GL_UNSIGNED_SHORT, nullptr); in render() 429 glDrawElements(mesh.primitiveMode, drawCount, GL_UNSIGNED_SHORT, nullptr); in render() 439 GL_UNSIGNED_SHORT, indices.indices); in render() 441 glDrawElements(mesh.primitiveMode, mesh.elementCount, GL_UNSIGNED_SHORT, in render()
|
/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 | 64 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/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/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 251 int GL_UNSIGNED_SHORT = 0x1403; field
|
/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/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 | 149 public static final int GL_UNSIGNED_SHORT = 0x1403; field in GLES20
|
/frameworks/native/opengl/libagl/ |
D | array.cpp | 317 case GL_UNSIGNED_SHORT: in init() 911 if (ggl_likely(c->arrays.indicesType == GL_UNSIGNED_SHORT)) { in drawIndexedPrimitivesTriangles() 1410 case GL_UNSIGNED_SHORT: in glDrawElements()
|
/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 | 149 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/opengl/libs/ |
D | enums.in | 180 GL_ENUM(0x1403,GL_UNSIGNED_SHORT)
|
/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/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19234 field public static final int GL_UNSIGNED_SHORT = 5123; // 0x1403 20154 field public static final int GL_UNSIGNED_SHORT = 5123; // 0x1403 52156 field public static final int GL_UNSIGNED_SHORT = 5123; // 0x1403
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 28127 Landroid/opengl/GLES10;->GL_UNSIGNED_SHORT:I 29039 Landroid/opengl/GLES20;->GL_UNSIGNED_SHORT:I 72184 Ljavax/microedition/khronos/opengles/GL10;->GL_UNSIGNED_SHORT:I
|