Home
last modified time | relevance | path

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

/external/deqp-deps/amber/src/
Dpipeline.h93 void SetEmitDebugInfo(const bool isSet) { emit_debug_info_ = isSet; } in SetEmitDebugInfo()
94 bool GetEmitDebugInfo() const { return emit_debug_info_; } in GetEmitDebugInfo()
181 bool emit_debug_info_; variable
Dpipeline.cc59 emit_debug_info_(false) {} in ShaderInfo()