Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui.h205 …IMGUI_API bool DebugCheckVersionAndDataLayout(const char* version_str, size_t sz_io, size…
Dimgui.cpp3002 bool ImGui::DebugCheckVersionAndDataLayout(const char* version, size_t sz_io, size_t sz_style, size… in DebugCheckVersionAndDataLayout() argument
3006 …if (sz_io != sizeof(ImGuiIO)) { error = true; IM_ASSERT(sz_io == sizeof(ImGuiIO) … in DebugCheckVersionAndDataLayout()