Searched defs:TempBuffer (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h566 ImVector<char> TempBuffer; // temporary buffer for callback and other other operations. size=capacity. member in struct:ImGuiInputTextState
931 char TempBuffer[1024*3+1]; // Temporary text buffer member in struct:ImGuiContext
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h566 ImVector<char> TempBuffer; // temporary buffer for callback and other other operations. size=capacity. member in struct:ImGuiInputTextState
931 char TempBuffer[1024*3+1]; // Temporary text buffer member in struct:ImGuiContext

Completed in 11 milliseconds