Lines Matching refs:DepthRangeParams
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;