Lines Matching refs:_GLFWwindow
41 void _glfwInputWindowFocus(_GLFWwindow* window, GLFWbool focused) in _glfwInputWindowFocus()
71 void _glfwInputWindowPos(_GLFWwindow* window, int x, int y) in _glfwInputWindowPos()
77 void _glfwInputWindowSize(_GLFWwindow* window, int width, int height) in _glfwInputWindowSize()
83 void _glfwInputWindowIconify(_GLFWwindow* window, GLFWbool iconified) in _glfwInputWindowIconify()
89 void _glfwInputFramebufferSize(_GLFWwindow* window, int width, int height) in _glfwInputFramebufferSize()
95 void _glfwInputWindowDamage(_GLFWwindow* window) in _glfwInputWindowDamage()
101 void _glfwInputWindowCloseRequest(_GLFWwindow* window) in _glfwInputWindowCloseRequest()
109 void _glfwInputWindowMonitorChange(_GLFWwindow* window, _GLFWmonitor* monitor) in _glfwInputWindowMonitorChange()
127 _GLFWwindow* window; in glfwCreateWindow()
128 _GLFWwindow* previous; in glfwCreateWindow()
150 ctxconfig.share = (_GLFWwindow*) share; in glfwCreateWindow()
165 window = calloc(1, sizeof(_GLFWwindow)); in glfwCreateWindow()
378 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwDestroyWindow()
398 _GLFWwindow** prev = &_glfw.windowListHead; in glfwDestroyWindow()
411 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwWindowShouldClose()
420 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowShouldClose()
429 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowTitle()
441 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowIcon()
452 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwGetWindowPos()
466 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowPos()
479 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwGetWindowSize()
493 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowSize()
508 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowSizeLimits()
551 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowAspectRatio()
578 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwGetFramebufferSize()
594 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwGetWindowFrameSize()
612 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwIconifyWindow()
621 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwRestoreWindow()
630 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwMaximizeWindow()
639 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwShowWindow()
653 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwHideWindow()
666 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwFocusWindow()
676 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwGetWindowAttrib()
727 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwGetWindowMonitor()
740 _GLFWwindow* window = (_GLFWwindow*) wh; in glfwSetWindowMonitor()
773 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowUserPointer()
782 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwGetWindowUserPointer()
792 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowPosCallback()
803 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowSizeCallback()
814 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowCloseCallback()
825 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowRefreshCallback()
836 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowFocusCallback()
847 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowIconifyCallback()
858 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetFramebufferSizeCallback()