Searched refs:GLFWgammaramp (Results 1 - 14 of 14) sorted by relevance
/third_party/glfw/src/ |
H A D | monitor.c | 200 void _glfwAllocGammaArrays(GLFWgammaramp* ramp, unsigned int size) in _glfwAllocGammaArrays() 210 void _glfwFreeGammaArrays(GLFWgammaramp* ramp) in _glfwFreeGammaArrays() 216 memset(ramp, 0, sizeof(GLFWgammaramp)); in _glfwFreeGammaArrays() 468 GLFWgammaramp ramp; in glfwSetGamma() 469 const GLFWgammaramp* original; in glfwSetGamma() 512 GLFWAPI const GLFWgammaramp* glfwGetGammaRamp(GLFWmonitor* handle) in glfwGetGammaRamp() 526 GLFWAPI void glfwSetGammaRamp(GLFWmonitor* handle, const GLFWgammaramp* ramp) in glfwSetGammaRamp()
|
H A D | null_monitor.c | 118 GLFWbool _glfwGetGammaRampNull(_GLFWmonitor* monitor, GLFWgammaramp* ramp) in _glfwGetGammaRampNull() 147 void _glfwSetGammaRampNull(_GLFWmonitor* monitor, const GLFWgammaramp* ramp) in _glfwSetGammaRampNull()
|
H A D | null_platform.h | 192 GLFWgammaramp ramp; 219 GLFWbool _glfwGetGammaRampNull(_GLFWmonitor* monitor, GLFWgammaramp* ramp); 220 void _glfwSetGammaRampNull(_GLFWmonitor* monitor, const GLFWgammaramp* ramp);
|
H A D | internal.h | 607 GLFWgammaramp originalRamp; 608 GLFWgammaramp currentRamp; 714 GLFWbool (*getGammaRamp)(_GLFWmonitor*,GLFWgammaramp*); 715 void (*setGammaRamp)(_GLFWmonitor*,const GLFWgammaramp*); 977 void _glfwAllocGammaArrays(GLFWgammaramp* ramp, unsigned int size); 978 void _glfwFreeGammaArrays(GLFWgammaramp* ramp);
|
H A D | wl_monitor.c | 242 GLFWbool _glfwGetGammaRampWayland(_GLFWmonitor* monitor, GLFWgammaramp* ramp) in _glfwGetGammaRampWayland() 249 void _glfwSetGammaRampWayland(_GLFWmonitor* monitor, const GLFWgammaramp* ramp) in _glfwSetGammaRampWayland()
|
H A D | cocoa_platform.h | 285 GLFWbool _glfwGetGammaRampCocoa(_GLFWmonitor* monitor, GLFWgammaramp* ramp); 286 void _glfwSetGammaRampCocoa(_GLFWmonitor* monitor, const GLFWgammaramp* ramp);
|
H A D | win32_monitor.c | 497 GLFWbool _glfwGetGammaRampWin32(_GLFWmonitor* monitor, GLFWgammaramp* ramp) in _glfwGetGammaRampWin32() 515 void _glfwSetGammaRampWin32(_GLFWmonitor* monitor, const GLFWgammaramp* ramp) in _glfwSetGammaRampWin32()
|
H A D | win32_platform.h | 613 GLFWbool _glfwGetGammaRampWin32(_GLFWmonitor* monitor, GLFWgammaramp* ramp); 614 void _glfwSetGammaRampWin32(_GLFWmonitor* monitor, const GLFWgammaramp* ramp);
|
H A D | x11_monitor.c | 534 GLFWbool _glfwGetGammaRampX11(_GLFWmonitor* monitor, GLFWgammaramp* ramp) in _glfwGetGammaRampX11() 572 void _glfwSetGammaRampX11(_GLFWmonitor* monitor, const GLFWgammaramp* ramp) in _glfwSetGammaRampX11()
|
H A D | wl_platform.h | 681 GLFWbool _glfwGetGammaRampWayland(_GLFWmonitor* monitor, GLFWgammaramp* ramp); 682 void _glfwSetGammaRampWayland(_GLFWmonitor* monitor, const GLFWgammaramp* ramp);
|
H A D | x11_platform.h | 972 GLFWbool _glfwGetGammaRampX11(_GLFWmonitor* monitor, GLFWgammaramp* ramp); 973 void _glfwSetGammaRampX11(_GLFWmonitor* monitor, const GLFWgammaramp* ramp);
|
/third_party/glfw/tests/ |
H A D | gamma.c | 92 GLFWgammaramp orig_ramp; in main() 115 const GLFWgammaramp* ramp = glfwGetGammaRamp(monitor); in main() 155 const GLFWgammaramp* ramp; in main()
|
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/ |
H A D | glfw3.h | 1162 typedef struct GLFWgammaramp struct 1176 } GLFWgammaramp; typedef 1629 GLFWAPI const GLFWgammaramp* glfwGetGammaRamp(GLFWmonitor* monitor); 1659 GLFWAPI void glfwSetGammaRamp(GLFWmonitor* monitor, const GLFWgammaramp* ramp);
|
/third_party/glfw/include/GLFW/ |
H A D | glfw3.h | 2061 typedef struct GLFWgammaramp struct 2075 } GLFWgammaramp; typedef 2959 GLFWAPI const GLFWgammaramp* glfwGetGammaRamp(GLFWmonitor* monitor); 3000 GLFWAPI void glfwSetGammaRamp(GLFWmonitor* monitor, const GLFWgammaramp* ramp);
|
Completed in 26 milliseconds