HomeSort by relevance Sort by last modified time
    Searched refs:useRGB (Results 1 - 4 of 4) sorted by null

  /external/deqp/modules/gles2/functional/
es2fBlendTests.cpp 150 bool useRGB = m_context.getRenderTarget().getPixelFormat().alphaBits == 0;
184 m_refColorBuffer = new TextureLevel(TextureFormat(useRGB ? TextureFormat::RGB : TextureFormat::RGBA, TextureFormat::UNORM_INT8),
es2fRandomFragmentOpTests.cpp 266 bool useRGB = m_context.getRenderTarget().getPixelFormat().alphaBits == 0;
269 m_refColorBuffer = new tcu::TextureLevel(tcu::TextureFormat(useRGB ? tcu::TextureFormat::RGB : tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), width, height);
  /external/deqp/modules/gles3/functional/
es3fBlendTests.cpp 173 bool useRGB = !m_useSrgbFbo && m_context.getRenderTarget().getPixelFormat().alphaBits == 0;
207 m_refColorBuffer = new TextureLevel(TextureFormat(m_useSrgbFbo ? TextureFormat::sRGBA : useRGB ? TextureFormat::RGB : TextureFormat::RGBA, TextureFormat::UNORM_INT8),
es3fRandomFragmentOpTests.cpp 266 bool useRGB = m_context.getRenderTarget().getPixelFormat().alphaBits == 0;
269 m_refColorBuffer = new tcu::TextureLevel(tcu::TextureFormat(useRGB ? tcu::TextureFormat::RGB : tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), width, height);

Completed in 84 milliseconds