Searched refs:TextColored (Results 1 - 9 of 9) sorted by relevance
/third_party/mesa3d/src/intel/tools/ |
H A D | aubinator_viewer_decoder.cpp | 68 ImGui::TextColored(ctx->cfg->dwords_color, in aub_viewer_print_group() 79 ImGui::TextColored(ctx->cfg->boolean_color, "true"); in aub_viewer_print_group() 149 ImGui::TextColored(ctx->cfg->missing_color, in ctx_disassemble_program() 203 ImGui::TextColored(ctx->cfg->missing_color, "did not find RENDER_SURFACE_STATE info"); in dump_binding_table() 211 ImGui::TextColored(ctx->cfg->missing_color, "invalid binding table pointer"); in dump_binding_table() 219 ImGui::TextColored(ctx->cfg->missing_color, in dump_binding_table() 236 ImGui::TextColored(ctx->cfg->missing_color, in dump_binding_table() 260 ImGui::TextColored(ctx->cfg->missing_color, in dump_samplers() 266 ImGui::TextColored(ctx->cfg->missing_color, "invalid sampler state pointer"); in dump_samplers() 273 ImGui::TextColored(ct in dump_samplers() [all...] |
H A D | aubinator_viewer.cpp | 568 ImGui::TextColored(context.cfg.missing_color, "Page not available"); in display_pml4_level() 911 ImGui::TextColored(context.cfg.dwords_color, in display_commands_window() 914 ImGui::TextColored(context.cfg.dwords_color, "Dword %d", last_dword); in display_commands_window() 931 ImGui::TextColored(context.cfg.dwords_color, in display_commands_window()
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_demo.cpp | 886 ImGui::TextColored(ImVec4(1.0f, 0.0f, 1.0f, 1.0f), "Pink"); in ShowDemoWindowWidgets() 887 ImGui::TextColored(ImVec4(1.0f, 1.0f, 0.0f, 1.0f), "Yellow"); in ShowDemoWindowWidgets() 2552 ImGui::TextColored(ImVec4(1,1,0,1), "Sailor"); in ShowDemoWindowLayout() 2556 ImGui::TextColored(ImVec4(1,1,0,1), "Sailor"); in ShowDemoWindowLayout() 2857 ImGui::TextColored(ImVec4(1, 1, 0, 1), "Item %d", item); in ShowDemoWindowLayout() 2900 ImGui::TextColored(ImVec4(1, 1, 0, 1), "Item %d", item); in ShowDemoWindowLayout()
|
H A D | imgui.h | 488 IMGUI_API void TextColored(const ImVec4& col, const char* fmt, ...) IM_FMTARGS(2); // shortcut for PushStyleColor(ImGuiCol_Text, col); Text(fmt, ...); PopStyleColor();
|
H A D | imgui.cpp | 11681 TextColored(ImVec4(1.0f, 0.4f, 0.4f, 1.0f), "CURRENTLY APPENDING"); // Can't display stats for active draw list! (we don't have the data double-buffered) in DebugNodeDrawList() 12068 TextColored(GetStyleColorVec4(hovered_id ? ImGuiCol_Text : ImGuiCol_TextDisabled), "Click to break in debugger!"); in UpdateDebugToolItemPicker()
|
H A D | imgui_widgets.cpp | 138 // - TextColored() 282 void ImGui::TextColored(const ImVec4& col, const char* fmt, ...) in TextColored() function in ImGui
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui.h | 373 IMGUI_API void TextColored(const ImVec4& col, const char* fmt, ...) IM_FMTARGS(2); // shortcut for PushStyleColor(ImGuiCol_Text, col); Text(fmt, ...); PopStyleColor();
|
H A D | imgui_widgets.cpp | 115 // - TextColored() 253 void ImGui::TextColored(const ImVec4& col, const char* fmt, ...) in TextColored() function in ImGui
|
H A D | imgui.cpp | 9307 ImGui::TextColored(ImVec4(1.0f,0.4f,0.4f,1.0f), "CURRENTLY APPENDING"); // Can't display stats for active draw list! (we don't have the data double-buffered) in ShowMetricsWindow()
|
Completed in 112 milliseconds