Home
last modified time | relevance | path

Searched refs:items_separated_by_zeros (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_widgets.cpp1400 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()
Dimgui.h405 … Combo(const char* label, int* current_item, const char* items_separated_by_zeros, int popu…