Home
last modified time | relevance | path

Searched refs:SetDragDropPayload (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui.h585 …IMGUI_API bool SetDragDropPayload(const char* type, const void* data, size_t size, ImGuiC…
Dimgui_widgets.cpp4466SetDragDropPayload(IMGUI_PAYLOAD_TYPE_COLOR_3F, &col, sizeof(float) * 3, ImGuiCond_Once); in ColorButton()
4468SetDragDropPayload(IMGUI_PAYLOAD_TYPE_COLOR_4F, &col, sizeof(float) * 4, ImGuiCond_Once); in ColorButton()
Dimgui.cpp8604 bool ImGui::SetDragDropPayload(const char* type, const void* data, size_t data_size, ImGuiCond cond) in SetDragDropPayload() function in ImGui