Searched refs:DepthRangeParams (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fShaderBuiltinVarTests.cpp | 152 struct DepthRangeParams struct 154 DepthRangeParams (void) in DepthRangeParams() argument 160 DepthRangeParams (float zNear_, float zFar_) in DepthRangeParams() argument 173 DepthRangeEvaluator (const DepthRangeParams& params) in DepthRangeEvaluator() 187 const DepthRangeParams& m_params; 241 const DepthRangeParams cases[] = in iterate() 243 DepthRangeParams(0.0f, 1.0f), in iterate() 244 DepthRangeParams(1.5f, -1.0f), in iterate() 245 DepthRangeParams(0.7f, 0.3f) in iterate() 263 DepthRangeParams m_depthRange;
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderBuiltinVarTests.cpp | 163 struct DepthRangeParams struct 165 DepthRangeParams (void) in DepthRangeParams() argument 171 DepthRangeParams (float zNear_, float zFar_) in DepthRangeParams() argument 184 DepthRangeEvaluator (const DepthRangeParams& params) in DepthRangeEvaluator() 198 const DepthRangeParams& m_params; 258 const DepthRangeParams cases[] = in iterate() 260 DepthRangeParams(0.0f, 1.0f), in iterate() 261 DepthRangeParams(1.5f, -1.0f), in iterate() 262 DepthRangeParams(0.7f, 0.3f) in iterate() 280 DepthRangeParams m_depthRange;
|