Searched refs:min_depth_bounds_ (Results 1 – 1 of 1) sorted by relevance
146 void SetMinDepthBounds(float f) { min_depth_bounds_ = f; } in SetMinDepthBounds()147 float GetMinDepthBounds() const { return min_depth_bounds_; } in GetMinDepthBounds()236 float min_depth_bounds_ = 0.0f; variable