Lines Matching refs:DepthRangeParams
154 struct DepthRangeParams
156 DepthRangeParams (void)
162 DepthRangeParams (float zNear_, float zFar_)
175 DepthRangeEvaluator (const DepthRangeParams& params)
189 const DepthRangeParams& m_params;
243 const DepthRangeParams cases[] =
245 DepthRangeParams(0.0f, 1.0f),
246 DepthRangeParams(1.5f, -1.0f),
247 DepthRangeParams(0.7f, 0.3f)
265 DepthRangeParams m_depthRange;