Home
last modified time | relevance | path

Searched refs:GL_FRAMEBUFFER_SRGB (Results 1 – 25 of 495) sorted by relevance

12345678910>>...20

/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_framebuffer_srgb/
H A Dpushpop.c51 GLboolean ret = glIsEnabled(GL_FRAMEBUFFER_SRGB); in test_enabled()
70 glEnable(GL_FRAMEBUFFER_SRGB); in pushpop()
72 glDisable(GL_FRAMEBUFFER_SRGB); in pushpop()
79 glDisable(GL_FRAMEBUFFER_SRGB); in pushpop()
81 glEnable(GL_FRAMEBUFFER_SRGB); in pushpop()
H A Dfast-clear-blend.c117 glEnable(GL_FRAMEBUFFER_SRGB); in test_color()
127 glEnable(GL_FRAMEBUFFER_SRGB); in test_color()
139 glDisable(GL_FRAMEBUFFER_SRGB); in test_color()
H A Dblit.c446 glDisable(GL_FRAMEBUFFER_SRGB); in piglit_display()
472 glEnable(GL_FRAMEBUFFER_SRGB); in piglit_display()
477 glDisable(GL_FRAMEBUFFER_SRGB); in piglit_display()
/dports/devel/clazy/clazy-1.5/tests/ifndef-define-typo/
H A Dmain.cpp3 # define GL_FRAMEBUFFER_SRGB // Warn macro
8 # define GL_FRAMEBUFFER_SRGB // OK macro
16 #ifndef GL_FRAMEBUFFER_SRGB
17 # define GL_FRAMEBUFFER_SRGB // OK macro
H A Dmain.cpp.expected1 ….cpp:3:10: warning: Possible typo in define. GL_FRAMEBUFFER_SRB vs GL_FRAMEBUFFER_SRGB [-Wclazy-if…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/functional/
H A Des31fFboSRGBWriteControlTests.cpp1178 gl.enable(GL_FRAMEBUFFER_SRGB); in enableFramebufferSRGB()
1180 gl.disable(GL_FRAMEBUFFER_SRGB); in enableFramebufferSRGB()
1510 gl.enable(GL_FRAMEBUFFER_SRGB); in iterate()
1518 gl.disable(GL_FRAMEBUFFER_SRGB); in iterate()
1529 gl.disable(GL_FRAMEBUFFER_SRGB); in iterate()
1540 gl.disable(GL_FRAMEBUFFER_SRGB); in iterate()
1551 gl.disable(GL_FRAMEBUFFER_SRGB); in iterate()
1562 gl.disable(GL_FRAMEBUFFER_SRGB); in iterate()
1818 gl.enable(GL_FRAMEBUFFER_SRGB); in iterate()
1821 gl.disable(GL_FRAMEBUFFER_SRGB); in iterate()
[all …]
/dports/misc/usd/USD-21.11/pxr/imaging/hgiGL/
H A DscopedStateHolder.cpp89 glGetBooleanv(GL_FRAMEBUFFER_SRGB, (GLboolean*)&_restoreFramebufferSRGB);
159 glEnable(GL_FRAMEBUFFER_SRGB); in ~HgiGL_ScopedStateHolder()
161 glDisable(GL_FRAMEBUFFER_SRGB); in ~HgiGL_ScopedStateHolder()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/ext_framebuffer_multisample/
H A Dcommon.cpp218 glEnable(GL_FRAMEBUFFER_SRGB); in run()
221 glDisable(GL_FRAMEBUFFER_SRGB); in run()
336 glEnable(GL_FRAMEBUFFER_SRGB); in resolve()
341 glDisable(GL_FRAMEBUFFER_SRGB); in resolve()
/dports/devel/sfml/SFML-2.5.1/src/SFML/Window/
H A DGlContext.cpp110 #if !defined(GL_FRAMEBUFFER_SRGB)
111 #define GL_FRAMEBUFFER_SRGB 0x8DB9 macro
756 glEnable(GL_FRAMEBUFFER_SRGB); in initialize()
759 if (glIsEnabled(GL_FRAMEBUFFER_SRGB) == GL_FALSE) in initialize()
/dports/graphics/ospray-studio/ospray_studio-0.9.1/app/
H A DMainWindow.h31 #ifndef GL_FRAMEBUFFER_SRGB
32 #define GL_FRAMEBUFFER_SRGB 0x8DB9 macro
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/glew-1.9.0/auto/extensions/
H A DGL_ARB_framebuffer_sRGB4 GL_FRAMEBUFFER_SRGB 0x8DB9
/dports/graphics/opencsg/OpenCSG-1.4.2/glew/auto/extensions/gl/
H A DGL_ARB_framebuffer_sRGB5 GL_FRAMEBUFFER_SRGB 0x8DB9
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/glew/glew-1.9.0/auto/extensions/
H A DGL_ARB_framebuffer_sRGB4 GL_FRAMEBUFFER_SRGB 0x8DB9
/dports/graphics/glew-wayland/glew-2.2.0/auto/extensions/gl/
H A DGL_ARB_framebuffer_sRGB5 GL_FRAMEBUFFER_SRGB 0x8DB9
/dports/graphics/glew/glew-2.2.0/auto/extensions/gl/
H A DGL_ARB_framebuffer_sRGB5 GL_FRAMEBUFFER_SRGB 0x8DB9
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/fast_color_clear/
H A Dwrite-after-clear.c80 glEnable(GL_FRAMEBUFFER_SRGB); in tex_sub_clear()
92 glDisable(GL_FRAMEBUFFER_SRGB); in tex_sub_clear()
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/raw/GL/ARB/
H A Dframebuffer_sRGB.py14 GL_FRAMEBUFFER_SRGB=_C('GL_FRAMEBUFFER_SRGB',0x8DB9) variable
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/GL/ARB/
H A Dframebuffer_sRGB.py14 GL_FRAMEBUFFER_SRGB=_C('GL_FRAMEBUFFER_SRGB',0x8DB9) variable
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_clear_texture/
H A Dsrgb.c73 glEnable(GL_FRAMEBUFFER_SRGB); in piglit_init()
/dports/devel/clazy/clazy-1.5/docs/checks/
H A DREADME-ifndef-define-typo.md8 # define GL_FRAMEBUFFER_SRGB 0x8DB9
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqplatformbackingstore.cpp74 #ifndef GL_FRAMEBUFFER_SRGB
75 #define GL_FRAMEBUFFER_SRGB 0x8DB9 macro
301 funcs->glEnable(GL_FRAMEBUFFER_SRGB); in blitTextureForWidget()
306 funcs->glDisable(GL_FRAMEBUFFER_SRGB); in blitTextureForWidget()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqplatformbackingstore.cpp74 #ifndef GL_FRAMEBUFFER_SRGB
75 #define GL_FRAMEBUFFER_SRGB 0x8DB9 macro
301 funcs->glEnable(GL_FRAMEBUFFER_SRGB); in blitTextureForWidget()
306 funcs->glDisable(GL_FRAMEBUFFER_SRGB); in blitTextureForWidget()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqplatformbackingstore.cpp74 #ifndef GL_FRAMEBUFFER_SRGB
75 #define GL_FRAMEBUFFER_SRGB 0x8DB9 macro
301 funcs->glEnable(GL_FRAMEBUFFER_SRGB); in blitTextureForWidget()
306 funcs->glDisable(GL_FRAMEBUFFER_SRGB); in blitTextureForWidget()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqplatformbackingstore.cpp74 #ifndef GL_FRAMEBUFFER_SRGB
75 #define GL_FRAMEBUFFER_SRGB 0x8DB9 macro
301 funcs->glEnable(GL_FRAMEBUFFER_SRGB); in blitTextureForWidget()
306 funcs->glDisable(GL_FRAMEBUFFER_SRGB); in blitTextureForWidget()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqplatformbackingstore.cpp74 #ifndef GL_FRAMEBUFFER_SRGB
75 #define GL_FRAMEBUFFER_SRGB 0x8DB9 macro
301 funcs->glEnable(GL_FRAMEBUFFER_SRGB); in blitTextureForWidget()
306 funcs->glDisable(GL_FRAMEBUFFER_SRGB); in blitTextureForWidget()

12345678910>>...20