HomeSort by relevance Sort by last modified time
    Searched refs:constDepth (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles2/functional/
es2fDepthRangeTests.cpp 151 const float constDepth = 0.1f;
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/
es3fFragDepthTests.cpp 135 const float constDepth = 0.1f;
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 66 milliseconds