Searched refs:fExplicitlyAllocateGPUResources (Results 1 – 12 of 12) sorted by relevance
48 if (GrContextOptions::Enable::kNo == fOptions.fExplicitlyAllocateGPUResources) { in explicitlyAllocateGPUResources()52 if (GrContextOptions::Enable::kYes == fOptions.fExplicitlyAllocateGPUResources) { in explicitlyAllocateGPUResources()
255 bool explicitlyAllocateGPUResources() const { return fExplicitlyAllocateGPUResources; } in explicitlyAllocateGPUResources()298 bool fExplicitlyAllocateGPUResources; variable
37 , fExplicitlyAllocateGPUResources(explicitlyAllocateGPUResources) in GrResourceProvider()
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
182 ctxOptions->fExplicitlyAllocateGPUResources = GrContextOptions::Enable::kNo; in SetCtxOptionsFromCommonFlags()
188 ctxOptions->fExplicitlyAllocateGPUResources = GrContextOptions::Enable::kNo; in SetCtxOptionsFromCommonFlags()
135 bool oldValue = fExplicitlyAllocateGPUResources; in testingOnly_setExplicitlyAllocateGPUResources()136 fExplicitlyAllocateGPUResources = newValue; in testingOnly_setExplicitlyAllocateGPUResources()