Home
last modified time | relevance | path

Searched refs:ChannelsSetCurrent (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_draw.cpp562 ChannelsSetCurrent(0); in ChannelsMerge()
590 void ImDrawList::ChannelsSetCurrent(int idx) in ChannelsSetCurrent() function in ImDrawList
Dimgui.h1865 IMGUI_API void ChannelsSetCurrent(int channel_index);
Dimgui.cpp8168 window->DrawList->ChannelsSetCurrent(columns->Current); in NextColumn()
8173 window->DrawList->ChannelsSetCurrent(0); in NextColumn()