Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/tools/
Daubinator_viewer.cpp751 if (ImGui::InputInt("Execbuf", &window->exec_idx)) in display_batch_window()
/external/mesa3d/src/imgui/
Dimgui.h453 …IMGUI_API bool InputInt(const char* label, int* v, int step = 1, int step_fast = 100, ImG…
Dimgui_widgets.cpp2791 bool ImGui::InputInt(const char* label, int* v, int step, int step_fast, ImGuiInputTextFlags flags) in InputInt() function in ImGui