Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrRenderTargetOpList.h72 this->recordOp(std::move(op), caps, nullptr, nullptr); in addOp()
77 this->recordOp(std::move(op), caps, clip.doesClip() ? &clip : nullptr, &dstProxy); in addOp()
132 GrOp* recordOp(std::unique_ptr<GrOp>, const GrCaps& caps,
DGrTextureOpList.cpp97 this->recordOp(std::move(op)); in copySurface()
101 void GrTextureOpList::recordOp(std::unique_ptr<GrOp> op) { in recordOp() function in GrTextureOpList
DGrRenderTargetOpList.cpp201 if (GrOp* clearOp = this->recordOp(std::move(op), caps)) { in fullClear()
225 this->recordOp(std::move(op), caps); in copySurface()
255 GrOp* GrRenderTargetOpList::recordOp(std::unique_ptr<GrOp> op, in recordOp() function in GrRenderTargetOpList
DGrTextureOpList.h67 void recordOp(std::unique_ptr<GrOp>);