Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fAdvancedBlendTests.cpp248 const bool useSRGB = m_rtType == RENDERTARGETTYPE_SRGB_FBO; in init() local
276 …m_refColorBuffer = new TextureLevel(TextureFormat(useSRGB ? TextureFormat::sRGBA : TextureFormat::… in init()
280 const deUint32 format = useSRGB ? GL_SRGB8_ALPHA8 : GL_RGBA8; in init()
317 if (glu::isContextTypeGLCore(m_context.getRenderContext().getType()) && useSRGB) in init()