Home
last modified time | relevance | path

Searched refs:depth_bias_slope_factor_ (Results 1 – 1 of 1) sorted by relevance

/external/deqp-deps/amber/src/
Dpipeline_data.h134 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