Searched refs:dwords_color (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/intel/tools/ |
D | aubinator_viewer.h | 11 ImColor dwords_color; member 19 dwords_color(29, 177, 194, 255), in aub_viewer_cfg()
|
D | aubinator_viewer.cpp | 909 ImGui::TextColored(context.cfg.dwords_color, in display_commands_window() 912 ImGui::TextColored(context.cfg.dwords_color, "Dword %d", last_dword); in display_commands_window() 929 ImGui::TextColored(context.cfg.dwords_color, in display_commands_window() 995 ImGui::ColorEdit3("dwords", (float *)&cfg->dwords_color, cflags); ImGui::SameLine(); in display_aubfile_window()
|
D | aubinator_viewer_decoder.cpp | 68 ImGui::TextColored(ctx->cfg->dwords_color, in aub_viewer_print_group()
|