Home
last modified time | relevance | path

Searched refs:dpass (Results 1 – 2 of 2) 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()