Home
last modified time | relevance | path

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

/external/deqp-deps/amber/src/
Dcommand.h145 void SetTimedExecution() { timed_execution_ = true; } in SetTimedExecution()
146 bool IsTimedExecution() const { return timed_execution_; } in IsTimedExecution()
152 bool timed_execution_ = false; variable