Home
last modified time | relevance | path

Searched refs:fExplicitlyAllocateGPUResources (Results 1 – 6 of 6) sorted by relevance

/external/skqp/src/gpu/
DGrResourceProvider.h258 bool explicitlyAllocateGPUResources() const { return fExplicitlyAllocateGPUResources; } in explicitlyAllocateGPUResources()
301 bool fExplicitlyAllocateGPUResources; variable
DGrResourceProvider.cpp51 fExplicitlyAllocateGPUResources = false; in GrResourceProvider()
53 fExplicitlyAllocateGPUResources = true; in GrResourceProvider()
55 fExplicitlyAllocateGPUResources = kDefaultExplicitlyAllocateGPUResources; in GrResourceProvider()
DGrContext.cpp79 options.fExplicitlyAllocateGPUResources); in initCommon()
/external/skqp/include/gpu/
DGrContextOptions.h151 Enable fExplicitlyAllocateGPUResources = Enable::kDefault; member
/external/skqp/tools/flags/
DSkCommonFlags.cpp188 ctxOptions->fExplicitlyAllocateGPUResources = GrContextOptions::Enable::kNo; in SetCtxOptionsFromCommonFlags()
/external/skqp/tests/
DResourceAllocatorTest.cpp135 bool oldValue = fExplicitlyAllocateGPUResources; in testingOnly_setExplicitlyAllocateGPUResources()
136 fExplicitlyAllocateGPUResources = newValue; in testingOnly_setExplicitlyAllocateGPUResources()