Home
last modified time | relevance | path

Searched refs:explicitlyAllocateGPUResources (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/gpu/
DGrOpList.cpp35 if (resourceProvider && !resourceProvider->explicitlyAllocateGPUResources()) { in GrOpList()
71 if (resourceProvider->explicitlyAllocateGPUResources()) { in instantiateDeferredProxies()
DGrResourceProvider.h44 GrContextOptions::Enable explicitlyAllocateGPUResources);
263 bool explicitlyAllocateGPUResources() const { return fExplicitlyAllocateGPUResources; } in explicitlyAllocateGPUResources() function
DGrResourceProvider.cpp43 GrContextOptions::Enable explicitlyAllocateGPUResources) in GrResourceProvider() argument
50 if (GrContextOptions::Enable::kNo == explicitlyAllocateGPUResources) { in GrResourceProvider()
52 } else if (GrContextOptions::Enable::kYes == explicitlyAllocateGPUResources) { in GrResourceProvider()
DGrResourceAllocator.cpp80 if (!fResourceProvider->explicitlyAllocateGPUResources()) {
215 if (!fResourceProvider->explicitlyAllocateGPUResources()) { in assign()
DGrDrawingManager.cpp259 if (resourceProvider->explicitlyAllocateGPUResources()) { in executeOpLists()
DGrRenderTargetContext.cpp160 if (resourceProvider && !resourceProvider->explicitlyAllocateGPUResources()) { in GrRenderTargetContext()
/external/skia/tests/
DLazyProxyTest.cpp330 if (resourceProvider->explicitlyAllocateGPUResources()) {