Searched refs:fExplicitlyAllocateGPUResources (Results 1 – 6 of 6) sorted by relevance
258 bool explicitlyAllocateGPUResources() const { return fExplicitlyAllocateGPUResources; } in explicitlyAllocateGPUResources()301 bool fExplicitlyAllocateGPUResources; variable
51 fExplicitlyAllocateGPUResources = false; in GrResourceProvider()53 fExplicitlyAllocateGPUResources = true; in GrResourceProvider()55 fExplicitlyAllocateGPUResources = kDefaultExplicitlyAllocateGPUResources; in GrResourceProvider()
79 options.fExplicitlyAllocateGPUResources); in initCommon()
151 Enable fExplicitlyAllocateGPUResources = Enable::kDefault; member
188 ctxOptions->fExplicitlyAllocateGPUResources = GrContextOptions::Enable::kNo; in SetCtxOptionsFromCommonFlags()
135 bool oldValue = fExplicitlyAllocateGPUResources; in testingOnly_setExplicitlyAllocateGPUResources()136 fExplicitlyAllocateGPUResources = newValue; in testingOnly_setExplicitlyAllocateGPUResources()