Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrContext_Base.cpp48 if (GrContextOptions::Enable::kNo == fOptions.fExplicitlyAllocateGPUResources) { in explicitlyAllocateGPUResources()
52 if (GrContextOptions::Enable::kYes == fOptions.fExplicitlyAllocateGPUResources) { in explicitlyAllocateGPUResources()
DGrResourceProvider.h255 bool explicitlyAllocateGPUResources() const { return fExplicitlyAllocateGPUResources; } in explicitlyAllocateGPUResources()
298 bool fExplicitlyAllocateGPUResources; variable
DGrResourceProvider.cpp37 , fExplicitlyAllocateGPUResources(explicitlyAllocateGPUResources) in GrResourceProvider()
/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/skia/include/gpu/
DGrContextOptions.h151 Enable fExplicitlyAllocateGPUResources = Enable::kDefault; member
/external/skqp/include/gpu/
DGrContextOptions.h151 Enable fExplicitlyAllocateGPUResources = Enable::kDefault; member
/external/skia/tools/flags/
DSkCommonFlags.cpp182 ctxOptions->fExplicitlyAllocateGPUResources = GrContextOptions::Enable::kNo; in SetCtxOptionsFromCommonFlags()
/external/skqp/tools/flags/
DSkCommonFlags.cpp188 ctxOptions->fExplicitlyAllocateGPUResources = GrContextOptions::Enable::kNo; in SetCtxOptionsFromCommonFlags()
/external/skia/tests/
DResourceAllocatorTest.cpp135 bool oldValue = fExplicitlyAllocateGPUResources; in testingOnly_setExplicitlyAllocateGPUResources()
136 fExplicitlyAllocateGPUResources = newValue; in testingOnly_setExplicitlyAllocateGPUResources()
/external/skqp/tests/
DResourceAllocatorTest.cpp135 bool oldValue = fExplicitlyAllocateGPUResources; in testingOnly_setExplicitlyAllocateGPUResources()
136 fExplicitlyAllocateGPUResources = newValue; in testingOnly_setExplicitlyAllocateGPUResources()