Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui.cpp1073 static void* GImAllocatorUserData = NULL; variable
2957 return GImAllocatorAllocFunc(size, GImAllocatorUserData); in MemAlloc()
2965 return GImAllocatorFreeFunc(ptr, GImAllocatorUserData); in MemFree()
3018 GImAllocatorUserData = user_data; in SetAllocatorFunctions()