Home
last modified time | relevance | path

Searched refs:explicitlyAllocating (Results 1 – 3 of 3) sorted by relevance

/external/skqp/src/gpu/
DGrDrawingManager.h89 OpListDAG(bool explicitlyAllocating, GrContextOptions::Enable sortOpLists);
136 bool explicitlyAllocating, GrContextOptions::Enable sortRenderTargets,
DGrDrawingManager.cpp35 GrDrawingManager::OpListDAG::OpListDAG(bool explicitlyAllocating, in OpListDAG() argument
43 fSortOpLists = explicitlyAllocating; in OpListDAG()
152 bool explicitlyAllocating, in GrDrawingManager() argument
160 , fDAG(explicitlyAllocating, sortOpLists) in GrDrawingManager()
/external/skqp/tests/
DResourceAllocatorTest.cpp324 for (auto explicitlyAllocating : {false, true}) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
325 resourceProvider->testingOnly_setExplicitlyAllocateGPUResources(explicitlyAllocating); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()