Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrDrawTargetCaps.h187 bool reuseScratchTextures() const { return fReuseScratchTextures; } in reuseScratchTextures()
212 bool fReuseScratchTextures : 1; variable
DGrDrawTarget.cpp622 fReuseScratchTextures = true; in reset()
647 fReuseScratchTextures = other.fReuseScratchTextures; in operator =()
696 r.appendf("Reuse Scratch Textures : %s\n", gNY[fReuseScratchTextures]); in dump()
/external/skia/src/gpu/gl/
DGrGLCaps.cpp341 fReuseScratchTextures = kARM_GrGLVendor != ctxInfo.vendor() && in init()