Searched refs:current_frame (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h1542 operator bool() const { int current_frame = ImGui::GetFrameCount(); if (RefFrame == current_frame) return false; RefFrame = current_frame; return true; } member in struct:ImGuiOnceUponAFrame
H A Dimgui.cpp4890 const int current_frame = g.FrameCount; local in function:ImGui::Begin
4891 const bool first_begin_of_the_frame = (window->LastFrameActive != current_frame);
4906 bool window_just_activated_by_user = (window->LastFrameActive < current_frame - 1); // Not using !WasActive because the implicit "Debug" window would always toggle off->on
4988 window->LastFrameActive = current_frame;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h1542 operator bool() const { int current_frame = ImGui::GetFrameCount(); if (RefFrame == current_frame) return false; RefFrame = current_frame; return true; } member in struct:ImGuiOnceUponAFrame
H A Dimgui.cpp4890 const int current_frame = g.FrameCount; local in function:ImGui::Begin
4891 const bool first_begin_of_the_frame = (window->LastFrameActive != current_frame);
4906 bool window_just_activated_by_user = (window->LastFrameActive < current_frame - 1); // Not using !WasActive because the implicit "Debug" window would always toggle off->on
4988 window->LastFrameActive = current_frame;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/
H A Dpicture_av1.c169 context->desc.av1.picture_parameter.current_frame_id = av1->current_frame;

Completed in 48 milliseconds