Home
last modified time | relevance | path

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

/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/skia/src/gpu/
DGrDrawingManager.cpp115 fOpLists[i]->makeClosed(*caps); in closeAll()
127 fOpLists[i]->makeClosed(*caps); in cleanup()
281 onFlushOpList->makeClosed(*fContext->priv().caps()); in flush()
566 fActiveOpList->makeClosed(*fContext->priv().caps()); in copyOpListsFromDDL()
628 fActiveOpList->makeClosed(*fContext->priv().caps()); in newRTOpList()
677 fActiveOpList->makeClosed(*fContext->priv().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/skia/include/private/
DGrOpList.h49 virtual void makeClosed(const GrCaps&) { in makeClosed() function
/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.cpp226 opList.makeClosed(*context->priv().caps());