Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fPolygonOffsetTests.cpp119 const tcu::IVec4 cTest = test.getPixelInt(x, y); in compareImages() local
120 if (compareThreshold(cRef, cTest, threshold)) in compareImages()
135 const tcu::IVec4 cTest = test.getPixelInt(kX, kY); in compareImages() local
136 if (compareThreshold(cRef, cTest, threshold)) in compareImages()
Des3fClippingTests.cpp165 const tcu::IVec4 cTest = test.getPixelInt(x, y); in compareImages() local
168 if ((*pixelCmp)(cRef, cTest)) in compareImages()
200 if ((*pixelCmp)(cTest, ref.getPixelInt(kX, kY))) in compareImages()
286 const tcu::IVec4 cTest = image.getPixelInt(x, y); in checkHalfFilledImageOverdraw() local
288 … bool pixelValid = isBlack(cTest) || isHalfFilled(cTest) || (m_renderTarget.getNumSamples() > 1 &&… in checkHalfFilledImageOverdraw()
/external/deqp/modules/gles2/functional/
Des2fPolygonOffsetTests.cpp116 const tcu::IVec4 cTest = test.getPixelInt(x, y); in compareImages() local
117 if (compareThreshold(cRef, cTest, threshold)) in compareImages()
132 const tcu::IVec4 cTest = test.getPixelInt(kX, kY); in compareImages() local
133 if (compareThreshold(cRef, cTest, threshold)) in compareImages()
Des2fClippingTests.cpp162 const tcu::IVec4 cTest = test.getPixelInt(x, y); in compareImages() local
165 if ((*pixelCmp)(cRef, cTest)) in compareImages()
197 if ((*pixelCmp)(cTest, ref.getPixelInt(kX, kY))) in compareImages()
283 const tcu::IVec4 cTest = image.getPixelInt(x, y); in checkHalfFilledImageOverdraw() local
285 … bool pixelValid = isBlack(cTest) || isHalfFilled(cTest) || (m_renderTarget.getNumSamples() > 1 &&… in checkHalfFilledImageOverdraw()