Lines Matching defs:scratch
75 auto scratch = this->getExactScratch(dimensions,
83 if (scratch) {
85 return scratch;
87 return this->writePixels(std::move(scratch), colorType, dimensions, texels, numMipLevels);
217 // Currently we don't recycle compressed textures as scratch. Additionally all compressed
221 // TODO: Support GrMipmapped::kYes in scratch texture lookup here.
286 // Currently we don't recycle compressed textures as scratch. Additionally all compressed
339 // We could make initial clears work with scratch textures but it is a rare case so we just opt
713 auto scratch = this->refScratchMSAAAttachment(dimensions,
718 if (scratch) {
719 return scratch;