Home
last modified time | relevance | path

Searched refs:fUseAllocator (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/
DGrSurfaceProxy.cpp56 , fUseAllocator(useAllocator) in GrSurfaceProxy()
76 , fUseAllocator(useAllocator) in GrSurfaceProxy()
96 , fUseAllocator(useAllocator) in GrSurfaceProxy()
142 if (fUseAllocator == UseAllocator::kNo) { in canSkipResourceAllocator()
DGrSurfaceProxy.h442 UseAllocator fUseAllocator; variable