Searched refs:open_window (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/glfw/tests/ |
D | sharing.c | 53 static GLFWwindow* open_window(const char* title, GLFWwindow* share, int posX, int posY) in open_window() function 137 windows[0] = open_window("First", NULL, OFFSET, OFFSET); in main() 153 windows[1] = open_window("Second", windows[0], x + width + OFFSET, y); in main()
|
D | reopen.c | 72 static GLFWwindow* open_window(int width, int height, GLFWmonitor* monitor) in open_window() function 149 window = open_window(width, height, monitor); in main()
|