Searched refs:glfwSetWindowSize (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | SwapChainTests.cpp | 188 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/ |
D | flutter_glfw.cc | 637 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/ |
D | glfw3.h | 2176 GLFWAPI void glfwSetWindowSize(GLFWwindow* window, int width, int height);
|
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/ |
D | glfw3.h | 2162 GLFWAPI void glfwSetWindowSize(GLFWwindow* window, int width, int height);
|
/third_party/flutter/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/ |
D | glfw3.h | 2162 GLFWAPI void glfwSetWindowSize(GLFWwindow* window, int width, int height);
|
/third_party/flutter/glfw/docs/ |
D | window.dox | 81 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/ |
D | window.c | 491 GLFWAPI void glfwSetWindowSize(GLFWwindow* handle, int width, int height) in glfwSetWindowSize() function
|