Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/tools/
Daubinator_viewer.h15 ImColor boolean_color; member
23 boolean_color(228, 75, 255) {} in aub_viewer_cfg()
Daubinator_viewer_decoder.cpp79 ImGui::TextColored(ctx->cfg->boolean_color, "true"); in aub_viewer_print_group()
Daubinator_viewer.cpp996 ImGui::ColorEdit3("booleans", (float *)&cfg->boolean_color, cflags); ImGui::SameLine(); in display_aubfile_window()