Searched refs:FrameCount (Results 1 – 7 of 7) sorted by relevance
71 for (; i < stackTrace.FrameCount; i++) in GetLastNonErrorManagerCodeLocation()
3066 return GImGui->FrameCount; in GetFrameCount()3369 …IM_ASSERT((g.IO.DeltaTime > 0.0f || g.FrameCount == 0) && "Need a positive DeltaTime!… in NewFrame()3375 …IM_ASSERT((g.FrameCount == 0 || g.FrameCountEnded == g.FrameCount) && "Forgot to call Render() or… in NewFrame()3412 g.FrameCount += 1; in NewFrame()3764 if (g.FrameCountEnded == g.FrameCount) // Don't process EndFrame() multiple times. in EndFrame()3805 …bool is_elapsed = (g.DragDropPayload.DataFrameCount + 1 < g.FrameCount) && ((g.DragDropSourceFlags… in EndFrame()3811 if (g.DragDropActive && g.DragDropSourceFrameCount < g.FrameCount) in EndFrame()3820 g.FrameCountEnded = g.FrameCount; in EndFrame()3856 if (g.FrameCountEnded != g.FrameCount) in Render()3858 g.FrameCountRendered = g.FrameCount; in Render()[all …]
130 #define IMGUI_DEBUG_LOG(_FMT,...) printf("[%05d] " _FMT, GImGui->FrameCount, __VA_ARGS__)773 int FrameCount; member943 FrameCount = 0; in ImGuiContext()
5888 if (tab_bar->CurrFrameVisible == g.FrameCount) in BeginTabBarEx()5908 tab_bar->CurrFrameVisible = g.FrameCount; in BeginTabBarEx()5939 const bool tab_bar_appearing = (tab_bar->PrevFrameVisible + 1 < g.FrameCount); in EndTabBar()6110 …const float scrolling_speed = (tab_bar->PrevFrameVisible + 1 < g.FrameCount) ? FLT_MAX : (g.IO.Del… in TabBarLayout()6382 const bool tab_bar_appearing = (tab_bar->PrevFrameVisible + 1 < g.FrameCount); in TabItemEx()6384 const bool tab_appearing = (tab->LastFrameVisible + 1 < g.FrameCount); in TabItemEx()6385 tab->LastFrameVisible = g.FrameCount; in TabItemEx()6424 tab->LastFrameSelected = g.FrameCount; in TabItemEx()
335 snapshot.frameCount = JDWP.ThreadReference.FrameCount in frameCount()
121 uint32_t FrameCount; member4473 for(uint32_t frameIndex = 0; frameIndex < config.FrameCount; ++frameIndex) in TestPool_Benchmark()4624 for(uint32_t frameIndex = 0; frameIndex < config.FrameCount; ++frameIndex) in TestPool_Benchmark()5474 config.FrameCount, in WritePoolTestResult()5528 config.FrameCount = 200; in PerformCustomPoolTest()5831 config.FrameCount = 200; in PerformPoolTests()
1908 (Command FrameCount=7