Searched refs:GL_UNSIGNED_SHORT (Results 1 – 13 of 13) sorted by relevance
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/ |
D | GLWorld.java | 82 gl.glDrawElements(GL10.GL_TRIANGLES, mIndexCount, GL10.GL_UNSIGNED_SHORT, mIndexBuffer); in draw()
|
/development/tools/emulator/opengl/shared/OpenglCodecCommon/ |
D | glUtils.cpp | 30 case GL_UNSIGNED_SHORT: in glSizeof() 379 case GL_UNSIGNED_SHORT: in glUtilsPixelBitSize()
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
D | Grid.java | 129 GL10.GL_UNSIGNED_SHORT, mIndexBuffer); in draw()
|
D | SpriteTextRenderer.java | 331 GL10.GL_UNSIGNED_SHORT, mIndexBuffer); in draw()
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | StaticTriangleRenderer.java | 265 GL_UNSIGNED_SHORT, mIndexBuffer); in draw()
|
D | TriangleRenderer.java | 233 GL10.GL_UNSIGNED_SHORT, mIndexBuffer); in draw()
|
D | MatrixPaletteRenderer.java | 221 gl11.glDrawElements(GL10.GL_TRIANGLES, mIndexCount, GL10.GL_UNSIGNED_SHORT, 0); in draw()
|
D | CubeMapActivity.java | 374 gl11.glDrawElements(GL10.GL_TRIANGLES, mIndexCount, GL10.GL_UNSIGNED_SHORT, 0); in draw()
|
/development/tools/emulator/opengl/system/gralloc/ |
D | gralloc.cpp | 230 glType = GL_UNSIGNED_SHORT; in gralloc_alloc()
|
/development/ndk/platforms/android-5/include/GLES2/ |
D | gl2.h | 238 #define GL_UNSIGNED_SHORT 0x1403 macro
|
/development/ndk/platforms/android-4/include/GLES/ |
D | gl.h | 317 #define GL_UNSIGNED_SHORT 0x1403 macro
|
/development/tools/emulator/opengl/system/GLESv1_enc/ |
D | GLEncoder.cpp | 572 case GL_UNSIGNED_SHORT: in s_glDrawElements()
|
/development/tools/emulator/opengl/system/GLESv2_enc/ |
D | GL2Encoder.cpp | 506 case GL_UNSIGNED_SHORT: in s_glDrawElements()
|