Searched refs:cTest (Results 1 – 4 of 4) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fPolygonOffsetTests.cpp | 119 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()
|
D | es3fClippingTests.cpp | 165 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/ |
D | es2fPolygonOffsetTests.cpp | 116 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()
|
D | es2fClippingTests.cpp | 162 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()
|