Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_memory_editor.h502 …if (ImGui::BeginCombo("##combo_type", DataTypeGetDesc(PreviewDataType), ImGuiComboFlags_HeightLarg…
505 if (ImGui::Selectable(DataTypeGetDesc((DataType)n), PreviewDataType == n))
536 const char* DataTypeGetDesc(DataType data_type) const in DataTypeGetDesc() function