Lines Matching defs:handle

326 GLFWAPI void glfwGetMonitorPos(GLFWmonitor* handle, int* xpos, int* ypos)
335 _GLFWmonitor* monitor = (_GLFWmonitor*) handle;
341 GLFWAPI void glfwGetMonitorWorkarea(GLFWmonitor* handle,
356 _GLFWmonitor* monitor = (_GLFWmonitor*) handle;
362 GLFWAPI void glfwGetMonitorPhysicalSize(GLFWmonitor* handle, int* widthMM, int* heightMM)
371 _GLFWmonitor* monitor = (_GLFWmonitor*) handle;
380 GLFWAPI void glfwGetMonitorContentScale(GLFWmonitor* handle,
390 _GLFWmonitor* monitor = (_GLFWmonitor*) handle;
396 GLFWAPI const char* glfwGetMonitorName(GLFWmonitor* handle)
400 _GLFWmonitor* monitor = (_GLFWmonitor*) handle;
406 GLFWAPI void glfwSetMonitorUserPointer(GLFWmonitor* handle, void* pointer)
410 _GLFWmonitor* monitor = (_GLFWmonitor*) handle;
416 GLFWAPI void* glfwGetMonitorUserPointer(GLFWmonitor* handle)
420 _GLFWmonitor* monitor = (_GLFWmonitor*) handle;
433 GLFWAPI const GLFWvidmode* glfwGetVideoModes(GLFWmonitor* handle, int* count)
441 _GLFWmonitor* monitor = (_GLFWmonitor*) handle;
451 GLFWAPI const GLFWvidmode* glfwGetVideoMode(GLFWmonitor* handle)
455 _GLFWmonitor* monitor = (_GLFWmonitor*) handle;
464 GLFWAPI void glfwSetGamma(GLFWmonitor* handle, float gamma)
475 assert(handle != NULL);
483 original = glfwGetGammaRamp(handle);
508 glfwSetGammaRamp(handle, &ramp);
512 GLFWAPI const GLFWgammaramp* glfwGetGammaRamp(GLFWmonitor* handle)
516 _GLFWmonitor* monitor = (_GLFWmonitor*) handle;
526 GLFWAPI void glfwSetGammaRamp(GLFWmonitor* handle, const GLFWgammaramp* ramp)
536 _GLFWmonitor* monitor = (_GLFWmonitor*) handle;