Searched refs:linearToSRGB (Results 1 – 5 of 5) sorted by relevance
44 Vec4 linearToSRGB (const Vec4& cl);
65 Vec4 linearToSRGB (const Vec4& cl) in linearToSRGB() function
655 combinedColor = tcu::linearToSRGB(combinedColor); in executeColorWrite()701 newColor = tcu::linearToSRGB(newColor); in executeMaskedColorWrite()
3031 dst.setPixel((dstIsSRGB && convertSRGB) ? tcu::linearToSRGB(p) : p, x, y); in blitResolveMultisampleFramebuffer()3190 dst.setPixel((dstIsSRGB && convertSRGB) ? tcu::linearToSRGB(p) : p, xo, yo); in blitFramebuffer()3354 …Vec4 c = (isSRGB && m_sRGBUpdateEnabled) ? tcu::linearToSRGB(m_clearColor) : m_clearColor; in clear()3504 color = tcu::linearToSRGB(color); in clearBufferfv()
422 dst.setPixel(isSRGB ? tcu::linearToSRGB(color) : color, x, y); in renderFloatReference()