Searched defs:DepthRangeParams (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fShaderBuiltinVarTests.cpp153 struct DepthRangeParams struct in namespace:deqp::gles2::Functional::__anon4965
155 DepthRangeParams (void) function in struct:deqp::gles2::Functional::__anon4965::DepthRangeParams
161 DepthRangeParams (float zNear_, float zFar_) function in struct:deqp::gles2::Functional::__anon4965::DepthRangeParams
174 DepthRangeEvaluator (const DepthRangeParams& params)
188 const DepthRangeParams& m_params;
242 const DepthRangeParams cases[] =
244 DepthRangeParams(0.0f, 1.0f),
245 DepthRangeParams(1.5f, -1.0f),
246 DepthRangeParams(0.7f, 0.3f)
264 DepthRangeParams m_depthRang
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fShaderBuiltinVarTests.cpp163 struct DepthRangeParams struct in namespace:deqp::gles3::Functional::__anon5117
165 DepthRangeParams (void) function in struct:deqp::gles3::Functional::__anon5117::DepthRangeParams
171 DepthRangeParams (float zNear_, float zFar_) function in struct:deqp::gles3::Functional::__anon5117::DepthRangeParams
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_depthRang
[all...]

Completed in 114 milliseconds