Searched refs:items_separated_by_zeros (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imgui_widgets.cpp | 1400 const char* items_separated_by_zeros = (const char*)data; in Items_SingleStringGetter() local 1402 const char* p = items_separated_by_zeros; in Items_SingleStringGetter() 1466 bool ImGui::Combo(const char* label, int* current_item, const char* items_separated_by_zeros, int h… in Combo() argument 1469 …const char* p = items_separated_by_zeros; // FIXME-OPT: Avoid computing this, or at least on… in Combo() 1475 …d = Combo(label, current_item, Items_SingleStringGetter, (void*)items_separated_by_zeros, items_co… in Combo()
|
D | imgui.h | 405 … Combo(const char* label, int* current_item, const char* items_separated_by_zeros, int popu…
|