/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | VulkanSecondaryCommandBuffer.h | 119 void drawIndexed(uint32_t indexCount, 124 void drawIndexed(uint32_t indexCount); 384 ANGLE_INLINE void VulkanSecondaryCommandBuffer::drawIndexed(uint32_t indexCount, in drawIndexed() function 392 CommandBuffer::drawIndexed(indexCount, instanceCount, firstIndex, vertexOffset, firstInstance); in drawIndexed() 395 ANGLE_INLINE void VulkanSecondaryCommandBuffer::drawIndexed(uint32_t indexCount) in drawIndexed() function 399 CommandBuffer::drawIndexed(indexCount, 1, 0, 0, 0); in drawIndexed() 407 CommandBuffer::drawIndexed(indexCount, 1, 0, vertexOffset, 0); in drawIndexedBaseVertex() 415 CommandBuffer::drawIndexed(indexCount, instanceCount, 0, 0, 0); in drawIndexedInstanced() 425 CommandBuffer::drawIndexed(indexCount, instanceCount, 0, vertexOffset, 0); in drawIndexedInstancedBaseVertex() 437 CommandBuffer::drawIndexed(indexCount, instanceCount, firstIndex, vertexOffset, firstInstance); in drawIndexedInstancedBaseVertexBaseInstance()
|
D | SecondaryCommandBuffer.h | 593 void drawIndexed(uint32_t indexCount); 1168 ANGLE_INLINE void SecondaryCommandBuffer::drawIndexed(uint32_t indexCount) in drawIndexed() function
|
D | vk_wrapper.h | 268 void drawIndexed(uint32_t indexCount, 1018 ANGLE_INLINE void CommandBuffer::drawIndexed(uint32_t indexCount,
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluDrawUtil.cpp | 485 static inline void drawIndexed (const glw::Functions& gl, PrimitiveType type, int numElements, Inde… in drawIndexed() function 516 …drawIndexed(gl, primitives.type, primitives.numElements, primitives.indexType, primitives.indices); in drawFromUserPointers() 556 drawIndexed(gl, primitives.type, primitives.numElements, primitives.indexType, 0); in drawFromBuffers()
|
/third_party/skia/src/gpu/ |
D | GrOpFlushState.h | 237 void drawIndexed(int indexCount, int baseIndex, uint16_t minIndexValue, uint16_t maxIndexValue, in drawIndexed() function 239 fOpsRenderPass->drawIndexed(indexCount, baseIndex, minIndexValue, maxIndexValue, in drawIndexed()
|
D | GrOpsRenderPass.cpp | 233 void GrOpsRenderPass::drawIndexed(int indexCount, int baseIndex, uint16_t minIndexValue, in drawIndexed() function in GrOpsRenderPass 333 this->drawIndexed(drawIndexCount, 0, minIndexValue, maxIndexValue, in drawIndexPattern()
|
D | GrOpsRenderPass.h | 86 void drawIndexed(int indexCount, int baseIndex, uint16_t minIndexValue, uint16_t maxIndexValue,
|
D | GrOpFlushState.cpp | 236 this->drawIndexed(mesh.fIndexCount, mesh.fBaseIndex, mesh.fMinIndexValue, in drawMesh()
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
D | GPURenderBundleEncoder.h | 65 void drawIndexed(Napi::Env,
|
D | GPURenderPassEncoder.h | 94 void drawIndexed(Napi::Env,
|
D | GPURenderBundleEncoder.cpp | 144 void GPURenderBundleEncoder::drawIndexed(Napi::Env env, in drawIndexed() function in wgpu::binding::GPURenderBundleEncoder
|
D | GPURenderPassEncoder.cpp | 214 void GPURenderPassEncoder::drawIndexed(Napi::Env env, in drawIndexed() function in wgpu::binding::GPURenderPassEncoder
|
/third_party/skia/experimental/graphite/src/ |
D | CommandBuffer.h | 74 void drawIndexed(PrimitiveType type, unsigned int baseIndex, unsigned int indexCount, in drawIndexed() function
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_wrapper.h | 277 void drawIndexed(uint32_t indexCount, 282 void drawIndexed(uint32_t indexCount); 922 ANGLE_INLINE void CommandBuffer::drawIndexed(uint32_t indexCount, 932 ANGLE_INLINE void CommandBuffer::drawIndexed(uint32_t indexCount)
|
D | SecondaryCommandBuffer.h | 443 void drawIndexed(uint32_t indexCount); 859 ANGLE_INLINE void SecondaryCommandBuffer::drawIndexed(uint32_t indexCount) in drawIndexed() function
|
/third_party/skia/tests/graphite/ |
D | CommandBufferTest.cpp | 137 commandBuffer->drawIndexed(PrimitiveType::kTriangles, 0, 6, 0); in DEF_GRAPHITE_TEST_FOR_CONTEXTS()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkCommandBuffer.hpp | 127 …void drawIndexed(uint32_t indexCount, uint32_t instanceCount, uint32_t firstIndex, int32_t vertexO…
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkCommandBuffer.h | 86 void drawIndexed(const GrVkGpu* gpu,
|
D | GrVkCommandBuffer.cpp | 292 void GrVkCommandBuffer::drawIndexed(const GrVkGpu* gpu, in drawIndexed() function in GrVkCommandBuffer
|
/third_party/skia/src/gpu/vk/ |
D | GrVkCommandBuffer.h | 84 void drawIndexed(const GrVkGpu* gpu,
|
D | GrVkOpsRenderPass.cpp | 778 this->currentCommandBuffer()->drawIndexed(fGpu, indexCount, instanceCount, in onDrawIndexedInstanced()
|
D | GrVkCommandBuffer.cpp | 282 void GrVkCommandBuffer::drawIndexed(const GrVkGpu* gpu, in drawIndexed() function in GrVkCommandBuffer
|
/third_party/skia/tests/ |
D | GrMeshTest.cpp | 206 pass->drawIndexed(repetitionCount * 6, baseRepetition * 6, baseRepetition * 4,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
D | mtl_command_buffer.h | 431 RenderCommandEncoder &drawIndexed(MTLPrimitiveType primitiveType,
|
/third_party/skia/src/gpu/ops/ |
D | QuadPerEdgeAA.cpp | 529 renderPass->drawIndexed(numIndicesToDraw, baseIndex, minVertex, maxVertex, in IssueDraw()
|