Searched refs:explicitlyAllocating (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/gpu/ |
D | GrDrawingManager.h | 96 OpListDAG(bool explicitlyAllocating, bool sortOpLists); 143 bool explicitlyAllocating,
|
D | GrDrawingManager.cpp | 37 GrDrawingManager::OpListDAG::OpListDAG(bool explicitlyAllocating, bool sortOpLists) in OpListDAG() argument 39 SkASSERT(!sortOpLists || explicitlyAllocating); in OpListDAG() 146 bool explicitlyAllocating, in GrDrawingManager() argument 152 , fDAG(explicitlyAllocating, sortOpLists) in GrDrawingManager()
|
/external/skqp/src/gpu/ |
D | GrDrawingManager.h | 89 OpListDAG(bool explicitlyAllocating, GrContextOptions::Enable sortOpLists); 136 bool explicitlyAllocating, GrContextOptions::Enable sortRenderTargets,
|
D | GrDrawingManager.cpp | 35 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/skia/tests/ |
D | ResourceAllocatorTest.cpp | 324 for (auto explicitlyAllocating : {false, true}) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 325 resourceProvider->testingOnly_setExplicitlyAllocateGPUResources(explicitlyAllocating); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/external/skqp/tests/ |
D | ResourceAllocatorTest.cpp | 324 for (auto explicitlyAllocating : {false, true}) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 325 resourceProvider->testingOnly_setExplicitlyAllocateGPUResources(explicitlyAllocating); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|