Home
last modified time | relevance | path

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

/external/deqp-deps/amber/src/
Dsampler.h80 void SetMinLOD(float min_lod) { min_lod_ = min_lod; } in SetMinLOD()
81 float GetMinLOD() const { return min_lod_; } in GetMinLOD()
98 float min_lod_ = 0.0f; variable