/external/skia/src/gpu/ops/ |
D | GrMeshDrawOp.h | 63 void recordDraw(Target*, const GrGeometryProcessor*) const; 64 void recordDraw(Target*, const GrGeometryProcessor*, 91 using PatternHelper::recordDraw; 148 virtual void recordDraw(const GrGeometryProcessor*, 157 void recordDraw(const GrGeometryProcessor* gp, in recordDraw() function 161 this->recordDraw(gp, meshes, meshCnt, nullptr, primitiveType); in recordDraw()
|
D | GrMeshDrawOp.cpp | 90 void GrMeshDrawOp::PatternHelper::recordDraw(Target* target, const GrGeometryProcessor* gp) const { in recordDraw() function in GrMeshDrawOp::PatternHelper 91 target->recordDraw(gp, fMesh, 1, fPrimitiveType); in recordDraw() 94 void GrMeshDrawOp::PatternHelper::recordDraw( in recordDraw() function in GrMeshDrawOp::PatternHelper 98 target->recordDraw(gp, fMesh, 1, primProcProxies, fPrimitiveType); in recordDraw()
|
D | GrAALinearizingConvexPathRenderer.cpp | 224 void recordDraw(Target* target, in recordDraw() function in __anon815c97e10111::AAFlatteningConvexPathOp 284 this->recordDraw(target, vertexCount, vertexStride, vertices, indexCount, indices); in onPrepareDraws() 324 this->recordDraw(target, vertexCount, vertexStride, vertices, indexCount, indices); in onPrepareDraws()
|
D | GrAtlasTextOp.cpp | 386 target->recordDraw(flushInfo->fGeometryProcessor, mesh, 1, flushInfo->fPrimProcProxies, in createDrawForGeneratedGlyphs()
|
D | GrSmallPathRenderer.cpp | 614 target->recordDraw(flushInfo->fGeometryProcessor, mesh, 1, flushInfo->fPrimProcProxies, in flush()
|
/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/ |
D | vktConditionalDrawTests.cpp | 95 void recordDraw (vk::VkCommandBuffer cmdBuffer); 276 void ConditionalDraw::recordDraw(vk::VkCommandBuffer cmdBuffer) in recordDraw() function in vkt::conditional::__anonbdf094b00111::ConditionalDraw 423 recordDraw(*m_secondaryCmdBuffer); in iterate() 429 recordDraw(*m_secondaryCmdBuffer); in iterate() 443 recordDraw(*m_cmdBuffer); in iterate()
|
/external/skqp/src/gpu/ops/ |
D | GrMeshDrawOp.h | 41 void recordDraw(Target*, sk_sp<const GrGeometryProcessor>, const GrPipeline*, 65 using PatternHelper::recordDraw;
|
D | GrMeshDrawOp.cpp | 56 void GrMeshDrawOp::PatternHelper::recordDraw( in recordDraw() function in GrMeshDrawOp::PatternHelper
|
D | GrRegionOp.cpp | 136 helper.recordDraw(target, std::move(gp), pipe.fPipeline, pipe.fFixedDynamicState); in onPrepareDraws()
|
D | GrDrawAtlasOp.cpp | 152 helper.recordDraw(target, std::move(gp), pipe.fPipeline, pipe.fFixedDynamicState); in onPrepareDraws()
|
D | GrLatticeOp.cpp | 289 helper.recordDraw(target, std::move(gp), pipe.fPipeline, pipe.fFixedDynamicState); in onPrepareDraws()
|
D | GrStrokeRectOp.cpp | 503 helper.recordDraw(target, std::move(gp), pipe.fPipeline, pipe.fFixedDynamicState); in onPrepareDraws()
|
D | GrOvalOpFactory.cpp | 1807 helper.recordDraw(target, std::move(gp), pipe.fPipeline, pipe.fFixedDynamicState); in onPrepareDraws() 2021 helper.recordDraw(target, std::move(gp), pipe.fPipeline, pipe.fFixedDynamicState); in onPrepareDraws() 2717 helper.recordDraw(target, std::move(gp), pipe.fPipeline, pipe.fFixedDynamicState); in onPrepareDraws()
|
D | GrDashOp.cpp | 626 helper.recordDraw(target, std::move(gp), pipe.fPipeline, pipe.fFixedDynamicState); in onPrepareDraws()
|
/external/skqp/src/atlastext/ |
D | SkInternalAtlasTextContext.h | 43 void recordDraw(const void* vertexData, int glyphCnt, const SkMatrix&, void* targetHandle);
|
D | SkInternalAtlasTextContext.cpp | 73 void SkInternalAtlasTextContext::recordDraw(const void* srcVertexData, int glyphCnt, in recordDraw() function in SkInternalAtlasTextContext
|
D | SkAtlasTextTarget.cpp | 246 context.recordDraw(result.fFirstVertex, result.fGlyphsRegenerated, in executeForTextTarget()
|
/external/skia/src/gpu/mock/ |
D | GrMockOpTarget.h | 100 UNIMPL(void recordDraw(const GrGeometryProcessor*, const GrSimpleMesh[], int,
|
/external/skqp/tests/ |
D | PrimitiveProcessorTest.cpp | 109 helper.recordDraw(target, std::move(gp), pipe.fPipeline, pipe.fFixedDynamicState); in onPrepareDraws()
|
/external/skqp/gm/ |
D | beziereffects.cpp | 116 helper.recordDraw(target, this->gp(), pipe.fPipeline, pipe.fFixedDynamicState); in onPrepareDraws() 334 helper.recordDraw(target, this->gp(), pipe.fPipeline, pipe.fFixedDynamicState); in onPrepareDraws()
|
D | convexpolyeffect.cpp | 97 helper.recordDraw(target, std::move(gp), pipe.fPipeline, pipe.fFixedDynamicState); in onPrepareDraws()
|
/external/skia/src/gpu/ |
D | GrOpFlushState.cpp | 145 void GrOpFlushState::recordDraw( in recordDraw() function in GrOpFlushState
|
D | GrOpFlushState.h | 128 void recordDraw(const GrGeometryProcessor*,
|