Searched refs:WriteFn (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_memory_editor.h23 // - v0.13: added optional ReadFn/WriteFn handlers to access memory via a function. various warning fixes for 64-bits.
98 void (*WriteFn)(u8* data, size_t off, u8 d); // = NULL // optional handler to write bytes. member in struct:MemoryEditor
129 WriteFn = NULL;
362 if (WriteFn)
363 WriteFn(mem_data, addr, (u8)data_input_value);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_memory_editor.h23 // - v0.13: added optional ReadFn/WriteFn handlers to access memory via a function. various warning fixes for 64-bits.
100 void (*WriteFn)(u8* data, size_t off, u8 d); // = NULL // optional handler to write bytes. member in struct:MemoryEditor
131 WriteFn = NULL;
364 if (WriteFn)
365 WriteFn(mem_data, addr, (u8)data_input_value);
/xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
H A Daubinator_viewer.cpp536 window->editor.WriteFn = write_edit_window;
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Daubinator_viewer.cpp534 window->editor.WriteFn = write_edit_window;

Completed in 16 milliseconds