Home
last modified time | relevance | path

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

/external/deqp-deps/amber/src/
Dcommand.h346 bool HasTolerances() const { return !tolerances_.empty(); } in HasTolerances()
347 void SetTolerances(const std::vector<Tolerance>& t) { tolerances_ = t; } in SetTolerances()
348 const std::vector<Tolerance>& GetTolerances() const { return tolerances_; } in GetTolerances()
355 std::vector<Tolerance> tolerances_; variable