Searched refs:ChannelsSplit (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h93 struct ImDrawChannel; // Temporary storage for ImDrawList ot output draw commands out of order, used by ImDrawList::ChannelsSplit()
1863 IMGUI_API void ChannelsSplit(int channels_count);
H A Dimgui_draw.cpp523 void ImDrawList::ChannelsSplit(int channels_count) function in class:ImDrawList
H A Dimgui.cpp8380 window->DrawList->ChannelsSplit(columns->Count);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h93 struct ImDrawChannel; // Temporary storage for ImDrawList ot output draw commands out of order, used by ImDrawList::ChannelsSplit()
1863 IMGUI_API void ChannelsSplit(int channels_count);
H A Dimgui_draw.cpp523 void ImDrawList::ChannelsSplit(int channels_count) function in class:ImDrawList
H A Dimgui.cpp8380 window->DrawList->ChannelsSplit(columns->Count);

Completed in 61 milliseconds