Searched refs:constDepth (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fDepthRangeTests.cpp151 const float constDepth = 0.1f; local
181 -1.0f, -1.0f, constDepth, 1.0f,
182 -1.0f, +1.0f, constDepth, 1.0f,
183 0.0f, -1.0f, constDepth, 1.0f,
184 0.0f, +1.0f, constDepth, 1.0f
239 bool dpass = compare(m_compareFunc, d, constDepth*0.5f + 0.5f);
/external/deqp/modules/gles3/functional/
H A Des3fFragDepthTests.cpp135 const float constDepth = 0.1f; local
158 -1.0f, -1.0f, constDepth, 1.0f,
159 -1.0f, +1.0f, constDepth, 1.0f,
160 0.0f, -1.0f, constDepth, 1.0f,
161 0.0f, +1.0f, constDepth, 1.0f
246 bool dpass = compare(m_compareFunc, d, constDepth*0.5f + 0.5f);

Completed in 135 milliseconds