Searched defs:tmpInfo (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/skia/src/gpu/ |
D | GrSurfaceContext.cpp | 188 GrPixelInfo tmpInfo; in readPixels() local 384 GrPixelInfo tmpInfo(allowedColorType, this->colorSpaceInfo().alphaType(), in writePixels() local
|
D | GrOpFlushState.cpp | 110 GrPixelInfo tmpInfo(supportedWrite.fColorType, kAT, nullptr, width, in doUpload() local
|
/third_party/skia/src/gpu/ |
D | GrOpFlushState.cpp | 125 GrImageInfo tmpInfo(supportedWrite.fColorType, kAT, nullptr, rect.size()); in doUpload() local
|
D | SurfaceContext.cpp | 231 GrImageInfo tmpInfo(supportedRead.fColorType, in readPixels() local 507 GrImageInfo tmpInfo(allowedColorType, in internalWritePixels() local
|
/third_party/skia/tests/ |
D | TransferPixelsTest.cpp | 93 GrImageInfo tmpInfo(supportedRead.fColorType, kUnpremul_SkAlphaType, nullptr, w, h); in read_pixels_from_texture() local
|
/third_party/flutter/skia/tests/ |
D | TransferPixelsTest.cpp | 88 GrPixelInfo tmpInfo(supportedRead.fColorType, kUnpremul_SkAlphaType, nullptr, w, h); in read_pixels_from_texture() local
|