Home
last modified time | relevance | path

Searched refs:drawInstanced (Results 1 – 12 of 12) sorted by relevance

/external/deqp/framework/referencerenderer/
DrrRenderer.hpp139 void drawInstanced (const DrawCommand& command, int numInstances) const;
DrrRenderer.cpp1744 drawInstanced(command, 1); in draw()
1747 void Renderer::drawInstanced (const DrawCommand& command, int numInstances) const in drawInstanced() function in rr::Renderer
/external/angle/src/libANGLE/renderer/metal/
Dmtl_command_buffer.h221 RenderCommandEncoder &drawInstanced(MTLPrimitiveType primitiveType,
Dmtl_command_buffer.mm680 RenderCommandEncoder &RenderCommandEncoder::drawInstanced(MTLPrimitiveType primitiveType,
DContextMtl.mm242 mRenderEncoder.drawInstanced(mtlType, first, count, instanceCount);
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawInstancedTests.cpp696 renderer.drawInstanced(command, instanceCount); in iterate()
705 renderer.drawInstanced(command, instanceCount); in iterate()
/external/angle/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.h556 void drawInstanced(uint32_t vertexCount, uint32_t instanceCount, uint32_t firstVertex);
1105 ANGLE_INLINE void SecondaryCommandBuffer::drawInstanced(uint32_t vertexCount, in drawInstanced() function
Dvk_wrapper.h269 void drawInstanced(uint32_t vertexCount, uint32_t instanceCount, uint32_t firstVertex);
998 ANGLE_INLINE void CommandBuffer::drawInstanced(uint32_t vertexCount,
DContextVk.cpp1952 commandBuffer->drawInstanced(gl::GetClampedVertexCount<uint32_t>(count), instances, first); in drawArraysInstanced()
/external/deqp/external/openglcts/modules/gl/
Dgl3cTransformFeedbackTests.hpp1195 void drawInstanced();
Dgl3cTransformFeedbackTests.cpp5766 drawInstanced(); in iterate()
5942 void gl3cts::TransformFeedback::DrawXFBInstanced::drawInstanced() in drawInstanced() function in gl3cts::TransformFeedback::DrawXFBInstanced
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp4535 …referenceRenderer.drawInstanced(rr::DrawCommand(state, renderTarget, program, (int)vertexAttribs.s… in drawWithReference()