Home
last modified time | relevance | path

Searched refs:drawInstancedBaseInstance (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DVulkanSecondaryCommandBuffer.h115 void drawInstancedBaseInstance(uint32_t vertexCount,
374 ANGLE_INLINE void VulkanSecondaryCommandBuffer::drawInstancedBaseInstance(uint32_t vertexCount, in drawInstancedBaseInstance() function
DSecondaryCommandBuffer.h615 void drawInstancedBaseInstance(uint32_t vertexCount,
1272 ANGLE_INLINE void SecondaryCommandBuffer::drawInstancedBaseInstance(uint32_t vertexCount, in drawInstancedBaseInstance() function
DContextVk.cpp2723 mRenderPassCommandBuffer->drawInstancedBaseInstance(gl::GetClampedVertexCount<uint32_t>(count), in drawArraysInstancedBaseInstance()