Searched refs:useRGB (Results 1 – 4 of 4) sorted by relevance
150 bool useRGB = m_context.getRenderTarget().getPixelFormat().alphaBits == 0; in init() local184 …m_refColorBuffer = new TextureLevel(TextureFormat(useRGB ? TextureFormat::RGB : TextureFormat::RG… in init()
266 bool useRGB = m_context.getRenderTarget().getPixelFormat().alphaBits == 0; in init() local269 …m_refColorBuffer = new tcu::TextureLevel(tcu::TextureFormat(useRGB ? tcu::TextureFormat::RGB : tcu… in init()
173 bool useRGB = !m_useSrgbFbo && m_context.getRenderTarget().getPixelFormat().alphaBits == 0; in init() local207 …m_refColorBuffer = new TextureLevel(TextureFormat(m_useSrgbFbo ? TextureFormat::sRGBA : useRGB ? … in init()