Searched refs:recordOp (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/gpu/ |
D | GrRenderTargetOpList.h | 72 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,
|
D | GrTextureOpList.cpp | 97 this->recordOp(std::move(op)); in copySurface() 101 void GrTextureOpList::recordOp(std::unique_ptr<GrOp> op) { in recordOp() function in GrTextureOpList
|
D | GrRenderTargetOpList.cpp | 201 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
|
D | GrTextureOpList.h | 67 void recordOp(std::unique_ptr<GrOp>);
|