Home
last modified time | relevance | path

Searched refs:recordDraw (Results 1 – 23 of 23) sorted by relevance

/external/skia/src/gpu/ops/
DGrMeshDrawOp.h63 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()
DGrMeshDrawOp.cpp90 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()
DGrAALinearizingConvexPathRenderer.cpp224 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()
DGrAtlasTextOp.cpp386 target->recordDraw(flushInfo->fGeometryProcessor, mesh, 1, flushInfo->fPrimProcProxies, in createDrawForGeneratedGlyphs()
DGrSmallPathRenderer.cpp614 target->recordDraw(flushInfo->fGeometryProcessor, mesh, 1, flushInfo->fPrimProcProxies, in flush()
/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/
DvktConditionalDrawTests.cpp95 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/
DGrMeshDrawOp.h41 void recordDraw(Target*, sk_sp<const GrGeometryProcessor>, const GrPipeline*,
65 using PatternHelper::recordDraw;
DGrMeshDrawOp.cpp56 void GrMeshDrawOp::PatternHelper::recordDraw( in recordDraw() function in GrMeshDrawOp::PatternHelper
DGrRegionOp.cpp136 helper.recordDraw(target, std::move(gp), pipe.fPipeline, pipe.fFixedDynamicState); in onPrepareDraws()
DGrDrawAtlasOp.cpp152 helper.recordDraw(target, std::move(gp), pipe.fPipeline, pipe.fFixedDynamicState); in onPrepareDraws()
DGrLatticeOp.cpp289 helper.recordDraw(target, std::move(gp), pipe.fPipeline, pipe.fFixedDynamicState); in onPrepareDraws()
DGrStrokeRectOp.cpp503 helper.recordDraw(target, std::move(gp), pipe.fPipeline, pipe.fFixedDynamicState); in onPrepareDraws()
DGrOvalOpFactory.cpp1807 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()
DGrDashOp.cpp626 helper.recordDraw(target, std::move(gp), pipe.fPipeline, pipe.fFixedDynamicState); in onPrepareDraws()
/external/skqp/src/atlastext/
DSkInternalAtlasTextContext.h43 void recordDraw(const void* vertexData, int glyphCnt, const SkMatrix&, void* targetHandle);
DSkInternalAtlasTextContext.cpp73 void SkInternalAtlasTextContext::recordDraw(const void* srcVertexData, int glyphCnt, in recordDraw() function in SkInternalAtlasTextContext
DSkAtlasTextTarget.cpp246 context.recordDraw(result.fFirstVertex, result.fGlyphsRegenerated, in executeForTextTarget()
/external/skia/src/gpu/mock/
DGrMockOpTarget.h100 UNIMPL(void recordDraw(const GrGeometryProcessor*, const GrSimpleMesh[], int,
/external/skqp/tests/
DPrimitiveProcessorTest.cpp109 helper.recordDraw(target, std::move(gp), pipe.fPipeline, pipe.fFixedDynamicState); in onPrepareDraws()
/external/skqp/gm/
Dbeziereffects.cpp116 helper.recordDraw(target, this->gp(), pipe.fPipeline, pipe.fFixedDynamicState); in onPrepareDraws()
334 helper.recordDraw(target, this->gp(), pipe.fPipeline, pipe.fFixedDynamicState); in onPrepareDraws()
Dconvexpolyeffect.cpp97 helper.recordDraw(target, std::move(gp), pipe.fPipeline, pipe.fFixedDynamicState); in onPrepareDraws()
/external/skia/src/gpu/
DGrOpFlushState.cpp145 void GrOpFlushState::recordDraw( in recordDraw() function in GrOpFlushState
DGrOpFlushState.h128 void recordDraw(const GrGeometryProcessor*,