Searched refs:DrawWindow (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dreflect.c298 DrawWindow(void) function in typeref:typename:void
554 glutDisplayFunc(DrawWindow);
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_memory_editor.h11 // mem_edit_1.DrawWindow("Memory Editor", mem_block, mem_block_size, 0x0000); // create a window and draw memory editor (if you already have a window, use DrawContents())
30 // - v0.20: added options menu. added OptShowAscii checkbox. added optional HexII display. split Draw() in DrawWindow()/DrawContents(). fixing glyph width. refactoring/cleaning code.
85 bool Open; // = true // set to false when DrawWindow() was closed. ignore if not using DrawWindow().
190 void DrawWindow(const char* title, void* mem_data, size_t mem_size, size_t base_display_addr = 0x0000) function in struct:MemoryEditor
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_memory_editor.h11 // mem_edit_1.DrawWindow("Memory Editor", mem_block, mem_block_size, 0x0000); // create a window and draw memory editor (if you already have a window, use DrawContents())
30 // - v0.20: added options menu. added OptShowAscii checkbox. added optional HexII display. split Draw() in DrawWindow()/DrawContents(). fixing glyph width. refactoring/cleaning code.
87 bool Open; // = true // set to false when DrawWindow() was closed. ignore if not using DrawWindow().
192 void DrawWindow(const char* title, void* mem_data, size_t mem_size, size_t base_display_addr = 0x0000) function in struct:MemoryEditor

Completed in 6 milliseconds