Home | History | Annotate | Download | only in functional

Lines Matching defs:color

219 		const tcu::RGBA	color	= result.getPixel(destinationArea.x() + dx, destinationArea.y() + dy);
220 const bool isValidColor = tcu::compareThreshold(color, cellColorA, threshold) || tcu::compareThreshold(color, cellColorB, threshold);
247 const tcu::RGBA color = result.getPixel(destinationArea.x() + dx, destinationArea.y());
249 if (tcu::compareThreshold(color, cellColorA, threshold))
251 else if (tcu::compareThreshold(color, cellColorB, threshold))
258 const tcu::RGBA color = result.getPixel(destinationArea.x(), destinationArea.y() + dy);
260 if (tcu::compareThreshold(color, cellColorA, threshold))
262 else if (tcu::compareThreshold(color, cellColorB, threshold))
273 const tcu::RGBA color = result.getPixel(destinationArea.x() + dx, destinationArea.y() + dy);
274 const bool resultSign = tcu::compareThreshold(cellColorA, color, threshold);
575 // Render blue color where depth < 0, decrement on depth failure.
586 // Render green color where stencil == 6.
1013 tcu::TestCaseGroup* conversionGroup = new tcu::TestCaseGroup(m_testCtx, "conversion", "Color conversion tests");