Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/tools/
Daubinator_viewer.h13 ImColor error_color; member
21 error_color(236, 255, 0, 255), in aub_viewer_cfg()
Daubinator_viewer_decoder.cpp902 ImGui::TextColored(ctx->cfg->error_color, in aub_viewer_render_batch()
918 ImGui::TextColored(ctx->cfg->error_color, in aub_viewer_render_batch()
Daubinator_viewer.cpp993 ImGui::ColorEdit3("error", (float *)&cfg->error_color, cflags); ImGui::SameLine(); in display_aubfile_window()