/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A 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 in rx::vk::VulkanSecondaryCommandBuffer 392 CommandBuffer::drawIndexed(indexCount, instanceCount, firstIndex, vertexOffset, firstInstance); in drawIndexed() 395 ANGLE_INLINE void VulkanSecondaryCommandBuffer::drawIndexed(uint32_t indexCount) in drawIndexed() function in rx::vk::VulkanSecondaryCommandBuffer 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(indexCoun in drawIndexedInstancedBaseVertexBaseInstance() [all...] |
H A D | vk_wrapper.h | 268 void drawIndexed(uint32_t indexCount, 1018 ANGLE_INLINE void CommandBuffer::drawIndexed(uint32_t indexCount, in drawIndexed() function in rx::DescriptorSetIndex::priv::CommandBuffer
|
H A D | SecondaryCommandBuffer.h | 593 void drawIndexed(uint32_t indexCount); 1168 ANGLE_INLINE void SecondaryCommandBuffer::drawIndexed(uint32_t indexCount) in drawIndexed() function in rx::vk::priv::SecondaryCommandBuffer
|
/third_party/skia/src/gpu/ |
H A D | GrOpFlushState.h | 237 void drawIndexed(int indexCount, int baseIndex, uint16_t minIndexValue, uint16_t maxIndexValue, in drawIndexed() function in final 239 fOpsRenderPass->drawIndexed(indexCount, baseIndex, minIndexValue, maxIndexValue, in drawIndexed()
|
H A D | GrOpsRenderPass.h | 87 void drawIndexed(int indexCount, int baseIndex, uint16_t minIndexValue, uint16_t maxIndexValue,
|
H A D | GrOpsRenderPass.cpp | 238 void GrOpsRenderPass::drawIndexed(int indexCount, int baseIndex, uint16_t minIndexValue, in drawIndexed() function in GrOpsRenderPass 338 this->drawIndexed(drawIndexCount, 0, minIndexValue, maxIndexValue, in drawIndexPattern()
|
H A D | GrOpFlushState.cpp | 236 this->drawIndexed(mesh.fIndexCount, mesh.fBaseIndex, mesh.fMinIndexValue, in drawMesh()
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluDrawUtil.cpp | 485 static inline void drawIndexed (const glw::Functions& gl, PrimitiveType type, int numElements, IndexType indexType, const void* indexPtr) 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/third_party/externals/dawn/src/dawn_node/binding/ |
H A D | GPURenderBundleEncoder.h | 65 void drawIndexed(Napi::Env,
|
H A D | GPURenderPassEncoder.h | 94 void drawIndexed(Napi::Env,
|
H A D | GPURenderBundleEncoder.cpp | 144 void GPURenderBundleEncoder::drawIndexed(Napi::Env env, in drawIndexed() function in wgpu::binding::GPURenderBundleEncoder
|
H A D | GPURenderPassEncoder.cpp | 214 void GPURenderPassEncoder::drawIndexed(Napi::Env env, in drawIndexed() function in wgpu::binding::GPURenderPassEncoder
|
/third_party/skia/experimental/graphite/src/ |
H A D | CommandBuffer.h | 74 void drawIndexed(PrimitiveType type, unsigned int baseIndex, unsigned int indexCount, in drawIndexed() function in skgpu::CommandBuffer
|
/third_party/skia/tests/graphite/ |
H A D | CommandBufferTest.cpp | 137 commandBuffer->drawIndexed(PrimitiveType::kTriangles, 0, 6, 0); in DEF_GRAPHITE_TEST_FOR_CONTEXTS()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkCommandBuffer.h | 85 void drawIndexed(const GrVkGpu* gpu,
|
H A D | GrVkOpsRenderPass.cpp | 780 this->currentCommandBuffer()->drawIndexed(fGpu, indexCount, instanceCount, in onDrawIndexedInstanced()
|
H A D | GrVkCommandBuffer.cpp | 286 void GrVkCommandBuffer::drawIndexed(const GrVkGpu* gpu,
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkCommandBuffer.hpp | 127 void drawIndexed(uint32_t indexCount, uint32_t instanceCount, uint32_t firstIndex, int32_t vertexOffset, uint32_t firstInstance);
|
H A D | VkCommandBuffer.cpp | 1698 void CommandBuffer::drawIndexed(uint32_t indexCount, uint32_t instanceCount, uint32_t firstIndex, int32_t vertexOffset, uint32_t firstInstance) in drawIndexed() function in vk::CommandBuffer
|
H A D | libVulkan.cpp | 2613 vk::Cast(commandBuffer)->drawIndexed(indexCount, instanceCount, firstIndex, vertexOffset, firstInstance); in vkCmdDrawIndexed()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
H A D | mtl_command_buffer.h | 431 RenderCommandEncoder &drawIndexed(MTLPrimitiveType primitiveType,
|
/third_party/skia/tests/ |
H A D | GrMeshTest.cpp | 188 run_test(dContext, "drawIndexed", reporter, sdc, gold, 206 pass->drawIndexed(repetitionCount * 6, baseRepetition * 6, baseRepetition * 4,
|
/third_party/skia/src/gpu/ops/ |
H A D | QuadPerEdgeAA.cpp | 529 renderPass->drawIndexed(numIndicesToDraw, baseIndex, minVertex, maxVertex,
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_raii.hpp | 4076 void drawIndexed( uint32_t indexCount, 9976 VULKAN_HPP_INLINE void CommandBuffer::drawIndexed( uint32_t indexCount,
|
H A D | vulkan_handles.hpp | 3359 void drawIndexed( uint32_t indexCount,
|