Lines Matching defs:cTest
166 const tcu::IVec4 cTest = test.getPixelInt(x, y);
169 if ((*pixelCmp)(cRef, cTest))
201 if ((*pixelCmp)(cTest, ref.getPixelInt(kX, kY)))
287 const tcu::IVec4 cTest = image.getPixelInt(x, y);
289 const bool pixelValid = isBlack(cTest) || isHalfFilled(cTest) || (m_renderTarget.getNumSamples() > 1 && isLessThanHalfFilled(cTest));