Home
last modified time | relevance | path

Searched refs:GL_SAMPLE_COVERAGE (Results 1 – 25 of 1011) sorted by relevance

12345678910>>...41

/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_multisample/
H A Dpushpop.c93 pass = test_bool(GL_SAMPLE_COVERAGE, "sample coverage", val) && pass; in test_enable_bits()
105 glEnable(GL_SAMPLE_COVERAGE); in set_enable_bits()
110 glDisable(GL_SAMPLE_COVERAGE); in set_enable_bits()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/ext_framebuffer_multisample/
H A Dalpha-blending-after-rendering.c176 glDisable(GL_SAMPLE_COVERAGE); in piglit_display()
184 glEnable(GL_SAMPLE_COVERAGE); in piglit_display()
192 glDisable(GL_SAMPLE_COVERAGE); in piglit_display()
H A Dclear.cpp171 glEnable(GL_SAMPLE_COVERAGE); in test_clear()
185 glDisable(GL_SAMPLE_COVERAGE); in test_clear()
H A Dsample-coverage.cpp145 glEnable (GL_SAMPLE_COVERAGE); in draw_pattern()
174 glDisable (GL_SAMPLE_COVERAGE); in draw_pattern()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/gl_tests/gles1/
H A DBasicDrawTest.cpp139 glEnable(GL_SAMPLE_COVERAGE); in TEST_P()
142 glGetFixedv(GL_SAMPLE_COVERAGE, &isSampleCoverage); in TEST_P()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/client/
H A Dclient_context_state_impl_autogen.h69 case GL_SAMPLE_COVERAGE: in SetCapabilityState()
123 case GL_SAMPLE_COVERAGE: in GetEnabled()
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/client/
H A Dclient_context_state_impl_autogen.h69 case GL_SAMPLE_COVERAGE: in SetCapabilityState()
123 case GL_SAMPLE_COVERAGE: in GetEnabled()
/dports/graphics/jogamp-jogl/jogl/src/test/com/jogamp/opengl/test/junit/graph/demos/
H A DMSAATool.java71 System.out.println(" GL SAMPLE COVERAGE "+glIsEnabled(gl, GL.GL_SAMPLE_COVERAGE)); in dump()
79 System.out.println(" GL SAMPLE_COVERAGE "+glIsEnabled(gl, GL.GL_SAMPLE_COVERAGE) + in dump()
/dports/astro/opencpn/OpenCPN-5.2.4/libs/glshim/src/gl/
H A Dstack.c89 cur->sample_coverage = glIsEnabled(GL_SAMPLE_COVERAGE); in glPushAttrib()
147 cur->sample_coverage = glIsEnabled(GL_SAMPLE_COVERAGE); in glPushAttrib()
296 enable_disable(GL_SAMPLE_COVERAGE, cur->sample_coverage); in glPopAttrib()
331 enable_disable(GL_SAMPLE_COVERAGE, cur->sample_coverage); in glPopAttrib()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/gl_tests/
H A DMultisampleCompatibilityTest.cpp384 glEnable(GL_SAMPLE_COVERAGE); in TEST_P()
392 glDisable(GL_SAMPLE_COVERAGE); in TEST_P()
H A DMultisampleTest.cpp422 glEnable(GL_SAMPLE_COVERAGE); in TEST_P()
427 glDisable(GL_SAMPLE_COVERAGE); in TEST_P()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/tests/gl_tests/
H A DMultisampleCompatibilityTest.cpp416 glEnable(GL_SAMPLE_COVERAGE); in TEST_P()
424 glDisable(GL_SAMPLE_COVERAGE); in TEST_P()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/service/
H A Dcontext_state_impl_autogen.h152 EnableDisable(GL_SAMPLE_COVERAGE, enable_flags.cached_sample_coverage); in InitCapabilities()
196 EnableDisable(GL_SAMPLE_COVERAGE, enable_flags.cached_sample_coverage); in InitCapabilities()
402 case GL_SAMPLE_COVERAGE: in GetEnabled()
802 case GL_SAMPLE_COVERAGE: in GetStateAsGLint()
1230 case GL_SAMPLE_COVERAGE: in GetStateAsGLfloat()
H A Dcontext_state_test_helpers_autogen.h24 ExpectEnableDisable(gl, GL_SAMPLE_COVERAGE, false); in SetupInitCapabilitiesExpectations()
H A Dcontext_state_autogen.h164 case GL_SAMPLE_COVERAGE: in SetDeviceCapabilityState()
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/service/
H A Dcontext_state_impl_autogen.h152 EnableDisable(GL_SAMPLE_COVERAGE, enable_flags.cached_sample_coverage); in InitCapabilities()
196 EnableDisable(GL_SAMPLE_COVERAGE, enable_flags.cached_sample_coverage); in InitCapabilities()
402 case GL_SAMPLE_COVERAGE: in GetEnabled()
802 case GL_SAMPLE_COVERAGE: in GetStateAsGLint()
1230 case GL_SAMPLE_COVERAGE: in GetStateAsGLfloat()
H A Dcontext_state_test_helpers_autogen.h24 ExpectEnableDisable(gl, GL_SAMPLE_COVERAGE, false); in SetupInitCapabilitiesExpectations()
H A Dcontext_state_autogen.h164 case GL_SAMPLE_COVERAGE: in SetDeviceCapabilityState()
/dports/games/quakeforge/quakeforge-0.7.2/include/QF/GLSL/
H A Ddefines.h122 #define GL_SAMPLE_COVERAGE 0x80A0 macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles2/performance/
H A Des2pStateChangeCallTests.cpp195 GL_SAMPLE_COVERAGE, in init()
211 GL_SAMPLE_COVERAGE, in init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/browser/gfx/
H A Dscoped_app_gl_state_restore.cc309 glGetBooleanv(GL_SAMPLE_COVERAGE, &enable_sample_coverage_); in SaveHWUIState()
460 GLEnableDisable(GL_SAMPLE_COVERAGE, enable_sample_coverage_); in RestoreHWUIState()
/dports/graphics/cogl/cogl-1.22.8/cogl/
H A Dcogl-gles2-types.h154 #define GL_SAMPLE_COVERAGE 0x80A0 macro
/dports/x11-wm/muffin/muffin-4.8.0/cogl/cogl/
H A Dcogl-gles2-types.h154 #define GL_SAMPLE_COVERAGE 0x80A0 macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles3/performance/
H A Des3pStateChangeCallTests.cpp226 GL_SAMPLE_COVERAGE, in init()
244 GL_SAMPLE_COVERAGE, in init()
/dports/games/lwjgl/lwjgl-2df01dd/src/templates/org/lwjgl/opengl/
H A DGL13.java113 int GL_SAMPLE_COVERAGE = 0x80A0; field

12345678910>>...41