HomeSort by relevance Sort by last modified time
    Searched refs:glDrawElementsInstanced (Results 1 - 25 of 26) sorted by null

1 2

  /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...]
  /development/ndk/platforms/android-18/samples/MoreTeapots/jni/
MoreTeapotsRenderer.cpp 337 glDrawElementsInstanced( GL_TRIANGLES, num_indices_, GL_UNSIGNED_SHORT, BUFFER_OFFSET(0),
  /external/deqp/framework/opengl/wrapper/
glwInitES30Direct.inl 215 gl->drawElementsInstanced = &glDrawElementsInstanced;
glwApi.inl 296 #define glDrawElementsInstanced glwDrawElementsInstanced
    [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 296 gl->drawElementsInstanced = glDrawElementsInstanced;
tcuNullRenderContextFuncs.inl     [all...]
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.hpp 263 void glDrawElementsInstanced (deUint32 mode, int count, deUint32 type, const void* indices, int primcount);
sglrGLContext.cpp 802 m_wrapper->glDrawElementsInstanced(mode, count, type, indices, instanceCount);
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h     [all...]
  /external/chromium_org/third_party/angle/include/GLES3/
gl3.h     [all...]
  /external/deqp/framework/opengl/
gluCallLogWrapperApi.inl 296 void glDrawElementsInstanced (glw::GLenum mode, glw::GLsizei count, glw::GLenum type, const glw::GLvoid* indices, glw::GLsizei instancecount);
    [all...]
gluCallLogWrapper.inl     [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
gl_mangle.h 415 #define glDrawElementsInstanced MANGLE(DrawElementsInstanced)
    [all...]
glext.h     [all...]
  /external/mesa3d/include/GL/
gl_mangle.h 415 #define glDrawElementsInstanced MANGLE(DrawElementsInstanced)
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
libGLESv2.cpp     [all...]

Completed in 80 milliseconds

1 2