Searched defs:getRTOpList (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/gpu/
H A DGrRenderTargetContext.cpp164 this->getRTOpList();
205 GrRenderTargetOpList* GrRenderTargetContext::getRTOpList() { function in class:GrRenderTargetContext
217 return this->getRTOpList();
272 this->getRTOpList()->discard();
320 fRenderTargetContext->getRTOpList()->addOp(std::move(op), *fRenderTargetContext->caps());
348 this->getRTOpList()->fullClear(*this->caps(), color);
354 this->getRTOpList()->addOp(std::move(op), *this->caps());
612 fRenderTargetContext->getRTOpList()->addOp(std::move(op), *fRenderTargetContext->caps());
655 fRenderTargetContext->getRTOpList()->addOp(std::move(op), *fRenderTargetContext->caps());
1415 this->getRTOpList()
[all...]
/external/skqp/src/gpu/
H A DGrRenderTargetContext.cpp163 this->getRTOpList();
203 GrRenderTargetOpList* GrRenderTargetContext::getRTOpList() { function in class:GrRenderTargetContext
215 return this->getRTOpList();
270 this->getRTOpList()->discard();
318 fRenderTargetContext->getRTOpList()->addOp(std::move(op), *fRenderTargetContext->caps());
346 this->getRTOpList()->fullClear(*this->caps(), color);
352 this->getRTOpList()->addOp(std::move(op), *this->caps());
610 fRenderTargetContext->getRTOpList()->addOp(std::move(op), *fRenderTargetContext->caps());
653 fRenderTargetContext->getRTOpList()->addOp(std::move(op), *fRenderTargetContext->caps());
1413 this->getRTOpList()
[all...]

Completed in 132 milliseconds