Searched refs:cutChain (Results 1 – 6 of 6) sorted by relevance
40 GrOp::Owner GrOp::cutChain() { in cutChain() function in GrOp
252 GrOp::Owner cutChain();
54 std::unique_ptr<GrOp> GrOp::cutChain() { in cutChain() function in GrOp
242 std::unique_ptr<GrOp> cutChain();
57 auto temp = fHead->cutChain(); in popHead()77 auto temp = prev->cutChain(); in removeOp()78 if (auto next = temp->cutChain()) { in removeOp()
62 auto temp = fHead->cutChain(); in popHead()82 auto temp = prev->cutChain(); in removeOp()83 if (auto next = temp->cutChain()) { in removeOp()