Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrReferenceContext.cpp392 , m_sRGBUpdateEnabled (true) in ReferenceContext()
462 m_sRGBUpdateEnabled = false; in ReferenceContext()
2666 m_sRGBUpdateEnabled = true; in enable()
2722 m_sRGBUpdateEnabled = false; in disable()
3085 const bool convertSRGB = m_sRGBUpdateEnabled && glu::isContextTypeES(getType()); in blitResolveMultisampleFramebuffer()
3238 const bool convertSRGB = m_sRGBUpdateEnabled && glu::isContextTypeES(getType()); in blitFramebuffer()
3414 …Vec4 c = (isSRGB && m_sRGBUpdateEnabled) ? tcu::linearToSRGB(m_clearColor) : m_clearColor; in clear()
3524 if (m_sRGBUpdateEnabled && tcu::isSRGB(access.raw().getFormat())) in clearBufferfv()
4374 state.fragOps.sRGBEnabled = m_sRGBUpdateEnabled; in drawWithReference()
DsglrReferenceContext.hpp950 bool m_sRGBUpdateEnabled; member in sglr::ReferenceContext