Home
last modified time | relevance | path

Searched refs:drawIndexedInstanced (Results 1 - 15 of 15) sorted by relevance

/third_party/skia/src/gpu/
H A DGrOpFlushState.h245 void drawIndexedInstanced(int indexCount, int baseIndex, int instanceCount, int baseInstance, in drawIndexedInstanced() function in final
247 fOpsRenderPass->drawIndexedInstanced(indexCount, baseIndex, instanceCount, baseInstance, in drawIndexedInstanced()
H A DGrOpsRenderPass.h94 void drawIndexedInstanced(int indexCount, int baseIndex, int instanceCount, int baseInstance,
H A DGrOpsRenderPass.cpp261 void GrOpsRenderPass::drawIndexedInstanced(int indexCount, int baseIndex, int instanceCount, in drawIndexedInstanced() function in GrOpsRenderPass
/third_party/skia/experimental/graphite/src/
H A DCommandBuffer.h84 void drawIndexedInstanced(PrimitiveType type, unsigned int baseIndex, unsigned int indexCount, in drawIndexedInstanced() function in skgpu::CommandBuffer
/third_party/skia/src/gpu/d3d/
H A DGrD3DCommandList.h176 void drawIndexedInstanced(unsigned int indexCount, unsigned int instanceCount,
H A DGrD3DOpsRenderPass.cpp267 fGpu->currentCommandList()->drawIndexedInstanced(indexCount, instanceCount, baseIndex, in onDrawIndexedInstanced()
H A DGrD3DCommandList.cpp426 void GrD3DDirectCommandList::drawIndexedInstanced(unsigned int indexCount, in drawIndexedInstanced() function in GrD3DDirectCommandList
/third_party/skia/src/gpu/tessellate/
H A DPathCurveTessellator.cpp249 flushState->drawIndexedInstanced(fixedIndexCount, 0, chunk.fCount, chunk.fBase, 0); in drawFixedCount()
H A DPathWedgeTessellator.cpp311 flushState->drawIndexedInstanced(fixedIndexCount, 0, chunk.fCount, chunk.fBase, 0); in drawFixedCount()
/third_party/skia/tests/graphite/
H A DCommandBufferTest.cpp168 commandBuffer->drawIndexedInstanced(PrimitiveType::kTriangles, 0, 6, 0, 0, 2); in DEF_GRAPHITE_TEST_FOR_CONTEXTS()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DVulkanSecondaryCommandBuffer.h126 void drawIndexedInstanced(uint32_t indexCount, uint32_t instanceCount);
410 ANGLE_INLINE void VulkanSecondaryCommandBuffer::drawIndexedInstanced(uint32_t indexCount, in drawIndexedInstanced() function in rx::vk::VulkanSecondaryCommandBuffer
H A DSecondaryCommandBuffer.h599 void drawIndexedInstanced(uint32_t indexCount, uint32_t instanceCount);
1202 ANGLE_INLINE void SecondaryCommandBuffer::drawIndexedInstanced(uint32_t indexCount, in drawIndexedInstanced() function in rx::vk::priv::SecondaryCommandBuffer
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A Dmtl_command_buffer.h436 RenderCommandEncoder &drawIndexedInstanced(MTLPrimitiveType primitiveType,
/third_party/skia/tests/
H A DGrMeshTest.cpp239 run_test(dContext, indexed ? "drawIndexedInstanced" : "drawInstanced",
291 pass->drawIndexedInstanced(6, baseIndex, kBoxCountX, y * kBoxCountX,
/third_party/skia/src/gpu/ops/
H A DFillRRectOp.cpp795 flushState->drawIndexedInstanced(SK_ARRAY_COUNT(kIndexData), 0, fInstanceCount, fBaseInstance, in onExecute()

Completed in 20 milliseconds