Searched refs:cTest (Results 1 - 4 of 4) sorted by relevance

/external/deqp/modules/gles2/functional/
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))
H A Des2fClippingTests.cpp162 const tcu::IVec4 cTest = test.getPixelInt(x, y); local
165 if ((*pixelCmp)(cRef, cTest))
197 if ((*pixelCmp)(cTest, ref.getPixelInt(kX, kY)))
283 const tcu::IVec4 cTest = image.getPixelInt(x, y); local
285 const bool pixelValid = isBlack(cTest) || isHalfFilled(cTest) || (m_renderTarget.getNumSamples() > 1 && isLessThanHalfFilled(cTest));
/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.cpp165 const tcu::IVec4 cTest = test.getPixelInt(x, y); local
168 if ((*pixelCmp)(cRef, cTest))
200 if ((*pixelCmp)(cTest, ref.getPixelInt(kX, kY)))
286 const tcu::IVec4 cTest = image.getPixelInt(x, y); local
288 const bool pixelValid = isBlack(cTest) || isHalfFilled(cTest) || (m_renderTarget.getNumSamples() > 1 && isLessThanHalfFilled(cTest));

Completed in 1021 milliseconds