Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_memory_editor.h280 const char* format_byte_space = OptUpperCaseHex ? "%02X " : "%02x "; member
385 ImGui::Text(format_byte_space, b);
392 ImGui::Text(format_byte_space, b);