Home
last modified time | relevance | path

Searched refs:glfwSetWindowRefreshCallback (Results 1 - 7 of 7) sorted by relevance

/third_party/glfw/tests/
H A Diconify.c269 glfwSetWindowRefreshCallback(windows[i], window_refresh_callback); in main()
H A Devents.c642 glfwSetWindowRefreshCallback(slots[i].window, window_refresh_callback); in main()
H A Dtriangle-vulkan.c1533 glfwSetWindowRefreshCallback(demo->window, demo_refresh_callback); in demo_create_window()
/third_party/glfw/examples/
H A Dsplitview.c511 glfwSetWindowRefreshCallback(window, windowRefreshFun); in main()
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
H A Dglfw3.h872 * @sa glfwSetWindowRefreshCallback
2634 GLFWAPI GLFWwindowrefreshfun glfwSetWindowRefreshCallback(GLFWwindow* window, GLFWwindowrefreshfun cbfun);
/third_party/glfw/include/GLFW/
H A Dglfw3.h1669 * @sa @ref glfwSetWindowRefreshCallback
4341 GLFWAPI GLFWwindowrefreshfun glfwSetWindowRefreshCallback(GLFWwindow* window, GLFWwindowrefreshfun callback);
/third_party/glfw/src/
H A Dwindow.c1095 GLFWAPI GLFWwindowrefreshfun glfwSetWindowRefreshCallback(GLFWwindow* handle, in glfwSetWindowRefreshCallback() function

Completed in 19 milliseconds