Searched refs:depth_bias_slope_factor_ (Results 1 – 1 of 1) sorted by relevance
134 void SetDepthBiasSlopeFactor(float f) { depth_bias_slope_factor_ = f; } in SetDepthBiasSlopeFactor()135 float GetDepthBiasSlopeFactor() const { return depth_bias_slope_factor_; } in GetDepthBiasSlopeFactor()213 float depth_bias_slope_factor_ = 0.0f; variable