Searched refs:convertSRGB (Results 1 – 1 of 1) sorted by relevance
3046 const bool convertSRGB = m_sRGBUpdateEnabled && glu::isContextTypeES(getType()); in blitResolveMultisampleFramebuffer() local3048 if (!convertSRGB) in blitResolveMultisampleFramebuffer()3068 dst.setPixel((dstIsSRGB && convertSRGB) ? tcu::linearToSRGB(p) : p, x, y); in blitResolveMultisampleFramebuffer()3199 const bool convertSRGB = m_sRGBUpdateEnabled && glu::isContextTypeES(getType()); in blitFramebuffer() local3201 if (!convertSRGB) in blitFramebuffer()3228 dst.setPixel((dstIsSRGB && convertSRGB) ? tcu::linearToSRGB(p) : p, xo, yo); in blitFramebuffer()