Home | History | Annotate | Download | only in functional

Lines Matching refs:cTest

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