Home
last modified time | relevance | path

Searched defs:explicitlyAllocateGPUResources (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/gpu/
DGrResourceProvider.h258 bool explicitlyAllocateGPUResources() const { return fExplicitlyAllocateGPUResources; } in explicitlyAllocateGPUResources() function
DGrResourceProvider.cpp43 GrContextOptions::Enable explicitlyAllocateGPUResources) in GrResourceProvider()