Lines Matching refs:dstCT
652 auto dstCT = SkColorTypeToGrColorType(info.colorType()); in asyncRescaleAndReadPixels() local
653 if (dstCT == GrColorType::kUnknown) { in asyncRescaleAndReadPixels()
664 colorTypeOfFinalContext = dstCT; in asyncRescaleAndReadPixels()
666 this->caps()->getDefaultBackendFormat(dstCT, GrRenderable::kYes); in asyncRescaleAndReadPixels()
670 dstCT); in asyncRescaleAndReadPixels()
678 uint32_t dstChannels = GrColorTypeChannelFlags(dstCT); in asyncRescaleAndReadPixels()
1310 GrSurfaceContext::PixelTransferResult GrSurfaceContext::transferPixels(GrColorType dstCT, in transferPixels() argument
1325 proxy->backendFormat(), dstCT); in transferPixels()
1328 uint32_t dstChannels = GrColorTypeChannelFlags(dstCT); in transferPixels()
1362 if (supportedRead.fColorType != dstCT || flip) { in transferPixels()
1363 result.fPixelConverter = [w = rect.width(), h = rect.height(), dstCT, supportedRead, at]( in transferPixels()
1366 GrImageInfo dstInfo(dstCT, at, nullptr, w, h); in transferPixels()