Home
last modified time | relevance | path

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

/external/deqp-deps/amber/src/
Dbuffer.h84 format_is_default_ = false; in SetFormat()
95 void SetFormatIsDefault(bool val) { format_is_default_ = val; } in SetFormatIsDefault()
96 bool FormatIsDefault() const { return format_is_default_; } in FormatIsDefault()
271 bool format_is_default_ = false; variable