Home
last modified time | relevance | path

Searched refs:convertSRGB (Results 1 – 1 of 1) sorted by relevance

/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp3046 const bool convertSRGB = m_sRGBUpdateEnabled && glu::isContextTypeES(getType()); in blitResolveMultisampleFramebuffer() local
3048 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() local
3201 if (!convertSRGB) in blitFramebuffer()
3228 dst.setPixel((dstIsSRGB && convertSRGB) ? tcu::linearToSRGB(p) : p, xo, yo); in blitFramebuffer()