Home
last modified time | relevance | path

Searched refs:removeOp (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/gpu/ops/
DOpsTask.h215 GrOp::Owner removeOp(GrOp* op);
DOpsTask.cpp104 inline GrOp::Owner OpsTask::OpChain::List::removeOp(GrOp* op) { in removeOp() function in skgpu::v1::OpsTask::OpChain::List
238 GrOp::Owner detachedA = chainA.removeOp(a); in DoConcat()
/third_party/flutter/skia/src/gpu/
DGrRenderTargetOpList.h200 std::unique_ptr<GrOp> removeOp(GrOp* op);
DGrRenderTargetOpList.cpp71 inline std::unique_ptr<GrOp> GrRenderTargetOpList::OpChain::List::removeOp(GrOp* op) { in removeOp() function in GrRenderTargetOpList::OpChain::List
204 std::unique_ptr<GrOp> detachedA = chainA.removeOp(a); in DoConcat()