Searched refs:Items_ArrayGetter (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_widgets.cpp1388 static bool Items_ArrayGetter(void* data, int idx, const char** out_text) function in typeref:typename:bool
1461 const bool value_changed = Combo(label, current_item, Items_ArrayGetter, (void*)items, items_count, height_in_items);
5203 const bool value_changed = ListBox(label, current_item, Items_ArrayGetter, (void*)items, items_count, height_items);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_widgets.cpp1388 static bool Items_ArrayGetter(void* data, int idx, const char** out_text) function in typeref:typename:bool
1461 const bool value_changed = Combo(label, current_item, Items_ArrayGetter, (void*)items, items_count, height_in_items);
5203 const bool value_changed = ListBox(label, current_item, Items_ArrayGetter, (void*)items, items_count, height_items);

Completed in 43 milliseconds