Home
last modified time | relevance | path

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

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