Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrCaps.h134 bool reuseScratchTextures() const { return fReuseScratchTextures; } in reuseScratchTextures()
476 bool fReuseScratchTextures : 1; variable
DGrCaps.cpp22 fReuseScratchTextures = true; in GrCaps()
172 writer->appendBool("Reuse Scratch Textures", fReuseScratchTextures); in dumpJSON()
/third_party/skia/src/gpu/
DGrCaps.h189 bool reuseScratchTextures() const { return fReuseScratchTextures; } in reuseScratchTextures()
532 bool fReuseScratchTextures : 1; variable
DGrCaps.cpp22 fReuseScratchTextures = true; in GrCaps()
201 writer->appendBool("Reuse Scratch Textures", fReuseScratchTextures); in dumpJSON()
/third_party/skia/src/gpu/d3d/
DGrD3DCaps.cpp33 fReuseScratchTextures = true; //TODO: figure this out in GrD3DCaps()
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlCaps.mm241 fReuseScratchTextures = true; // Assuming this okay
/third_party/flutter/skia/src/gpu/vk/
DGrVkCaps.cpp37 fReuseScratchTextures = true; //TODO: figure this out in GrVkCaps()
/third_party/skia/src/gpu/vk/
DGrVkCaps.cpp46 fReuseScratchTextures = true; //TODO: figure this out in GrVkCaps()
/third_party/skia/src/gpu/mtl/
DGrMtlCaps.mm369 fReuseScratchTextures = true; // Assuming this okay
/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp592 fReuseScratchTextures = (ctxInfo.vendor() != GrGLVendor::kARM); in init()
4254 fReuseScratchTextures = false; in applyDriverCorrectnessWorkarounds()
/third_party/flutter/skia/src/gpu/gl/
DGrGLCaps.cpp575 fReuseScratchTextures = kARM_GrGLVendor != ctxInfo.vendor(); in init()