Home
last modified time | relevance | path

Searched refs:fReuseScratchBuffers (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/gpu/
DGrCaps.h190 bool reuseScratchBuffers() const { return fReuseScratchBuffers; } in reuseScratchBuffers()
535 bool fReuseScratchBuffers : 1; variable
DGrCaps.cpp23 fReuseScratchBuffers = true; in GrCaps()
202 writer->appendBool("Reuse Scratch Buffers", fReuseScratchBuffers); in dumpJSON()
/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp595 fReuseScratchBuffers = ctxInfo.vendor() != GrGLVendor::kARM in init()