Home
last modified time | relevance | path

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

/external/deqp-deps/amber/src/
Dformat.h64 bool IsPackable() const { return is_packable_; } in IsPackable()
65 void SetPackable(bool packable) { is_packable_ = packable; } in SetPackable()
69 bool is_packable_ = false; variable