Lines Matching full:rgba
149 tcu::RGBA threshold = TestCase::m_context.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(7,7,7,7);
187 const tcu::RGBA cellColorA (m_gridCellColorA);
188 const tcu::RGBA cellColorB (m_gridCellColorB);
189 const tcu::RGBA threshold = TestCase::m_context.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(7,7,7,7);
194 const tcu::RGBA baseColor = result.getPixel(destinationArea.x(), destinationArea.y());
219 const tcu::RGBA color = result.getPixel(destinationArea.x() + dx, destinationArea.y() + dy);
224 errorMask.setPixel(destinationArea.x() + dx, destinationArea.y() + dy, tcu::RGBA::red());
247 const tcu::RGBA color = result.getPixel(destinationArea.x() + dx, destinationArea.y());
258 const tcu::RGBA color = result.getPixel(destinationArea.x(), destinationArea.y() + dy);
273 const tcu::RGBA color = result.getPixel(destinationArea.x() + dx, destinationArea.y() + dy);
279 errorMask.setPixel(destinationArea.x() + dx, destinationArea.y() + dy, tcu::RGBA::red());
318 case tcu::TextureFormat::RGBA: return tcu::BVec4(true, true, true, true);
432 tcu::RGBA threshold;
440 const tcu::RGBA srcMaxDiff = getFormatThreshold(srcFormat) * (srcIsSRGB ? 2 : 1);
441 const tcu::RGBA dstMaxDiff = getFormatThreshold(dstFormat);
685 const tcu::RGBA threshold (tcu::max(getFormatThreshold(m_format), tcu::RGBA(12, 12, 12, 12)));
875 // RGBA formats