Home
last modified time | relevance | path

Searched refs:glfwGetWindowUserPointer (Results 1 - 5 of 5) sorted by relevance

/third_party/glfw/tests/
H A Devents.c292 Slot* slot = glfwGetWindowUserPointer(window); in window_pos_callback()
299 Slot* slot = glfwGetWindowUserPointer(window); in window_size_callback()
306 Slot* slot = glfwGetWindowUserPointer(window); in framebuffer_size_callback()
313 Slot* slot = glfwGetWindowUserPointer(window); in window_content_scale_callback()
320 Slot* slot = glfwGetWindowUserPointer(window); in window_close_callback()
335 Slot* slot = glfwGetWindowUserPointer(window); in window_refresh_callback()
346 Slot* slot = glfwGetWindowUserPointer(window); in window_focus_callback()
354 Slot* slot = glfwGetWindowUserPointer(window); in window_iconify_callback()
362 Slot* slot = glfwGetWindowUserPointer(window); in window_maximize_callback()
370 Slot* slot = glfwGetWindowUserPointer(windo in mouse_button_callback()
[all...]
H A Dtriangle-vulkan.c1485 struct demo* demo = glfwGetWindowUserPointer(window); in demo_refresh_callback()
1490 struct demo* demo = glfwGetWindowUserPointer(window); in demo_resize_callback()
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
H A Dglfw3.h2496 * @sa glfwGetWindowUserPointer
2523 GLFWAPI void* glfwGetWindowUserPointer(GLFWwindow* window);
/third_party/glfw/include/GLFW/
H A Dglfw3.h4171 * @sa @ref glfwGetWindowUserPointer
4198 GLFWAPI void* glfwGetWindowUserPointer(GLFWwindow* window);
/third_party/glfw/src/
H A Dwindow.c1049 GLFWAPI void* glfwGetWindowUserPointer(GLFWwindow* handle) in glfwGetWindowUserPointer() function

Completed in 19 milliseconds