Searched refs:max_depth_bounds_ (Results 1 – 1 of 1) sorted by relevance
140 void SetMaxDepthBounds(float f) { max_depth_bounds_ = f; } in SetMaxDepthBounds()141 float GetMaxDepthBounds() const { return max_depth_bounds_; } in GetMaxDepthBounds()215 float max_depth_bounds_ = 0.0f; variable