Searched defs:addDrawOp (Results 1 – 7 of 7) sorted by relevance
/third_party/flutter/skia/src/gpu/ |
D | GrRenderTargetOpList.h | 82 void addDrawOp(std::unique_ptr<GrDrawOp> op, const GrProcessorSet::Analysis& processorAnalysis, in addDrawOp() function
|
D | GrRenderTargetContext.cpp | 81 void addDrawOp(const GrClip& clip, std::unique_ptr<GrAtlasTextOp> op) override { in addDrawOp() function in GrRenderTargetContext::TextTarget 2294 void GrRenderTargetContext::addDrawOp(const GrClip& clip, std::unique_ptr<GrDrawOp> op, in addDrawOp() function in GrRenderTargetContext
|
/third_party/skia/src/gpu/v1/ |
D | SurfaceFillContext_v1.cpp | 72 void SurfaceFillContext::addDrawOp(GrOp::Owner owner) { in addDrawOp() function in skgpu::v1::SurfaceFillContext
|
D | SurfaceDrawContext_v1.h | 586 void addDrawOp(GrOp::Owner op) { this->addDrawOp(nullptr, std::move(op)); } in addDrawOp() function
|
D | SurfaceDrawContext.cpp | 1899 void SurfaceDrawContext::addDrawOp(const GrClip* clip, in addDrawOp() function in skgpu::v1::SurfaceDrawContext
|
/third_party/flutter/skia/src/atlastext/ |
D | SkAtlasTextTarget.cpp | 171 void SkInternalAtlasTextTarget::addDrawOp(const GrClip& clip, std::unique_ptr<GrAtlasTextOp> op) { in addDrawOp() function in SkInternalAtlasTextTarget
|
/third_party/skia/src/gpu/ops/ |
D | OpsTask.cpp | 426 void OpsTask::addDrawOp(GrDrawingManager* drawingMgr, GrOp::Owner op, bool usesMSAA, in addDrawOp() function in skgpu::v1::OpsTask
|