Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DSwapChainTests.cpp188 glfwSetWindowSize(window, 400 - 10 * i, 400 + 10 * i); in TEST_P()
201 glfwSetWindowSize(window, 400 - 10 * i, 400 + 10 * i); in TEST_P()
/third_party/flutter/engine/flutter/shell/platform/glfw/
Dflutter_glfw.cc637 glfwSetWindowSize(flutter_window->window, width - frame_left - frame_right, in FlutterDesktopWindowSetFrame()
650 glfwSetWindowSize(flutter_window->window, width, height); in FlutterDesktopSetWindowSize()
/third_party/flutter/glfw/include/GLFW/
Dglfw3.h2176 GLFWAPI void glfwSetWindowSize(GLFWwindow* window, int width, int height);
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h2162 GLFWAPI void glfwSetWindowSize(GLFWwindow* window, int width, int height);
/third_party/flutter/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h2162 GLFWAPI void glfwSetWindowSize(GLFWwindow* window, int width, int height);
/third_party/flutter/glfw/docs/
Dwindow.dox81 resolution you can also call @ref glfwSetWindowSize. In all cases, the new
176 glfwSetWindowSize function. This hint is ignored for full screen windows.
460 The size of a window can be changed with @ref glfwSetWindowSize. For windowed
466 glfwSetWindowSize(window, 640, 480);
/third_party/flutter/glfw/src/
Dwindow.c491 GLFWAPI void glfwSetWindowSize(GLFWwindow* handle, int width, int height) in glfwSetWindowSize() function