Home
last modified time | relevance | path

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

/external/skia/include/gpu/
DGrCaps.h207 bool reuseScratchTextures() const { return fReuseScratchTextures; } in reuseScratchTextures() function
/external/skia/src/gpu/
DGrTextureProvider.cpp87 if (fGpu->caps()->reuseScratchTextures() || (desc->fFlags & kRenderTarget_GrSurfaceFlag)) { in refScratchTexture()
DGrGpu.cpp149 if (!this->caps()->reuseScratchTextures() && !isRT) { in createTexture()