HomeSort by relevance Sort by last modified time
    Searched full:gldrawelementsinstanced (Results 1 - 25 of 111) sorted by null

1 2 3 4 5

  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glDrawElementsInstanced.nativeReg 0 {"glDrawElementsInstanced", "(IIILjava/nio/Buffer;I)V", (void *) android_glDrawElementsInstanced__IIILjava_nio_Buffer_2I },
2 {"glDrawElementsInstanced", "(IIIII)V", (void *) android_glDrawElementsInstanced__IIIII },
glDrawElementsInstanced.java 1 // C function void glDrawElementsInstanced ( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei instanceCount )
3 public static native void glDrawElementsInstanced(
11 // C function void glDrawElementsInstanced ( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei instanceCount )
13 public static native void glDrawElementsInstanced(
glDrawElementsInstanced.cpp 1 /* void glDrawElementsInstanced ( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei instanceCount ) */
15 glDrawElementsInstanced(
27 /* void glDrawElementsInstanced ( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei instanceCount ) */
31 glDrawElementsInstanced(
  /external/deqp/modules/gles3/functional/
es3fNegativeVertexArrayApiTests.cpp 609 ES3F_ADD_API_CASE(draw_elements_instanced, "Invalid glDrawElementsInstanced() usage",
621 glDrawElementsInstanced(-1, 1, GL_UNSIGNED_BYTE, vertices, 1);
626 glDrawElementsInstanced(GL_POINTS, 1, -1, vertices, 1);
628 glDrawElementsInstanced(GL_POINTS, 1, GL_FLOAT, vertices, 1);
633 glDrawElementsInstanced(GL_POINTS, -1, GL_UNSIGNED_BYTE, vertices, 1);
635 glDrawElementsInstanced(GL_POINTS, 11, GL_UNSIGNED_BYTE, vertices, -1);
643 glDrawElementsInstanced(GL_POINTS, 1, GL_UNSIGNED_BYTE, vertices, 1);
667 glDrawElementsInstanced (GL_POINTS, 1, GL_UNSIGNED_BYTE, vertices, 1);
671 glDrawElementsInstanced (GL_POINTS, 1, GL_UNSIGNED_BYTE, vertices, 1);
683 ES3F_ADD_API_CASE(draw_elements_instanced_invalid_program, "Invalid glDrawElementsInstanced() usage"
    [all...]
  /external/deqp/modules/gles31/functional/
es31fNegativeVertexArrayApiTests.cpp 633 ctx.glDrawElementsInstanced(-1, 1, GL_UNSIGNED_BYTE, vertices, 1);
638 ctx.glDrawElementsInstanced(GL_POINTS, 1, -1, vertices, 1);
640 ctx.glDrawElementsInstanced(GL_POINTS, 1, GL_FLOAT, vertices, 1);
645 ctx.glDrawElementsInstanced(GL_POINTS, -1, GL_UNSIGNED_BYTE, vertices, 1);
647 ctx.glDrawElementsInstanced(GL_POINTS, 11, GL_UNSIGNED_BYTE, vertices, -1);
655 ctx.glDrawElementsInstanced(GL_POINTS, 1, GL_UNSIGNED_BYTE, vertices, 1);
679 ctx.glDrawElementsInstanced (GL_POINTS, 1, GL_UNSIGNED_BYTE, vertices, 1);
683 ctx.glDrawElementsInstanced (GL_POINTS, 1, GL_UNSIGNED_BYTE, vertices, 1);
705 ctx.glDrawElementsInstanced(-1, 1, GL_UNSIGNED_BYTE, vertices, 1);
710 ctx.glDrawElementsInstanced(GL_POINTS, 1, -1, vertices, 1)
    [all...]
  /external/deqp/doc/testspecs/GLES3/
functional.primitive_restart.txt 27 - glDrawElementsInstanced()
52 For glDrawElementsInstanced(), an instance count of 1 is used. For
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/lib/
libGLESv3.so 
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/lib/
libGLESv3.so 
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/libr6/
libGLESv3.so 
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/lib/
libGLESv3.so 
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/lib/
libGLESv3.so 
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/lib/
libGLESv3.so 
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/libr6/
libGLESv3.so 
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/lib/
libGLESv3.so 
  /development/ndk/platforms/android-18/arch-arm/symbols/
libGLESv3.so.functions.txt 72 glDrawElementsInstanced
  /development/ndk/platforms/android-18/arch-mips/symbols/
libGLESv3.so.functions.txt 72 glDrawElementsInstanced
  /development/ndk/platforms/android-18/arch-x86/symbols/
libGLESv3.so.functions.txt 72 glDrawElementsInstanced
  /external/mesa3d/src/mesa/main/
api_validate.c 575 "glDrawElementsInstanced(count=%d)", count);
579 if (!_mesa_valid_prim_mode(ctx, mode, "glDrawElementsInstanced")) {
583 if (!valid_elements_type(ctx, type, "glDrawElementsInstanced"))
589 "glDrawElementsInstanced(numInstances=%d)", numInstances);
593 if (!check_valid_to_render(ctx, "glDrawElementsInstanced"))
602 "glDrawElementsInstanced index out of buffer bounds");
  /development/ndk/platforms/android-21/arch-arm/symbols/
libGLESv3.so.functions.txt 93 glDrawElementsInstanced
  /development/ndk/platforms/android-21/arch-arm64/symbols/
libGLESv3.so.functions.txt 93 glDrawElementsInstanced
  /development/ndk/platforms/android-21/arch-mips/symbols/
libGLESv3.so.functions.txt 93 glDrawElementsInstanced
  /development/ndk/platforms/android-21/arch-mips64/symbols/
libGLESv3.so.functions.txt 93 glDrawElementsInstanced
  /development/ndk/platforms/android-21/arch-p/symbols/
libGLESv3.so.functions.txt 93 glDrawElementsInstanced
  /development/ndk/platforms/android-21/arch-x86/symbols/
libGLESv3.so.functions.txt 93 glDrawElementsInstanced
  /development/ndk/platforms/android-21/arch-x86_64/symbols/
libGLESv3.so.functions.txt 93 glDrawElementsInstanced

Completed in 1291 milliseconds

1 2 3 4 5