Searched refs:PlotHistogram (Results 1 – 4 of 4) sorted by relevance
/external/skia/tools/viewer/ |
D | SkottieSlide.cpp | 343 ImGui::PlotHistogram("", fFrameTimes.data(), fFrameTimes.size(), in renderUI()
|
/external/mesa3d/src/imgui/ |
D | imgui.h | 508 …IMGUI_API void PlotHistogram(const char* label, const float* values, int values_count, in… 509 …IMGUI_API void PlotHistogram(const char* label, float(*values_getter)(void* data, int idx…
|
D | imgui_widgets.cpp | 5386 void ImGui::PlotHistogram(const char* label, const float* values, int values_count, int values_offs… in PlotHistogram() function in ImGui 5392 void ImGui::PlotHistogram(const char* label, float (*values_getter)(void* data, int idx), void* dat… in PlotHistogram() function in ImGui
|
/external/mesa3d/src/vulkan/overlay-layer/ |
D | overlay.cpp | 976 ImGui::PlotHistogram(hash, get_time_stat, data, in compute_swapchain_display() 984 ImGui::PlotHistogram(hash, get_stat, data, in compute_swapchain_display()
|