Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrSurfaceProxy.cpp58 , fUseAllocator(useAllocator) in GrSurfaceProxy()
78 , fUseAllocator(useAllocator) in GrSurfaceProxy()
98 , fUseAllocator(useAllocator) in GrSurfaceProxy()
131 if (fUseAllocator == UseAllocator::kNo) { in canSkipResourceAllocator()
DGrSurfaceProxy.h436 UseAllocator fUseAllocator; variable