Home
last modified time | relevance | path

Searched refs:ImGuiInputTextFlags_CharsHexadecimal (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_memory_editor.h350 …ImGuiInputTextFlags flags = ImGuiInputTextFlags_CharsHexadecimal | ImGuiInputTextFlags_EnterReturn…
470 …if (ImGui::InputText("##addr", AddrInputBuf, 32, ImGuiInputTextFlags_CharsHexadecimal | ImGuiInput…
Dimgui_widgets.cpp2661 if ((flags & (ImGuiInputTextFlags_CharsHexadecimal | ImGuiInputTextFlags_CharsScientific)) == 0) in InputScalar()
2794 const char* format = (flags & ImGuiInputTextFlags_CharsHexadecimal) ? "%08X" : "%d"; in InputInt()
3081 …if (flags & (ImGuiInputTextFlags_CharsDecimal | ImGuiInputTextFlags_CharsHexadecimal | ImGuiInputT… in InputTextFilterCharacter()
3091 if (flags & ImGuiInputTextFlags_CharsHexadecimal) in InputTextFilterCharacter()
3928 …if (InputText("##Text", buf, IM_ARRAYSIZE(buf), ImGuiInputTextFlags_CharsHexadecimal | ImGuiInputT… in ColorEdit4()
Dimgui.h736 ImGuiInputTextFlags_CharsHexadecimal = 1 << 1, // Allow 0123456789ABCDEFabcdef enumerator
/external/mesa3d/src/intel/tools/
Daubinator_viewer.cpp890 ImGuiInputTextFlags_CharsHexadecimal); in display_commands_window()