Searched refs:dpass (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fDepthRangeTests.cpp | 239 bool dpass = compare(m_compareFunc, d, constDepth*0.5f + 0.5f); in iterate() local 241 referenceFrame.setPixel(x, y, dpass ? tcu::RGBA::green() : tcu::RGBA::blue()); in iterate() 251 bool dpass = compare(m_compareFunc, d, rd); in iterate() local 253 referenceFrame.setPixel(x, y, dpass ? tcu::RGBA::green() : tcu::RGBA::blue()); in iterate()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFragDepthTests.cpp | 246 bool dpass = compare(m_compareFunc, d, constDepth*0.5f + 0.5f); in iterate() local 248 referenceFrame.setPixel(x, y, dpass ? tcu::RGBA::green() : tcu::RGBA::blue()); in iterate() 258 bool dpass = compare(m_compareFunc, d, rd); in iterate() local 260 referenceFrame.setPixel(x, y, dpass ? tcu::RGBA::green() : tcu::RGBA::blue()); in iterate()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcFragDepthTests.cpp | 244 bool dpass = compare(m_compareFunc, d, constDepth * 0.5f + 0.5f); in iterate() local 246 referenceFrame.setPixel(x, y, dpass ? tcu::RGBA::green() : tcu::RGBA::blue()); in iterate() 256 bool dpass = compare(m_compareFunc, d, rd); in iterate() local 258 referenceFrame.setPixel(x, y, dpass ? tcu::RGBA::green() : tcu::RGBA::blue()); in iterate()
|