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

  /xsrc/external/mit/MesaLib/dist/src/imgui/
imgui.cpp 3064 int ImGui::GetFrameCount()
9429 ImFormatString(p, buf_end - p, "TabBar (%d tabs)%s", tab_bar->Tabs.Size, (tab_bar->PrevFrameVisible < ImGui::GetFrameCount() - 2) ? " *Inactive*" : "");
  /xsrc/external/mit/MesaLib.old/dist/src/imgui/
imgui.cpp 3064 int ImGui::GetFrameCount()
9429 ImFormatString(p, buf_end - p, "TabBar (%d tabs)%s", tab_bar->Tabs.Size, (tab_bar->PrevFrameVisible < ImGui::GetFrameCount() - 2) ? " *Inactive*" : "");

Completed in 24 milliseconds