Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrCaps.h190 bool reuseScratchBuffers() const { return fReuseScratchBuffers; } in reuseScratchBuffers() function
DGrGpu.cpp388 if (!this->caps()->reuseScratchBuffers()) { in createBuffer()