Home
last modified time | relevance | path

Searched refs:makeClosed (Results 1 – 10 of 10) sorted by relevance

/external/skia/src/gpu/
DGrRenderTask.cpp55 void GrRenderTask::makeClosed(const GrCaps& caps) { in makeClosed() function in GrRenderTask
76 fTextureResolveTask->makeClosed(caps); in makeClosed()
141 dependedOnTask->makeClosed(caps); in addDependency()
247 fDependents[i]->makeClosed(caps); in closeThoseWhoDependOnMe()
DGrDrawingManager.cpp143 fRenderTasks[i]->makeClosed(*caps); in closeAll()
155 fRenderTasks[i]->makeClosed(*caps); in cleanup()
298 onFlushRenderTask->makeClosed(*fContext->priv().caps()); in flush()
606 fActiveOpsTask->makeClosed(*fContext->priv().caps()); in copyRenderTasksFromDDL()
670 fActiveOpsTask->makeClosed(*fContext->priv().caps()); in closeRenderTasksForNewRenderTask()
785 waitTask->makeClosed(caps); in newWaitRenderTask()
809 task->makeClosed(caps); in newTransferFromRenderTask()
839 task->makeClosed(caps); in newCopyRenderTask()
DGrOnFlushResourceProvider.cpp56 renderTask->makeClosed(*this->caps()); in addTextureResolveTask()
61 task->makeClosed(*this->caps()); in addTextureResolveTask()
DGrRenderTask.h32 void makeClosed(const GrCaps&);
/external/skqp/src/gpu/
DGrDrawingManager.cpp120 fOpLists[i]->makeClosed(*caps); in closeAll()
132 fOpLists[i]->makeClosed(*caps); in cleanup()
267 onFlushOpList->makeClosed(*fContext->contextPriv().caps()); in flush()
518 fActiveOpList->makeClosed(*fContext->contextPriv().caps()); in copyOpListsFromDDL()
580 fActiveOpList->makeClosed(*fContext->contextPriv().caps()); in newRTOpList()
623 fActiveOpList->makeClosed(*fContext->contextPriv().caps()); in newTextureOpList()
DGrOpList.cpp118 opList->makeClosed(caps); in addDependency()
169 fDependents[i]->makeClosed(caps); in closeThoseWhoDependOnMe()
DGrRenderTargetOpList.h41 void makeClosed(const GrCaps& caps) override { in makeClosed() function
48 INHERITED::makeClosed(caps); in makeClosed()
/external/skqp/include/private/
DGrOpList.h48 virtual void makeClosed(const GrCaps&) { in makeClosed() function
/external/skqp/tests/
DOpChainTest.cpp227 opList.makeClosed(*context->contextPriv().caps());
/external/skia/tests/
DOpChainTest.cpp235 opsTask.makeClosed(*context->priv().caps());