Lines Matching refs:monitor
188 // Null-specific per-monitor data
213 void _glfwFreeMonitorNull(_GLFWmonitor* monitor);
214 void _glfwGetMonitorPosNull(_GLFWmonitor* monitor, int* xpos, int* ypos);
215 void _glfwGetMonitorContentScaleNull(_GLFWmonitor* monitor, float* xscale, float* yscale);
216 void _glfwGetMonitorWorkareaNull(_GLFWmonitor* monitor, int* xpos, int* ypos, int* width, int* height);
217 GLFWvidmode* _glfwGetVideoModesNull(_GLFWmonitor* monitor, int* found);
218 GLFWbool _glfwGetVideoModeNull(_GLFWmonitor* monitor, GLFWvidmode* mode);
219 GLFWbool _glfwGetGammaRampNull(_GLFWmonitor* monitor, GLFWgammaramp* ramp);
220 void _glfwSetGammaRampNull(_GLFWmonitor* monitor, const GLFWgammaramp* ramp);
226 void _glfwSetWindowMonitorNull(_GLFWwindow* window, _GLFWmonitor* monitor, int xpos, int ypos, int width, int height, int refreshRate);