/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | ContextGL.cpp | 506 getFunctions()->drawElementsInstanced(ToGLenum(mode), count, ToGLenum(type), in drawElements() 548 angle::Result ContextGL::drawElementsInstanced(const gl::Context *context, in drawElementsInstanced() function in rx::ContextGL 566 getFunctions()->drawElementsInstanced(ToGLenum(mode), count, ToGLenum(type), in drawElementsInstanced() 668 getFunctions()->drawElementsInstanced(ToGLenum(mode), count, ToGLenum(type), in drawRangeElements()
|
H A D | ContextGL.h | 127 angle::Result drawElementsInstanced(const gl::Context *context,
|
H A D | DispatchTableGL_autogen.cpp | 250 ASSIGN("glDrawElementsInstancedARB", drawElementsInstanced); in initProcsDesktopGL() 1510 ASSIGN("glDrawElementsInstanced", drawElementsInstanced); in initProcsDesktopGL() 2437 ASSIGN("glDrawElementsInstanced", drawElementsInstanced); in initProcsGLES() 2673 ASSIGN("glDrawElementsInstancedEXT", drawElementsInstanced); in initProcsSharedExtensions() 3038 drawElementsInstanced = &glDrawElementsInstancedNULL; in initProcsDesktopGLNULL() 4297 drawElementsInstanced = &glDrawElementsInstancedNULL; in initProcsDesktopGLNULL() 5223 drawElementsInstanced = &glDrawElementsInstancedNULL; in initProcsGLESNULL() 5459 drawElementsInstanced = &glDrawElementsInstancedNULL; in initProcsSharedExtensionsNULL()
|
H A D | DispatchTableGL_autogen.h | 345 PFNGLDRAWELEMENTSINSTANCEDPROC drawElementsInstanced = nullptr; member in rx::DispatchTableGL
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | ContextImpl.h | 73 virtual angle::Result drawElementsInstanced(const gl::Context *context,
|
H A D | renderer_utils.cpp | 1014 contextImpl->drawElementsInstanced(context, mode, counts[drawID], type, indices[drawID], \
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Context_gles_3_0_autogen.h | 48 void drawElementsInstanced(PrimitiveMode modePacked, GLsizei count, \
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | Context9.cpp | 211 angle::Result Context9::drawElementsInstanced(const gl::Context *context, in drawElementsInstanced() function in rx::Context9
|
H A D | Context9.h | 105 angle::Result drawElementsInstanced(const gl::Context *context,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Context11.h | 106 angle::Result drawElementsInstanced(const gl::Context *context,
|
H A D | Context11.cpp | 356 angle::Result Context11::drawElementsInstanced(const gl::Context *context, in drawElementsInstanced() function in rx::Context11
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
H A D | ContextNULL.cpp | 177 angle::Result ContextNULL::drawElementsInstanced(const gl::Context *context, in drawElementsInstanced() function in rx::ContextNULL
|
H A D | ContextNULL.h | 75 angle::Result drawElementsInstanced(const gl::Context *context,
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrContext.hpp | 180 virtual void drawElementsInstanced (deUint32 mode, int count, deUint32 type, const void *indices, int instanceCount) = DE_NULL;
|
H A D | sglrGLContext.hpp | 192 virtual void drawElementsInstanced (deUint32 mode, int count, deUint32 type, const void *indices, int instanceCount);
|
H A D | sglrGLContext.cpp | 800 void GLContext::drawElementsInstanced (deUint32 mode, int count, deUint32 type, const void *indices, int instanceCount) in drawElementsInstanced() function in sglr::GLContext
|
H A D | sglrReferenceContext.hpp | 746 virtual void drawElementsInstanced (deUint32 mode, int count, deUint32 type, const void *indices, int instanceCount);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
H A D | ContextMtl.h | 77 angle::Result drawElementsInstanced(const gl::Context *context,
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cShaderDrawParametersTests.cpp | 549 gl.drawElementsInstanced(GL_TRIANGLE_STRIP, 6, GL_UNSIGNED_SHORT, (GLvoid*)0, 3); in drawCommand()
|
H A D | gl4cPipelineStatisticsQueryTests.cpp | 1081 result = (gl.drawElementsInstanced != DE_NULL); in isDrawCallSupported() 2348 gl.drawElementsInstanced(primitive_type, pInstance->m_indirect_draw_call_count_argument, GL_UNSIGNED_INT, in queryCallbackDrawCallHandler()
|
H A D | gl4cVertexAttrib64BitTest.cpp | 2649 gl.drawElementsInstanced(GL_POINTS, m_n_vertices, GL_UNSIGNED_INT, 0, m_n_instances); in testDrawElementsInstanced() 3387 gl.drawElementsInstanced(GL_POINTS, m_n_batches, GL_UNSIGNED_SHORT, DE_NULL /* indices */, in executeTest()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | ContextVk.h | 114 angle::Result drawElementsInstanced(const gl::Context *context,
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_elements_base_vertex/ |
H A D | esextcDrawElementsBaseVertexTests.cpp | 785 gl.drawElementsInstanced(test_case.primitive_mode, 3, /* count */ in executeTestCases()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
H A D | esextcTessellationShaderTessellation.cpp | 1378 gl.drawElementsInstanced(m_glExtTokens.PATCHES, drawcall_count, GL_UNSIGNED_BYTE, in iterate()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fDrawTests.cpp | 755 ctx.drawElementsInstanced(GL_TRIANGLES, 6, GL_UNSIGNED_SHORT, DE_NULL, m_gridSide * m_gridSide); in renderTo()
|