Searched refs:dstIsSRGB (Results 1 – 2 of 2) sorted by relevance
430 const bool dstIsSRGB = tcu::isSRGB(dstFormat); in compare() local434 if (dstIsSRGB) in compare()
3045 bool dstIsSRGB = tcu::isSRGB(dst.getFormat()); in blitResolveMultisampleFramebuffer() local3068 dst.setPixel((dstIsSRGB && convertSRGB) ? tcu::linearToSRGB(p) : p, x, y); in blitResolveMultisampleFramebuffer()3198 bool dstIsSRGB = tcu::isSRGB(dst.getFormat()); in blitFramebuffer() local3228 dst.setPixel((dstIsSRGB && convertSRGB) ? tcu::linearToSRGB(p) : p, xo, yo); in blitFramebuffer()