Home
last modified time | relevance | path

Searched refs:GImAllocatorFreeFunc (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp988 static ImGuiMemFreeFunc GImAllocatorFreeFunc = FreeWrapper; variable
3375 return (*GImAllocatorFreeFunc)(ptr, GImAllocatorUserData); in MemFree()
3415 GImAllocatorFreeFunc = free_func; in SetAllocatorFunctions()
3423 *p_free_func = GImAllocatorFreeFunc; in GetAllocatorFunctions()
/third_party/mesa3d/src/imgui/
H A Dimgui.cpp1072 static void (*GImAllocatorFreeFunc)(void* ptr, void* user_data) = FreeWrapper; variable
2965 return GImAllocatorFreeFunc(ptr, GImAllocatorUserData); in MemFree()
3017 GImAllocatorFreeFunc = free_func; in SetAllocatorFunctions()

Completed in 38 milliseconds