Home
last modified time | relevance | path

Searched refs:drawInstanced (Results 1 - 22 of 22) sorted by relevance

/third_party/skia/src/gpu/
H A DGrOpFlushState.h242 void drawInstanced(int instanceCount, int baseInstance, int vertexCount, int baseVertex) { in drawInstanced() function in final
243 fOpsRenderPass->drawInstanced(instanceCount, baseInstance, vertexCount, baseVertex); in drawInstanced()
H A DGrOpsRenderPass.h91 void drawInstanced(int instanceCount, int baseInstance, int vertexCount, int baseVertex);
H A DGrOpsRenderPass.cpp249 void GrOpsRenderPass::drawInstanced(int instanceCount, int baseInstance, int vertexCount, in drawInstanced() function in GrOpsRenderPass
/third_party/skia/experimental/graphite/src/
H A DCommandBuffer.h79 void drawInstanced(PrimitiveType type, unsigned int baseVertex, unsigned int vertexCount, in drawInstanced() function in skgpu::CommandBuffer
/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrRenderer.hpp139 void drawInstanced (const DrawCommand& command, int numInstances) const;
H A DrrRenderer.cpp1752 drawInstanced(command, 1); in draw()
1755 void Renderer::drawInstanced (const DrawCommand& command, int numInstances) const in drawInstanced() function in rr::Renderer
/third_party/skia/src/gpu/d3d/
H A DGrD3DCommandList.h174 void drawInstanced(unsigned int vertexCount, unsigned int instanceCount,
H A DGrD3DOpsRenderPass.cpp260 fGpu->currentCommandList()->drawInstanced(vertexCount, instanceCount, baseVertex, baseInstance); in onDrawInstanced()
H A DGrD3DCommandList.cpp419 void GrD3DDirectCommandList::drawInstanced(unsigned int vertexCount, unsigned int instanceCount, in drawInstanced() function in GrD3DDirectCommandList
/third_party/skia/src/gpu/tessellate/
H A DPathCurveTessellator.cpp257 flushState->drawInstanced(chunk.fCount, chunk.fBase, 4, 0); in drawHullInstances()
H A DStrokeFixedCountTessellator.cpp454 flushState->drawInstanced(instanceChunk.fCount, in draw()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DVulkanSecondaryCommandBuffer.h114 void drawInstanced(uint32_t vertexCount, uint32_t instanceCount, uint32_t firstVertex);
365 ANGLE_INLINE void VulkanSecondaryCommandBuffer::drawInstanced(uint32_t vertexCount, in drawInstanced() function in rx::vk::VulkanSecondaryCommandBuffer
H A DSecondaryCommandBuffer.h614 void drawInstanced(uint32_t vertexCount, uint32_t instanceCount, uint32_t firstVertex);
1260 ANGLE_INLINE void SecondaryCommandBuffer::drawInstanced(uint32_t vertexCount, in drawInstanced() function in rx::vk::priv::SecondaryCommandBuffer
/third_party/skia/src/gpu/ops/
H A DDrawAtlasPathOp.cpp228 flushState->drawInstanced(fInstanceCount, fBaseInstance, 4, 0); in onExecute()
H A DPathStencilCoverOp.cpp351 flushState->drawInstanced(fPathCount, fBBoxBaseInstance, 4, 0); in onExecute()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawInstancedTests.cpp777 renderer.drawInstanced(command, instanceCount); in iterate()
786 renderer.drawInstanced(command, instanceCount); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawInstancedTests.cpp759 renderer.drawInstanced(command, instanceCount); in iterate()
768 renderer.drawInstanced(command, instanceCount); in iterate()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cTransformFeedbackTests.hpp1195 void drawInstanced();
H A Dgl3cTransformFeedbackTests.cpp5790 drawInstanced(); in iterate()
5966 void gl3cts::TransformFeedback::DrawXFBInstanced::drawInstanced() in drawInstanced() function in gl3cts::TransformFeedback::DrawXFBInstanced
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A Dmtl_command_buffer.h427 RenderCommandEncoder &drawInstanced(MTLPrimitiveType primitiveType,
/third_party/skia/tests/
H A DGrMeshTest.cpp239 run_test(dContext, indexed ? "drawIndexedInstanced" : "drawInstanced",
296 pass->drawInstanced(kBoxCountX, y * kBoxCountY, 4, baseVertex);
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp4572 referenceRenderer.drawInstanced(rr::DrawCommand(state, renderTarget, program, (int)vertexAttribs.size(), &vertexAttribs[0], primitives), instanceCount);

Completed in 36 milliseconds