/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...] |
es3fVertexArrayObjectTests.cpp | 579 GLU_CHECK_CALL(glDrawElementsInstanced(GL_TRIANGLES, m_spec.count, m_spec.indexType, m_indices, m_spec.instances)); 586 GLU_CHECK_CALL(glDrawElementsInstanced(GL_TRIANGLES, m_spec.count, m_spec.indexType, (GLvoid*)((GLintptr)m_spec.indexOffset), m_spec.instances)); [all...] |
es3fInstancedRenderingTests.cpp | 549 glDrawElementsInstanced(GL_TRIANGLES, (int)m_gridIndices.size(), GL_UNSIGNED_SHORT, &m_gridIndices[0], m_numInstances); 633 : function == (int)InstancedRenderingCase::FUNCTION_DRAW_ELEMENTS_INSTANCED ? "Use glDrawElementsInstanced()"
|
es3fPrimitiveRestartTests.cpp | 547 glDrawElementsInstanced(primTypeGL, (GLsizei)count, indexTypeGL, (GLvoid*)getIndexPtr(startNdx), 1);
|
/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/framework/egl/ |
egluStaticES30Library.inl | 73 { "glDrawElementsInstanced", (deFunctionPtr)glDrawElementsInstanced },
|
/development/ndk/platforms/android-18/samples/gles3jni/jni/ |
gl3stub.c | 91 FIND_PROC(glDrawElementsInstanced); 197 !glDrawElementsInstanced || 309 GL_APICALL void (* GL_APIENTRY glDrawElementsInstanced) (GLenum mode, GLsizei count, GLenum type, const GLvoid* indices, GLsizei instanceCount);
|
gl3stub.h | 451 extern GL_APICALL void (* GL_APIENTRY glDrawElementsInstanced) (GLenum mode, GLsizei count, GLenum type, const GLvoid* indices, GLsizei instanceCount); [all...] |
/development/ndk/sources/android/ndk_helper/ |
gl3stub.c | 92 FIND_PROC( glDrawElementsInstanced ); 152 || !glDrawArraysInstanced || !glDrawElementsInstanced || !glFenceSync 420 GL_APICALL void (* GL_APIENTRY glDrawElementsInstanced)( GLenum mode,
|
gl3stub.h | 461 extern GL_APICALL void (* GL_APIENTRY glDrawElementsInstanced) (GLenum mode, GLsizei count, GLenum type, const GLvoid* indices, GLsizei instanceCount); [all...] |