Searched refs:DepthRangeParams (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fShaderBuiltinVarTests.cpp | 153 struct DepthRangeParams struct 155 DepthRangeParams (void) in DepthRangeParams() function 161 DepthRangeParams (float zNear_, float zFar_) in DepthRangeParams() argument 174 DepthRangeEvaluator (const DepthRangeParams& params) in DepthRangeEvaluator() 188 const DepthRangeParams& m_params; 242 const DepthRangeParams cases[] = in iterate() 244 DepthRangeParams(0.0f, 1.0f), in iterate() 245 DepthRangeParams(1.5f, -1.0f), in iterate() 246 DepthRangeParams(0.7f, 0.3f) in iterate() 264 DepthRangeParams m_depthRange;
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderBuiltinVarTests.cpp | 163 struct DepthRangeParams struct 165 DepthRangeParams (void) in DepthRangeParams() function 171 DepthRangeParams (float zNear_, float zFar_) in DepthRangeParams() function 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;
|