Home
last modified time | relevance | path

Searched refs:m_useSrgbFbo (Results 1 - 1 of 1) sorted by relevance

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fBlendTests.cpp131 bool m_useSrgbFbo; member in deqp::gles3::Functional::BlendCase
157 , m_useSrgbFbo (useSrgbFbo) in BlendCase()
163 , m_renderWidth (m_useSrgbFbo ? 2*MAX_VIEWPORT_WIDTH : m_context.getRenderTarget().getWidth()) in BlendCase()
164 , m_renderHeight (m_useSrgbFbo ? 2*MAX_VIEWPORT_HEIGHT : m_context.getRenderTarget().getHeight()) in BlendCase()
173 bool useRGB = !m_useSrgbFbo && m_context.getRenderTarget().getPixelFormat().alphaBits == 0; in init()
207 m_refColorBuffer = new TextureLevel(TextureFormat(m_useSrgbFbo ? TextureFormat::sRGBA : useRGB ? TextureFormat::RGB : TextureFormat::RGBA, TextureFormat::UNORM_INT8), in init()
212 if (m_useSrgbFbo) in init()
261 TextureLevel renderedImg (TextureFormat(m_useSrgbFbo ? TextureFormat::sRGBA : TextureFormat::RGBA, TextureFormat::UNORM_INT8), m_viewportWidth, m_viewportHeight); in iterate()
321 if (m_useSrgbFbo) in iterate()
327 UVec4 compareThreshold = (m_useSrgbFbo in iterate()
[all...]

Completed in 1 milliseconds