Home | History | Annotate | Download | only in functional

Lines Matching refs:cTest

162 			const tcu::IVec4 cTest	= test.getPixelInt(x, y);
165 if ((*pixelCmp)(cRef, cTest))
197 if ((*pixelCmp)(cTest, ref.getPixelInt(kX, kY)))
283 const tcu::IVec4 cTest = image.getPixelInt(x, y);
285 const bool pixelValid = isBlack(cTest) || isHalfFilled(cTest) || (m_renderTarget.getNumSamples() > 1 && isLessThanHalfFilled(cTest));