Home
last modified time | relevance | path

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

/third_party/flutter/glfw/tests/
Diconify.c71 glfwMaximizeWindow(window); in key_callback()
/third_party/flutter/glfw/include/GLFW/
Dglfw3.h2321 GLFWAPI void glfwMaximizeWindow(GLFWwindow* window);
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h2304 GLFWAPI void glfwMaximizeWindow(GLFWwindow* window);
/third_party/flutter/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h2304 GLFWAPI void glfwMaximizeWindow(GLFWwindow* window);
/third_party/flutter/glfw/src/
Dwindow.c628 GLFWAPI void glfwMaximizeWindow(GLFWwindow* handle) in glfwMaximizeWindow() function
/third_party/flutter/glfw/docs/
Dnews.dox26 GLFW now supports window maximization with @ref glfwMaximizeWindow and the
Dwindow.dox893 the user or with @ref glfwMaximizeWindow.