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

  /external/deqp/modules/gles2/functional/
es2fShaderBuiltinVarTests.cpp 146 struct DepthRangeParams
148 DepthRangeParams (void)
154 DepthRangeParams (float zNear_, float zFar_)
167 DepthRangeEvaluator (const DepthRangeParams& params)
181 const DepthRangeParams& m_params;
235 const DepthRangeParams cases[] =
237 DepthRangeParams(0.0f, 1.0f),
238 DepthRangeParams(1.5f, -1.0f),
239 DepthRangeParams(0.7f, 0.3f)
257 DepthRangeParams m_depthRange
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderBuiltinVarTests.cpp 163 struct DepthRangeParams
165 DepthRangeParams (void)
171 DepthRangeParams (float zNear_, float zFar_)
184 DepthRangeEvaluator (const DepthRangeParams& params)
198 const DepthRangeParams& m_params;
258 const DepthRangeParams cases[] =
260 DepthRangeParams(0.0f, 1.0f),
261 DepthRangeParams(1.5f, -1.0f),
262 DepthRangeParams(0.7f, 0.3f)
280 DepthRangeParams m_depthRange
    [all...]

Completed in 132 milliseconds