Searched refs:Items_SingleStringGetter (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_widgets.cpp | 1397 static bool Items_SingleStringGetter(void* data, int idx, const char** out_text) function in typeref:typename:bool 1475 bool value_changed = Combo(label, current_item, Items_SingleStringGetter, (void*)items_separated_by_zeros, items_count, height_in_items);
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui_widgets.cpp | 1397 static bool Items_SingleStringGetter(void* data, int idx, const char** out_text) function in typeref:typename:bool 1475 bool value_changed = Combo(label, current_item, Items_SingleStringGetter, (void*)items_separated_by_zeros, items_count, height_in_items);
|
Completed in 26 milliseconds