Searched defs:addDrawOp (Results 1 – 7 of 7) sorted by relevance
/external/skqp/src/gpu/ |
D | GrRenderTargetOpList.h | 75 void addDrawOp(std::unique_ptr<GrDrawOp> op, const GrProcessorSet::Analysis& processorAnalysis, in addDrawOp() function
|
D | GrRenderTargetContext.cpp | 69 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/ |
D | SkAtlasTextTarget.cpp | 170 void SkInternalAtlasTextTarget::addDrawOp(const GrClip& clip, std::unique_ptr<GrAtlasTextOp> op) { in addDrawOp() function in SkInternalAtlasTextTarget
|
/external/skia/src/gpu/ |
D | GrSurfaceFillContext.cpp | 289 void GrSurfaceFillContext::addDrawOp(GrOp::Owner owner) { in addDrawOp() function in GrSurfaceFillContext
|
D | GrSurfaceDrawContext.h | 626 void addDrawOp(GrOp::Owner op) { this->addDrawOp(nullptr, std::move(op)); } in addDrawOp() function
|
D | GrOpsTask.cpp | 393 void GrOpsTask::addDrawOp(GrDrawingManager* drawingMgr, GrOp::Owner op, in addDrawOp() function in GrOpsTask
|
D | GrSurfaceDrawContext.cpp | 1901 void GrSurfaceDrawContext::addDrawOp(const GrClip* clip, in addDrawOp() function in GrSurfaceDrawContext
|