Home
last modified time | relevance | path

Searched refs:dpass (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fDepthRangeTests.cpp239 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/
Des3fFragDepthTests.cpp246 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/
DglcFragDepthTests.cpp244 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()