Searched refs:data_next (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_memory_editor.h238 bool data_next = false; local in function:MemoryEditor::DrawContents
350 data_write = data_next = true;
356 data_write = data_next = true;
358 data_write = data_next = false;
431 if (data_next && DataEditingAddr < mem_size)
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_memory_editor.h240 bool data_next = false; local in function:MemoryEditor::DrawContents
352 data_write = data_next = true;
358 data_write = data_next = true;
360 data_write = data_next = false;
433 if (data_next && DataEditingAddr < mem_size)

Completed in 5 milliseconds