Home
last modified time | relevance | path

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

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