Lines Matching refs:RGBA
82 static bool compareSingleColor (tcu::TestLog& log, const tcu::Surface& surface, tcu::RGBA expectedColor, tcu::RGBA threshold)
93 const tcu::RGBA resultColor = surface.getPixel(x, y);
219 const tcu::RGBA threshold = renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1);
225 isOk = compareSingleColor(m_testCtx.getLog(), result, tcu::RGBA::green(), threshold);
336 const tcu::RGBA threshold = renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1);
340 gl.clearBufferfv(GL_COLOR, 0, tcu::RGBA::red().toVec().getPtr());
341 gl.clearBufferfv(GL_COLOR, 1, tcu::RGBA::red().toVec().getPtr());
360 if (!compareSingleColor(m_testCtx.getLog(), result, tcu::RGBA::green(), threshold))