Home
last modified time | relevance | path

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

/external/deqp-deps/amber/src/
Dcommand.h248 void SetFirstInstance(uint32_t idx) { first_instance_ = idx; } in SetFirstInstance()
249 uint32_t GetFirstInstance() const { return first_instance_; } in GetFirstInstance()
262 uint32_t first_instance_ = 0; variable