HomeSort by: relevance | last modified time | path
    Searched defs:ImGuiCond_Always (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/vulkan/overlay-layer/
overlay.cpp 904 ImGui::SetNextWindowSize(data->window_size, ImGuiCond_Always);
907 ImGui::SetNextWindowPos(ImVec2(margin, margin), ImGuiCond_Always);
911 ImGuiCond_Always);
915 ImGuiCond_Always);
920 ImGuiCond_Always);
  /xsrc/external/mit/MesaLib.old/dist/src/vulkan/overlay-layer/
overlay.cpp 672 ImGui::SetNextWindowSize(data->window_size, ImGuiCond_Always);
675 ImGui::SetNextWindowPos(ImVec2(margin, margin), ImGuiCond_Always);
679 ImGuiCond_Always);
683 ImGuiCond_Always);
688 ImGuiCond_Always);
  /xsrc/external/mit/MesaLib/dist/src/imgui/
imgui.h 1151 // Important: Treat as a regular enum! Do NOT combine multiple values using binary operators! All the functions above treat 0 as a shortcut to ImGuiCond_Always.
1154 ImGuiCond_Always = 1 << 0, // Set the variable
1161 , ImGuiSetCond_Always = ImGuiCond_Always, ImGuiSetCond_Once = ImGuiCond_Once, ImGuiSetCond_FirstUseEver = ImGuiCond_FirstUseEver, ImGuiSetCond_Appearing = ImGuiCond_Appearing
  /xsrc/external/mit/MesaLib.old/dist/src/imgui/
imgui.h 1151 // Important: Treat as a regular enum! Do NOT combine multiple values using binary operators! All the functions above treat 0 as a shortcut to ImGuiCond_Always.
1154 ImGuiCond_Always = 1 << 0, // Set the variable
1161 , ImGuiSetCond_Always = ImGuiCond_Always, ImGuiSetCond_Once = ImGuiCond_Once, ImGuiSetCond_FirstUseEver = ImGuiCond_FirstUseEver, ImGuiSetCond_Appearing = ImGuiCond_Appearing

Completed in 24 milliseconds