Searched refs:ImDrawCallback (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h1728 typedef void (*ImDrawCallback)(const ImDrawList* parent_list, const ImDrawCmd* cmd); typedef in typeref:typename:void (*)(const ImDrawList * parent_list,const ImDrawCmd * cmd)
1736 ImDrawCallback UserCallback; // If != NULL, call the function instead of rendering the vertices. clip_rect and texture_id will be set normally.
1868 IMGUI_API void AddCallback(ImDrawCallback callback, void* callback_data); // Your rendering function must check for 'UserCallback' in ImDrawCmd and call the function instead of rendering triangles.
H A Dimgui_draw.cpp422 void ImDrawList::AddCallback(ImDrawCallback callback, void* callback_data)
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h1728 typedef void (*ImDrawCallback)(const ImDrawList* parent_list, const ImDrawCmd* cmd); typedef in typeref:typename:void (*)(const ImDrawList * parent_list,const ImDrawCmd * cmd)
1736 ImDrawCallback UserCallback; // If != NULL, call the function instead of rendering the vertices. clip_rect and texture_id will be set normally.
1868 IMGUI_API void AddCallback(ImDrawCallback callback, void* callback_data); // Your rendering function must check for 'UserCallback' in ImDrawCmd and call the function instead of rendering triangles.
H A Dimgui_draw.cpp422 void ImDrawList::AddCallback(ImDrawCallback callback, void* callback_data)

Completed in 29 milliseconds