Home
last modified time | relevance | path

Searched defs:addDrawOp (Results 1 – 7 of 7) sorted by relevance

/external/skqp/src/gpu/
DGrRenderTargetOpList.h75 void addDrawOp(std::unique_ptr<GrDrawOp> op, const GrProcessorSet::Analysis& processorAnalysis, in addDrawOp() function
DGrRenderTargetContext.cpp69 void addDrawOp(const GrClip& clip, std::unique_ptr<GrAtlasTextOp> op) override { in addDrawOp() function in GrRenderTargetContext::TextTarget
1933 void GrRenderTargetContext::addDrawOp(const GrClip& clip, std::unique_ptr<GrDrawOp> op, in addDrawOp() function in GrRenderTargetContext
/external/skqp/src/atlastext/
DSkAtlasTextTarget.cpp170 void SkInternalAtlasTextTarget::addDrawOp(const GrClip& clip, std::unique_ptr<GrAtlasTextOp> op) { in addDrawOp() function in SkInternalAtlasTextTarget
/external/skia/src/gpu/
DGrSurfaceFillContext.cpp289 void GrSurfaceFillContext::addDrawOp(GrOp::Owner owner) { in addDrawOp() function in GrSurfaceFillContext
DGrSurfaceDrawContext.h626 void addDrawOp(GrOp::Owner op) { this->addDrawOp(nullptr, std::move(op)); } in addDrawOp() function
DGrOpsTask.cpp393 void GrOpsTask::addDrawOp(GrDrawingManager* drawingMgr, GrOp::Owner op, in addDrawOp() function in GrOpsTask
DGrSurfaceDrawContext.cpp1901 void GrSurfaceDrawContext::addDrawOp(const GrClip* clip, in addDrawOp() function in GrSurfaceDrawContext