Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fDepthRangeTests.cpp151 const float constDepth = 0.1f; in iterate() local
181 -1.0f, -1.0f, constDepth, 1.0f, in iterate()
182 -1.0f, +1.0f, constDepth, 1.0f, in iterate()
183 0.0f, -1.0f, constDepth, 1.0f, in iterate()
184 0.0f, +1.0f, constDepth, 1.0f in iterate()
239 bool dpass = compare(m_compareFunc, d, constDepth*0.5f + 0.5f); in iterate()
/external/deqp/modules/gles3/functional/
Des3fFragDepthTests.cpp135 const float constDepth = 0.1f; in iterate() local
158 -1.0f, -1.0f, constDepth, 1.0f, in iterate()
159 -1.0f, +1.0f, constDepth, 1.0f, in iterate()
160 0.0f, -1.0f, constDepth, 1.0f, in iterate()
161 0.0f, +1.0f, constDepth, 1.0f in iterate()
246 bool dpass = compare(m_compareFunc, d, constDepth*0.5f + 0.5f); in iterate()
/external/deqp/external/openglcts/modules/common/
DglcFragDepthTests.cpp152 const float constDepth = 0.1f; in iterate() local
176 const float constDepthCoord[] = { -1.0f, -1.0f, constDepth, 1.0f, -1.0f, +1.0f, constDepth, 1.0f, in iterate()
177 0.0f, -1.0f, constDepth, 1.0f, 0.0f, +1.0f, constDepth, 1.0f }; in iterate()
244 bool dpass = compare(m_compareFunc, d, constDepth * 0.5f + 0.5f); in iterate()