Searched defs:cTest (Results 1 - 4 of 4) sorted by last modified time

/external/deqp/modules/gles3/functional/
H A Des3fPolygonOffsetTests.cpp119 const tcu::IVec4 cTest = test.getPixelInt(x, y); local
120 if (compareThreshold(cRef, cTest, threshold))
135 const tcu::IVec4 cTest = test.getPixelInt(kX, kY); local
136 if (compareThreshold(cRef, cTest, threshold))
H A Des3fClippingTests.cpp166 const tcu::IVec4 cTest = test.getPixelInt(x, y); local
169 if ((*pixelCmp)(cRef, cTest))
201 if ((*pixelCmp)(cTest, ref.getPixelInt(kX, kY)))
287 const tcu::IVec4 cTest = image.getPixelInt(x, y); local
289 const bool pixelValid = isBlack(cTest) || isHalfFilled(cTest) || (m_renderTarget.getNumSamples() > 1 && isLessThanHalfFilled(cTest));
/external/deqp/modules/gles2/functional/
H A Des2fClippingTests.cpp163 const tcu::IVec4 cTest = test.getPixelInt(x, y); local
166 if ((*pixelCmp)(cRef, cTest))
198 if ((*pixelCmp)(cTest, ref.getPixelInt(kX, kY)))
284 const tcu::IVec4 cTest = image.getPixelInt(x, y); local
286 const bool pixelValid = isBlack(cTest) || isHalfFilled(cTest) || (m_renderTarget.getNumSamples() > 1 && isLessThanHalfFilled(cTest));
H A Des2fPolygonOffsetTests.cpp116 const tcu::IVec4 cTest = test.getPixelInt(x, y); local
117 if (compareThreshold(cRef, cTest, threshold))
132 const tcu::IVec4 cTest = test.getPixelInt(kX, kY); local
133 if (compareThreshold(cRef, cTest, threshold))

Completed in 1337 milliseconds