Home
last modified time | relevance | path

Searched defs:drawInstanced (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/experimental/graphite/src/
DCommandBuffer.h79 void drawInstanced(PrimitiveType type, unsigned int baseVertex, unsigned int vertexCount, in drawInstanced() function
/third_party/skia/src/gpu/
DGrOpsRenderPass.cpp248 void GrOpsRenderPass::drawInstanced(int instanceCount, int baseInstance, int vertexCount, in drawInstanced() function in GrOpsRenderPass
DGrOpFlushState.h242 void drawInstanced(int instanceCount, int baseInstance, int vertexCount, int baseVertex) { in drawInstanced() function
/third_party/skia/src/gpu/d3d/
DGrD3DCommandList.cpp419 void GrD3DDirectCommandList::drawInstanced(unsigned int vertexCount, unsigned int instanceCount, in drawInstanced() function in GrD3DDirectCommandList
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DVulkanSecondaryCommandBuffer.h365 ANGLE_INLINE void VulkanSecondaryCommandBuffer::drawInstanced(uint32_t vertexCount, in drawInstanced() function
DSecondaryCommandBuffer.h1260 ANGLE_INLINE void SecondaryCommandBuffer::drawInstanced(uint32_t vertexCount, in drawInstanced() function
/third_party/vk-gl-cts/framework/referencerenderer/
DrrRenderer.cpp1755 void Renderer::drawInstanced (const DrawCommand& command, int numInstances) const in drawInstanced() function in rr::Renderer
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cTransformFeedbackTests.cpp5964 void gl3cts::TransformFeedback::DrawXFBInstanced::drawInstanced() in drawInstanced() function in gl3cts::TransformFeedback::DrawXFBInstanced