Searched refs:emit_debug_info_ (Results 1 – 2 of 2) sorted by relevance
93 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
59 emit_debug_info_(false) {} in ShaderInfo()