Home
last modified time | relevance | path

Searched refs:glDrawElementsInstanced (Results 1 – 25 of 66) sorted by relevance

123

/external/deqp/modules/gles3/functional/
Des3fNegativeVertexArrayApiTests.cpp621 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 …]
Des3fVertexArrayObjectTests.cpp587 …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()
Des3fPrimitiveRestartTests.cpp547glDrawElementsInstanced(primTypeGL, (GLsizei)count, indexTypeGL, (GLvoid*)getIndexPtr(startNdx), 1… in draw()
Des3fInstancedRenderingTests.cpp549glDrawElementsInstanced(GL_TRIANGLES, (int)m_gridIndices.size(), GL_UNSIGNED_SHORT, &m_gridIndices… in setupAndRender()
/external/deqp/modules/gles31/functional/
Des31fNegativeVertexArrayApiTests.cpp843 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/
Dfunctional.primitive_restart.txt27 - glDrawElementsInstanced()
52 For glDrawElementsInstanced(), an instance count of 1 is used. For
Dfunctional.instanced.txt27 - glDrawElementsInstanced()
/external/deqp/framework/egl/
DegluStaticES30Library.inl72 { "glDrawElementsInstanced", (deFunctionPtr)glDrawElementsInstanced },
DegluStaticES31Library.inl82 { "glDrawElementsInstanced", (deFunctionPtr)glDrawElementsInstanced },
DegluStaticES32Library.inl94 { "glDrawElementsInstanced", (deFunctionPtr)glDrawElementsInstanced },
/external/angle/src/tests/gl_tests/
DInstancingTest.cpp656 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/
DlibGLESv2.def261 glDrawElementsInstanced @272
DlibGLESv2.lds217 glDrawElementsInstanced;
/external/mesa3d/src/mapi/es2api/
Dgles2-symbols.txt91 glDrawElementsInstanced
/external/deqp/external/openglcts/modules/gles31/
Des31cVertexAttribBindingTests.cpp2585 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/
DglwInitES30Direct.inl72 gl->drawElementsInstanced = &glDrawElementsInstanced;
DglwInitES31Direct.inl82 gl->drawElementsInstanced = &glDrawElementsInstanced;
DglwInitES32Direct.inl94 gl->drawElementsInstanced = &glDrawElementsInstanced;
DglwInitES30.inl72 …rawElementsInstanced = (glDrawElementsInstancedFunc) loader->get("glDrawElementsInstanced");
DglwInitGL31.inl76 …rawElementsInstanced = (glDrawElementsInstancedFunc) loader->get("glDrawElementsInstanced");
/external/angle/src/libGL/
DlibGL_autogen.def666 glDrawElementsInstanced
/external/deqp/framework/opengl/simplereference/
DsglrContextWrapper.hpp263 …void glDrawElementsInstanced (deUint32 mode, int count, deUint32 type, const void* indices, …
/external/angle/src/libGLESv2/
DlibGLESv2_no_capture_autogen.def179 glDrawElementsInstanced
DlibGLESv2_with_capture_autogen.def179 glDrawElementsInstanced
DlibGLESv2_autogen.def179 glDrawElementsInstanced

123