/external/deqp/modules/gles31/functional/ |
D | es31fNegativeVertexArrayApiTests.cpp | 633 ctx.glDrawElementsInstanced(-1, 1, GL_UNSIGNED_BYTE, vertices, 1); in draw_elements_instanced() 638 ctx.glDrawElementsInstanced(GL_POINTS, 1, -1, vertices, 1); in draw_elements_instanced() 640 ctx.glDrawElementsInstanced(GL_POINTS, 1, GL_FLOAT, vertices, 1); in draw_elements_instanced() 645 ctx.glDrawElementsInstanced(GL_POINTS, -1, GL_UNSIGNED_BYTE, vertices, 1); in draw_elements_instanced() 647 ctx.glDrawElementsInstanced(GL_POINTS, 11, GL_UNSIGNED_BYTE, vertices, -1); in draw_elements_instanced() 655 ctx.glDrawElementsInstanced(GL_POINTS, 1, GL_UNSIGNED_BYTE, vertices, 1); in draw_elements_instanced() 679 ctx.glDrawElementsInstanced (GL_POINTS, 1, GL_UNSIGNED_BYTE, vertices, 1); in draw_elements_instanced() 683 ctx.glDrawElementsInstanced (GL_POINTS, 1, GL_UNSIGNED_BYTE, vertices, 1); in draw_elements_instanced() 705 ctx.glDrawElementsInstanced(-1, 1, GL_UNSIGNED_BYTE, vertices, 1); in draw_elements_instanced_invalid_program() 710 ctx.glDrawElementsInstanced(GL_POINTS, 1, -1, vertices, 1); in draw_elements_instanced_invalid_program() [all …]
|
/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 | 579 …GLU_CHECK_CALL(glDrawElementsInstanced(GL_TRIANGLES, m_spec.count, m_spec.indexType, m_indices, m_… in makeDrawCall() 586 …GLU_CHECK_CALL(glDrawElementsInstanced(GL_TRIANGLES, m_spec.count, m_spec.indexType, (GLvoid*)((GL… in makeDrawCall() 1156 …GLU_CHECK_CALL(glDrawElementsInstanced(GL_TRIANGLES, m_spec.count, m_spec.indexType, m_indices, m_… in makeDrawCall() 1163 …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/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 | 73 { "glDrawElementsInstanced", (deFunctionPtr)glDrawElementsInstanced },
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
D | libGLESv2.def | 252 glDrawElementsInstanced @249
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES30Direct.inl | 215 gl->drawElementsInstanced = &glDrawElementsInstanced;
|
D | glwInitES30.inl | 215 …rawElementsInstanced = (glDrawElementsInstancedFunc) loader->get("glDrawElementsInstanced");
|
D | glwInitGL31.inl | 294 …rawElementsInstanced = (glDrawElementsInstancedFunc) loader->get("glDrawElementsInstanced");
|
D | glwInitGL32.inl | 294 …rawElementsInstanced = (glDrawElementsInstancedFunc) loader->get("glDrawElementsInstanced");
|
D | glwInitES31.inl | 215 …rawElementsInstanced = (glDrawElementsInstancedFunc) loader->get("glDrawElementsInstanced");
|
D | glwInitGL33.inl | 294 …rawElementsInstanced = (glDrawElementsInstancedFunc) loader->get("glDrawElementsInstanced");
|
D | glwInitGL40.inl | 294 …rawElementsInstanced = (glDrawElementsInstancedFunc) loader->get("glDrawElementsInstanced");
|
D | glwInitGL41.inl | 294 …rawElementsInstanced = (glDrawElementsInstancedFunc) loader->get("glDrawElementsInstanced");
|
D | glwInitGL42.inl | 294 …lementsInstanced = (glDrawElementsInstancedFunc) loader->get("glDrawElementsInstanced");
|
D | glwInitGL43.inl | 294 …lementsInstanced = (glDrawElementsInstancedFunc) loader->get("glDrawElementsInstanced");
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrContextWrapper.hpp | 263 …void glDrawElementsInstanced (deUint32 mode, int count, deUint32 type, const void* indices, …
|
D | sglrGLContext.cpp | 802 m_wrapper->glDrawElementsInstanced(mode, count, type, indices, instanceCount); in drawElementsInstanced()
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 296 gl->drawElementsInstanced = glDrawElementsInstanced;
|
/external/deqp/modules/egl/ |
D | teglGetProcAddressTests.inl | 347 "glDrawElementsInstanced",
|
/external/deqp/doc/ |
D | GLES3 Negative API Functions.txt | 321 o glDrawElementsInstanced (GLenum mode, GLsizei count, GLenum type, const GLvoid* indices, GLsize…
|
/external/chromium_org/third_party/angle/include/GLES3/ |
D | gl3.h | 1021 GL_APICALL void GL_APIENTRY glDrawElementsInstanced (GLenum mode, GLsizei count, GLenum t…
|