Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_allegro5.cpp59 struct ImGui_ImplAllegro5_Data struct
68 ImGui_ImplAllegro5_Data() { memset(this, 0, sizeof(*this)); } in ImGui_ImplAllegro5_Data() argument
74 static ImGui_ImplAllegro5_Data* ImGui_ImplAllegro5_GetBackendData() { return ImGui::GetCurrentC… in ImGui_ImplAllegro5_GetBackendData()
111 ImGui_ImplAllegro5_Data* bd = ImGui_ImplAllegro5_GetBackendData(); in ImGui_ImplAllegro5_RenderDrawData()
199 ImGui_ImplAllegro5_Data* bd = ImGui_ImplAllegro5_GetBackendData(); in ImGui_ImplAllegro5_CreateDeviceObjects()
247 ImGui_ImplAllegro5_Data* bd = ImGui_ImplAllegro5_GetBackendData(); in ImGui_ImplAllegro5_InvalidateDeviceObjects()
264 ImGui_ImplAllegro5_Data* bd = ImGui_ImplAllegro5_GetBackendData(); in ImGui_ImplAllegro5_GetClipboardText()
273 ImGui_ImplAllegro5_Data* bd = ImGui_ImplAllegro5_GetBackendData(); in ImGui_ImplAllegro5_SetClipboardText()
284 ImGui_ImplAllegro5_Data* bd = IM_NEW(ImGui_ImplAllegro5_Data)(); in ImGui_ImplAllegro5_Init()
338 ImGui_ImplAllegro5_Data* bd = ImGui_ImplAllegro5_GetBackendData(); in ImGui_ImplAllegro5_Shutdown()
[all …]