Searched refs:CmdListsCount (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/tools/imgui/
H A Dimgui_impl_opengl3.cpp175 for (int n = 0; n < draw_data->CmdListsCount; n++)
/xsrc/external/mit/MesaLib/dist/src/intel/tools/imgui/
H A Dimgui_impl_opengl3.cpp175 for (int n = 0; n < draw_data->CmdListsCount; n++)
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h1893 int CmdListsCount; // Number of ImDrawList* to render member in struct:ImDrawData
1903 void Clear() { Valid = false; CmdLists = NULL; CmdListsCount = TotalVtxCount = TotalIdxCount = 0; DisplayPos = DisplaySize = FramebufferScale = ImVec2(0.f, 0.f); } // The ImDrawList are owned by ImGuiContext!
H A Dimgui_draw.cpp1276 for (int i = 0; i < CmdListsCount; i++)
1295 for (int i = 0; i < CmdListsCount; i++)
H A Dimgui.cpp277 for (int n = 0; n < draw_data->CmdListsCount; n++)
497 parameters: 'cmd_lists' becomes 'draw_data->CmdLists', 'cmd_lists_count' becomes 'draw_data->CmdListsCount'
3732 draw_data->CmdListsCount = draw_lists->Size;
3891 if (g.DrawData.CmdListsCount > 0 && g.IO.RenderDrawListsFn != NULL)
/xsrc/external/mit/MesaLib.old/dist/src/vulkan/overlay-layer/
H A Doverlay.cpp1006 for (int n = 0; n < draw_data->CmdListsCount; n++)
1071 for (int n = 0; n < draw_data->CmdListsCount; n++)
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h1893 int CmdListsCount; // Number of ImDrawList* to render member in struct:ImDrawData
1903 void Clear() { Valid = false; CmdLists = NULL; CmdListsCount = TotalVtxCount = TotalIdxCount = 0; DisplayPos = DisplaySize = FramebufferScale = ImVec2(0.f, 0.f); } // The ImDrawList are owned by ImGuiContext!
H A Dimgui_draw.cpp1276 for (int i = 0; i < CmdListsCount; i++)
1295 for (int i = 0; i < CmdListsCount; i++)
H A Dimgui.cpp277 for (int n = 0; n < draw_data->CmdListsCount; n++)
497 parameters: 'cmd_lists' becomes 'draw_data->CmdLists', 'cmd_lists_count' becomes 'draw_data->CmdListsCount'
3732 draw_data->CmdListsCount = draw_lists->Size;
3891 if (g.DrawData.CmdListsCount > 0 && g.IO.RenderDrawListsFn != NULL)
/xsrc/external/mit/MesaLib/dist/src/vulkan/overlay-layer/
H A Doverlay.cpp1245 for (int n = 0; n < draw_data->CmdListsCount; n++)
1310 for (int n = 0; n < draw_data->CmdListsCount; n++)

Completed in 68 milliseconds