Home
last modified time | relevance | path

Searched refs:GLFWgammaramp (Results 1 - 14 of 14) sorted by relevance

/third_party/glfw/src/
H A Dmonitor.c200 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 Dnull_monitor.c118 GLFWbool _glfwGetGammaRampNull(_GLFWmonitor* monitor, GLFWgammaramp* ramp) in _glfwGetGammaRampNull()
147 void _glfwSetGammaRampNull(_GLFWmonitor* monitor, const GLFWgammaramp* ramp) in _glfwSetGammaRampNull()
H A Dnull_platform.h192 GLFWgammaramp ramp;
219 GLFWbool _glfwGetGammaRampNull(_GLFWmonitor* monitor, GLFWgammaramp* ramp);
220 void _glfwSetGammaRampNull(_GLFWmonitor* monitor, const GLFWgammaramp* ramp);
H A Dinternal.h607 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 Dwl_monitor.c242 GLFWbool _glfwGetGammaRampWayland(_GLFWmonitor* monitor, GLFWgammaramp* ramp) in _glfwGetGammaRampWayland()
249 void _glfwSetGammaRampWayland(_GLFWmonitor* monitor, const GLFWgammaramp* ramp) in _glfwSetGammaRampWayland()
H A Dcocoa_platform.h285 GLFWbool _glfwGetGammaRampCocoa(_GLFWmonitor* monitor, GLFWgammaramp* ramp);
286 void _glfwSetGammaRampCocoa(_GLFWmonitor* monitor, const GLFWgammaramp* ramp);
H A Dwin32_monitor.c497 GLFWbool _glfwGetGammaRampWin32(_GLFWmonitor* monitor, GLFWgammaramp* ramp) in _glfwGetGammaRampWin32()
515 void _glfwSetGammaRampWin32(_GLFWmonitor* monitor, const GLFWgammaramp* ramp) in _glfwSetGammaRampWin32()
H A Dwin32_platform.h613 GLFWbool _glfwGetGammaRampWin32(_GLFWmonitor* monitor, GLFWgammaramp* ramp);
614 void _glfwSetGammaRampWin32(_GLFWmonitor* monitor, const GLFWgammaramp* ramp);
H A Dx11_monitor.c534 GLFWbool _glfwGetGammaRampX11(_GLFWmonitor* monitor, GLFWgammaramp* ramp) in _glfwGetGammaRampX11()
572 void _glfwSetGammaRampX11(_GLFWmonitor* monitor, const GLFWgammaramp* ramp) in _glfwSetGammaRampX11()
H A Dwl_platform.h681 GLFWbool _glfwGetGammaRampWayland(_GLFWmonitor* monitor, GLFWgammaramp* ramp);
682 void _glfwSetGammaRampWayland(_GLFWmonitor* monitor, const GLFWgammaramp* ramp);
H A Dx11_platform.h972 GLFWbool _glfwGetGammaRampX11(_GLFWmonitor* monitor, GLFWgammaramp* ramp);
973 void _glfwSetGammaRampX11(_GLFWmonitor* monitor, const GLFWgammaramp* ramp);
/third_party/glfw/tests/
H A Dgamma.c92 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 Dglfw3.h1162 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 Dglfw3.h2061 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 30 milliseconds