Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui.h1475 …bool IsDataType(const char* type) const { return DataFrameCount != -1 && strcmp(type, DataType) ==… in IsDataType() function
Dimgui.cpp8712 if (type != NULL && !payload.IsDataType(type)) in AcceptDragDropPayload()