Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrBaseContextPriv.h25 bool explicitlyAllocateGPUResources() const { in explicitlyAllocateGPUResources() function
26 return fContext->explicitlyAllocateGPUResources(); in explicitlyAllocateGPUResources()
DGrImageContextPriv.h25 bool explicitlyAllocateGPUResources() const { in explicitlyAllocateGPUResources() function
26 return fContext->explicitlyAllocateGPUResources(); in explicitlyAllocateGPUResources()
DGrRecordingContextPriv.h25 bool explicitlyAllocateGPUResources() const { in explicitlyAllocateGPUResources() function
26 return fContext->explicitlyAllocateGPUResources(); in explicitlyAllocateGPUResources()
DGrResourceProvider.h57 bool explicitlyAllocateGPUResources);
255 bool explicitlyAllocateGPUResources() const { return fExplicitlyAllocateGPUResources; } in explicitlyAllocateGPUResources() function
DGrOpList.cpp37 if (resourceProvider && !resourceProvider->explicitlyAllocateGPUResources()) { in GrOpList()
73 if (resourceProvider->explicitlyAllocateGPUResources()) { in instantiateDeferredProxies()
DGrLegacyDirectContext.cpp76 bool sortOpLists = this->explicitlyAllocateGPUResources(); in init()
83 this->setupDrawingManager(this->explicitlyAllocateGPUResources(), sortOpLists); in init()
DGrContextPriv.h41 bool explicitlyAllocateGPUResources() const { in explicitlyAllocateGPUResources() function
42 return fContext->explicitlyAllocateGPUResources(); in explicitlyAllocateGPUResources()
DGrContext_Base.cpp47 bool GrContext_Base::explicitlyAllocateGPUResources() const { in explicitlyAllocateGPUResources() function in GrContext_Base
DGrResourceAllocator.cpp107 if (proxy->readOnly() || !fResourceProvider->explicitlyAllocateGPUResources()) {
324 if (!fResourceProvider->explicitlyAllocateGPUResources()) { in assign()
DGrResourceProvider.cpp34 bool explicitlyAllocateGPUResources) in GrResourceProvider() argument
37 , fExplicitlyAllocateGPUResources(explicitlyAllocateGPUResources) in GrResourceProvider()
DGrContext.cpp80 this->explicitlyAllocateGPUResources()); in init()
DGrSurfaceProxy.cpp145 resourceProvider->explicitlyAllocateGPUResources()) { in createSurfaceImpl()
DGrDrawingManager.cpp402 if (resourceProvider->explicitlyAllocateGPUResources()) { in executeOpLists()
DGrRenderTargetContext.cpp172 if (!context->priv().explicitlyAllocateGPUResources()) { in GrRenderTargetContext()
/external/skqp/src/gpu/
DGrResourceProvider.h62 GrContextOptions::Enable explicitlyAllocateGPUResources);
258 bool explicitlyAllocateGPUResources() const { return fExplicitlyAllocateGPUResources; } in explicitlyAllocateGPUResources() function
DGrOpList.cpp37 if (resourceProvider && !resourceProvider->explicitlyAllocateGPUResources()) { in GrOpList()
73 if (resourceProvider->explicitlyAllocateGPUResources()) { in instantiateDeferredProxies()
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.cpp107 if (proxy->readOnly() || !fResourceProvider->explicitlyAllocateGPUResources()) {
324 if (!fResourceProvider->explicitlyAllocateGPUResources()) { in assign()
DGrSurfaceProxy.cpp148 resourceProvider->explicitlyAllocateGPUResources()) { in createSurfaceImpl()
DGrDrawingManager.cpp377 if (resourceProvider->explicitlyAllocateGPUResources()) { in executeOpLists()
DGrContext.cpp125 ? fResourceProvider->explicitlyAllocateGPUResources() in initCommon()
DGrRenderTargetContext.cpp176 if (resourceProvider && !resourceProvider->explicitlyAllocateGPUResources()) { in GrRenderTargetContext()
/external/skia/include/private/
DGrContext_Base.h60 bool explicitlyAllocateGPUResources() const;
/external/skqp/tests/
DLazyProxyTest.cpp380 if (resourceProvider->explicitlyAllocateGPUResources()) {
/external/skia/tests/
DLazyProxyTest.cpp397 if (resourceProvider->explicitlyAllocateGPUResources()) {