Home
last modified time | relevance | path

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

/external/deqp/framework/referencerenderer/
DrrRenderer.hpp139 void drawInstanced (const DrawCommand& command, int numInstances) const;
DrrRenderer.cpp1752 drawInstanced(command, 1); in draw()
1755 void Renderer::drawInstanced (const DrawCommand& command, int numInstances) const in drawInstanced() function in rr::Renderer
/external/skia/src/gpu/
DGrOpFlushState.h243 void drawInstanced(int instanceCount, int baseInstance, int vertexCount, int baseVertex) { in drawInstanced() function
244 fOpsRenderPass->drawInstanced(instanceCount, baseInstance, vertexCount, baseVertex); in drawInstanced()
DGrOpsRenderPass.h90 void drawInstanced(int instanceCount, int baseInstance, int vertexCount, int baseVertex);
DGrOpsRenderPass.cpp244 void GrOpsRenderPass::drawInstanced(int instanceCount, int baseInstance, int vertexCount, in drawInstanced() function in GrOpsRenderPass
/external/skia/src/gpu/tessellate/
DGrDrawAtlasPathOp.cpp189 state->drawInstanced(fInstanceCount, fBaseInstance, 4, 0); in onExecute()
DGrPathTessellator.cpp235 flushState->drawInstanced(fTotalInstanceCount, fBaseInstance, 4, 0); in drawHullInstances()
DGrStrokeFixedCountTessellator.cpp369 flushState->drawInstanced(instanceChunk.fCount, instanceChunk.fBase, fFixedVertexCount, 0); in draw()
/external/skia/src/gpu/d3d/
DGrD3DCommandList.h178 void drawInstanced(unsigned int vertexCount, unsigned int instanceCount,
DGrD3DOpsRenderPass.cpp265 fGpu->currentCommandList()->drawInstanced(vertexCount, instanceCount, baseVertex, baseInstance); in onDrawInstanced()
DGrD3DCommandList.cpp435 void GrD3DDirectCommandList::drawInstanced(unsigned int vertexCount, unsigned int instanceCount, in drawInstanced() function in GrD3DDirectCommandList
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawInstancedTests.cpp703 renderer.drawInstanced(command, instanceCount); in iterate()
712 renderer.drawInstanced(command, instanceCount); in iterate()
/external/angle/src/libANGLE/renderer/metal/
Dmtl_command_buffer.h422 RenderCommandEncoder &drawInstanced(MTLPrimitiveType primitiveType,
Dmtl_command_buffer.mm1634 RenderCommandEncoder &RenderCommandEncoder::drawInstanced(MTLPrimitiveType primitiveType,
DContextMtl.mm434 mRenderEncoder.drawInstanced(mtlType, first, count, instanceCount); \
/external/skia/tests/
DGrMeshTest.cpp297 pass->drawInstanced(kBoxCountX, y * kBoxCountY, 4, baseVertex);
/external/angle/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.h595 void drawInstanced(uint32_t vertexCount, uint32_t instanceCount, uint32_t firstVertex);
1216 ANGLE_INLINE void SecondaryCommandBuffer::drawInstanced(uint32_t vertexCount, in drawInstanced() function
Dvk_wrapper.h273 void drawInstanced(uint32_t vertexCount, uint32_t instanceCount, uint32_t firstVertex);
1077 ANGLE_INLINE void CommandBuffer::drawInstanced(uint32_t vertexCount,
DContextVk.cpp2574 mRenderPassCommandBuffer->drawInstanced(gl::GetClampedVertexCount<uint32_t>(count), instances, in drawArraysInstanced()
/external/deqp/external/openglcts/modules/gl/
Dgl3cTransformFeedbackTests.hpp1195 void drawInstanced();
Dgl3cTransformFeedbackTests.cpp5788 drawInstanced(); in iterate()
5964 void gl3cts::TransformFeedback::DrawXFBInstanced::drawInstanced() in drawInstanced() function in gl3cts::TransformFeedback::DrawXFBInstanced
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp4551 …referenceRenderer.drawInstanced(rr::DrawCommand(state, renderTarget, program, (int)vertexAttribs.s… in drawWithReference()