Searched refs:dstIsSRGB (Results 1 – 3 of 3) sorted by relevance
601 bool dstIsSRGB; in GrConvertPixels() local606 &dstIsSRGB); in GrConvertPixels()638 if (srcIsSRGB && dstIsSRGB && !hasConversion) { in GrConvertPixels()640 srcIsSRGB = dstIsSRGB = false; in GrConvertPixels()643 hasConversion = hasConversion || srcIsSRGB || dstIsSRGB; in GrConvertPixels()671 SkASSERT(!dstIsSRGB); in GrConvertPixels()674 if (dstIsSRGB) { in GrConvertPixels()715 bool dstIsSRGB; in GrClearImage() local718 &isNormalized, &dstIsSRGB); in GrClearImage()734 SkASSERT(!dstIsSRGB); in GrClearImage()[all …]
430 const bool dstIsSRGB = tcu::isSRGB(dstFormat); in compare() local434 if (dstIsSRGB) in compare()
3063 bool dstIsSRGB = tcu::isSRGB(dst.getFormat()); in blitResolveMultisampleFramebuffer() local3086 dst.setPixel((dstIsSRGB && convertSRGB) ? tcu::linearToSRGB(p) : p, x, y); in blitResolveMultisampleFramebuffer()3216 bool dstIsSRGB = tcu::isSRGB(dst.getFormat()); in blitFramebuffer() local3246 dst.setPixel((dstIsSRGB && convertSRGB) ? tcu::linearToSRGB(p) : p, xo, yo); in blitFramebuffer()