Home
last modified time | relevance | path

Searched refs:drawElementsInstanced (Results 1 - 25 of 36) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DContextGL.cpp506 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 DContextGL.h127 angle::Result drawElementsInstanced(const gl::Context *context,
H A DDispatchTableGL_autogen.cpp250 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 DDispatchTableGL_autogen.h345 PFNGLDRAWELEMENTSINSTANCEDPROC drawElementsInstanced = nullptr; member in rx::DispatchTableGL
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DContextImpl.h73 virtual angle::Result drawElementsInstanced(const gl::Context *context,
H A Drenderer_utils.cpp1014 contextImpl->drawElementsInstanced(context, mode, counts[drawID], type, indices[drawID], \
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gles_3_0_autogen.h48 void drawElementsInstanced(PrimitiveMode modePacked, GLsizei count, \
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DContext9.cpp211 angle::Result Context9::drawElementsInstanced(const gl::Context *context, in drawElementsInstanced() function in rx::Context9
H A DContext9.h105 angle::Result drawElementsInstanced(const gl::Context *context,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DContext11.h106 angle::Result drawElementsInstanced(const gl::Context *context,
H A DContext11.cpp356 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 DContextNULL.cpp177 angle::Result ContextNULL::drawElementsInstanced(const gl::Context *context, in drawElementsInstanced() function in rx::ContextNULL
H A DContextNULL.h75 angle::Result drawElementsInstanced(const gl::Context *context,
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrContext.hpp180 virtual void drawElementsInstanced (deUint32 mode, int count, deUint32 type, const void *indices, int instanceCount) = DE_NULL;
H A DsglrGLContext.hpp192 virtual void drawElementsInstanced (deUint32 mode, int count, deUint32 type, const void *indices, int instanceCount);
H A DsglrGLContext.cpp800 void GLContext::drawElementsInstanced (deUint32 mode, int count, deUint32 type, const void *indices, int instanceCount) in drawElementsInstanced() function in sglr::GLContext
H A DsglrReferenceContext.hpp746 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 DContextMtl.h77 angle::Result drawElementsInstanced(const gl::Context *context,
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderDrawParametersTests.cpp549 gl.drawElementsInstanced(GL_TRIANGLE_STRIP, 6, GL_UNSIGNED_SHORT, (GLvoid*)0, 3); in drawCommand()
H A Dgl4cPipelineStatisticsQueryTests.cpp1081 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 Dgl4cVertexAttrib64BitTest.cpp2649 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 DContextVk.h114 angle::Result drawElementsInstanced(const gl::Context *context,
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_elements_base_vertex/
H A DesextcDrawElementsBaseVertexTests.cpp785 gl.drawElementsInstanced(test_case.primitive_mode, 3, /* count */ in executeTestCases()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderTessellation.cpp1378 gl.drawElementsInstanced(m_glExtTokens.PATCHES, drawcall_count, GL_UNSIGNED_BYTE, in iterate()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fDrawTests.cpp755 ctx.drawElementsInstanced(GL_TRIANGLES, 6, GL_UNSIGNED_SHORT, DE_NULL, m_gridSide * m_gridSide); in renderTo()

Completed in 49 milliseconds

12