Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrCaps.h130 bool reuseScratchTextures() const { return fReuseScratchTextures; } in reuseScratchTextures()
332 bool fReuseScratchTextures : 1; variable
DGrCaps.cpp23 fReuseScratchTextures = true; in GrCaps()
186 writer->appendBool("Reuse Scratch Textures", fReuseScratchTextures); in dumpJSON()
/external/skqp/src/gpu/
DGrCaps.h130 bool reuseScratchTextures() const { return fReuseScratchTextures; } in reuseScratchTextures()
334 bool fReuseScratchTextures : 1; variable
DGrCaps.cpp23 fReuseScratchTextures = true; in GrCaps()
185 writer->appendBool("Reuse Scratch Textures", fReuseScratchTextures); in dumpJSON()
/external/skqp/src/gpu/vk/
DGrVkCaps.cpp32 fReuseScratchTextures = true; //TODO: figure this out in GrVkCaps()
/external/skqp/src/gpu/mtl/
DGrMtlCaps.mm251 fReuseScratchTextures = true; // Assuming this okay
/external/skia/src/gpu/vk/
DGrVkCaps.cpp33 fReuseScratchTextures = true; //TODO: figure this out in GrVkCaps()
/external/skia/src/gpu/mtl/
DGrMtlCaps.mm251 fReuseScratchTextures = true; // Assuming this okay
/external/skqp/src/gpu/gl/
DGrGLCaps.cpp512 fReuseScratchTextures = kARM_GrGLVendor != ctxInfo.vendor(); in init()
/external/skia/src/gpu/gl/
DGrGLCaps.cpp512 fReuseScratchTextures = kARM_GrGLVendor != ctxInfo.vendor(); in init()