/external/deqp/modules/gles3/functional/ |
D | es3fNegativeVertexArrayApiTests.cpp | 621 glDrawElementsInstanced(-1, 1, GL_UNSIGNED_BYTE, vertices, 1); in init() 626 glDrawElementsInstanced(GL_POINTS, 1, -1, vertices, 1); in init() 628 glDrawElementsInstanced(GL_POINTS, 1, GL_FLOAT, vertices, 1); in init() 633 glDrawElementsInstanced(GL_POINTS, -1, GL_UNSIGNED_BYTE, vertices, 1); in init() 635 glDrawElementsInstanced(GL_POINTS, 11, GL_UNSIGNED_BYTE, vertices, -1); in init() 643 glDrawElementsInstanced(GL_POINTS, 1, GL_UNSIGNED_BYTE, vertices, 1); in init() 667 glDrawElementsInstanced (GL_POINTS, 1, GL_UNSIGNED_BYTE, vertices, 1); in init() 671 glDrawElementsInstanced (GL_POINTS, 1, GL_UNSIGNED_BYTE, vertices, 1); in init() 692 glDrawElementsInstanced(-1, 1, GL_UNSIGNED_BYTE, vertices, 1); in init() 697 glDrawElementsInstanced(GL_POINTS, 1, -1, vertices, 1); in init() [all …]
|
D | es3fVertexArrayObjectTests.cpp | 587 …GLU_CHECK_CALL(glDrawElementsInstanced(GL_TRIANGLES, m_spec.count, m_spec.indexType, m_indices, m_… in makeDrawCall() 594 …GLU_CHECK_CALL(glDrawElementsInstanced(GL_TRIANGLES, m_spec.count, m_spec.indexType, (GLvoid*)((GL… in makeDrawCall() 1164 …GLU_CHECK_CALL(glDrawElementsInstanced(GL_TRIANGLES, m_spec.count, m_spec.indexType, m_indices, m_… in makeDrawCall() 1171 …GLU_CHECK_CALL(glDrawElementsInstanced(GL_TRIANGLES, m_spec.count, m_spec.indexType, (GLvoid*)((GL… in makeDrawCall()
|
D | es3fPrimitiveRestartTests.cpp | 547 …glDrawElementsInstanced(primTypeGL, (GLsizei)count, indexTypeGL, (GLvoid*)getIndexPtr(startNdx), 1… in draw()
|
D | es3fInstancedRenderingTests.cpp | 549 …glDrawElementsInstanced(GL_TRIANGLES, (int)m_gridIndices.size(), GL_UNSIGNED_SHORT, &m_gridIndices… in setupAndRender()
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeVertexArrayApiTests.cpp | 843 ctx.glDrawElementsInstanced(-1, 1, GL_UNSIGNED_BYTE, indices, 1); in draw_elements_instanced() 848 ctx.glDrawElementsInstanced(GL_POINTS, 1, -1, indices, 1); in draw_elements_instanced() 850 ctx.glDrawElementsInstanced(GL_POINTS, 1, GL_FLOAT, indices, 1); in draw_elements_instanced() 855 ctx.glDrawElementsInstanced(GL_POINTS, -1, GL_UNSIGNED_BYTE, indices, 1); in draw_elements_instanced() 857 ctx.glDrawElementsInstanced(GL_POINTS, 11, GL_UNSIGNED_BYTE, indices, -1); in draw_elements_instanced() 865 ctx.glDrawElementsInstanced(GL_POINTS, 1, GL_UNSIGNED_BYTE, indices, 1); in draw_elements_instanced() 889 ctx.glDrawElementsInstanced(GL_POINTS, 1, GL_UNSIGNED_BYTE, indices, 1); in draw_elements_instanced() 893 ctx.glDrawElementsInstanced(GL_POINTS, 1, GL_UNSIGNED_BYTE, indices, 1); in draw_elements_instanced() 915 ctx.glDrawElementsInstanced(-1, 1, GL_UNSIGNED_BYTE, indices, 1); in draw_elements_instanced_invalid_program() 920 ctx.glDrawElementsInstanced(GL_POINTS, 1, -1, indices, 1); in draw_elements_instanced_invalid_program() [all …]
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.primitive_restart.txt | 27 - glDrawElementsInstanced() 52 For glDrawElementsInstanced(), an instance count of 1 is used. For
|
D | functional.instanced.txt | 27 - glDrawElementsInstanced()
|
/external/deqp/framework/egl/ |
D | egluStaticES30Library.inl | 72 { "glDrawElementsInstanced", (deFunctionPtr)glDrawElementsInstanced },
|
D | egluStaticES31Library.inl | 82 { "glDrawElementsInstanced", (deFunctionPtr)glDrawElementsInstanced },
|
D | egluStaticES32Library.inl | 94 { "glDrawElementsInstanced", (deFunctionPtr)glDrawElementsInstanced },
|
/external/angle/src/tests/gl_tests/ |
D | InstancingTest.cpp | 656 glDrawElementsInstanced(GL_TRIANGLES, ArraySize(kQuadIndices), GL_UNSIGNED_SHORT, kQuadIndices, in TEST_P() 677 glDrawElementsInstanced(GL_TRIANGLES, ArraySize(kQuadIndices), GL_UNSIGNED_SHORT, kQuadIndices, in TEST_P() 760 glDrawElementsInstanced(GL_POINTS, indices.size(), GL_UNSIGNED_INT, indices.data(), in TEST_P()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | libGLESv2.def | 261 glDrawElementsInstanced @272
|
D | libGLESv2.lds | 217 glDrawElementsInstanced;
|
/external/mesa3d/src/mapi/es2api/ |
D | gles2-symbols.txt | 91 glDrawElementsInstanced
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cVertexAttribBindingTests.cpp | 2585 glDrawElementsInstanced(GL_TRIANGLE_STRIP, 4, GL_UNSIGNED_SHORT, 0, 1); in Run() 2599 glDrawElementsInstanced(GL_TRIANGLE_STRIP, 4, GL_UNSIGNED_INT, 0, 1); in Run() 2616 glDrawElementsInstanced(GL_TRIANGLE_STRIP, 4, GL_UNSIGNED_SHORT, 0, 1); in Run() 2637 glDrawElementsInstanced(GL_TRIANGLE_STRIP, 4, GL_UNSIGNED_SHORT, 0, 1); in Run() 2649 glDrawElementsInstanced(GL_TRIANGLE_STRIP, 4, GL_UNSIGNED_SHORT, 0, 1); in Run() 2661 glDrawElementsInstanced(GL_TRIANGLE_STRIP, 4, GL_UNSIGNED_INT, 0, 1); in Run()
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES30Direct.inl | 72 gl->drawElementsInstanced = &glDrawElementsInstanced;
|
D | glwInitES31Direct.inl | 82 gl->drawElementsInstanced = &glDrawElementsInstanced;
|
D | glwInitES32Direct.inl | 94 gl->drawElementsInstanced = &glDrawElementsInstanced;
|
D | glwInitES30.inl | 72 …rawElementsInstanced = (glDrawElementsInstancedFunc) loader->get("glDrawElementsInstanced");
|
D | glwInitGL31.inl | 76 …rawElementsInstanced = (glDrawElementsInstancedFunc) loader->get("glDrawElementsInstanced");
|
/external/angle/src/libGL/ |
D | libGL_autogen.def | 666 glDrawElementsInstanced
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrContextWrapper.hpp | 263 …void glDrawElementsInstanced (deUint32 mode, int count, deUint32 type, const void* indices, …
|
/external/angle/src/libGLESv2/ |
D | libGLESv2_no_capture_autogen.def | 179 glDrawElementsInstanced
|
D | libGLESv2_with_capture_autogen.def | 179 glDrawElementsInstanced
|
D | libGLESv2_autogen.def | 179 glDrawElementsInstanced
|