Home
last modified time | relevance | path

Searched refs:GL_MULTISAMPLE (Results 1 – 25 of 849) sorted by relevance

12345678910>>...34

/dports/math/vtk8/VTK-8.2.0/Rendering/OpenGL2/
H A DvtkOpenGLHardwareSelector.cxx78 #ifdef GL_MULTISAMPLE in PreCapturePass()
79 this->OriginalMultisample = ostate->GetEnumState(GL_MULTISAMPLE); in PreCapturePass()
80 ostate->vtkglDisable(GL_MULTISAMPLE); in PreCapturePass()
95 #ifdef GL_MULTISAMPLE in PostCapturePass()
96 ostate->SetEnumState(GL_MULTISAMPLE, this->OriginalMultisample); in PostCapturePass()
114 #ifdef GL_MULTISAMPLE in BeginSelection()
115 vtkOpenGLState::ScopedglEnableDisable msaver(ostate, GL_MULTISAMPLE); in BeginSelection()
116 ostate->vtkglDisable(GL_MULTISAMPLE); in BeginSelection()
H A DvtkOrderIndependentTranslucentPass.cxx301 #ifdef GL_MULTISAMPLE in Render()
302 bool multiSampleStatus = this->State->GetEnumState(GL_MULTISAMPLE); in Render()
303 this->State->vtkglDisable(GL_MULTISAMPLE); in Render()
390 #ifdef GL_MULTISAMPLE in Render()
393 this->State->vtkglEnable(GL_MULTISAMPLE); in Render()
H A DvtkOpenGLState.cxx127 #ifdef GL_MULTISAMPLE in CheckState()
128 ::glGetBooleanv(GL_MULTISAMPLE, params); in CheckState()
577 #ifdef GL_MULTISAMPLE in SetEnumState()
578 case GL_MULTISAMPLE: in SetEnumState()
636 #ifdef GL_MULTISAMPLE in ResetEnumState()
637 case GL_MULTISAMPLE: in ResetEnumState()
683 #ifdef GL_MULTISAMPLE in vtkglGetBooleanv()
684 case GL_MULTISAMPLE: in vtkglGetBooleanv()
804 #ifdef GL_MULTISAMPLE in GetEnumState()
805 case GL_MULTISAMPLE: in GetEnumState()
[all …]
/dports/graphics/jogamp-jogl/jogl/src/test/com/jogamp/opengl/test/junit/jogl/demos/es1/
H A DMultisampleDemoES1.java68 gl.glEnable(GL.GL_MULTISAMPLE); in init()
79 gl.glDisable(GL.GL_MULTISAMPLE); in init()
110 gl.glEnable(GL.GL_MULTISAMPLE); in display()
115 gl.glDisable(GL.GL_MULTISAMPLE); in display()
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/opengl/samplebuffers/
H A Dglwidget.cpp44 #ifndef GL_MULTISAMPLE
45 #define GL_MULTISAMPLE 0x809D macro
79 glEnable(GL_MULTISAMPLE); in paintGL()
87 glDisable(GL_MULTISAMPLE); in paintGL()
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/opengl/legacy/samplebuffers/
H A Dglwidget.cpp54 #ifndef GL_MULTISAMPLE
55 #define GL_MULTISAMPLE 0x809D macro
89 glEnable(GL_MULTISAMPLE); in paintGL()
97 glDisable(GL_MULTISAMPLE); in paintGL()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/ext_framebuffer_multisample/
H A Denable-flag.cpp117 pass = glIsEnabled(GL_MULTISAMPLE) && pass; in piglit_display()
124 glDisable(GL_MULTISAMPLE); in piglit_display()
126 glEnable(GL_MULTISAMPLE); in piglit_display()
H A Dalpha-to-one-msaa-disabled.cpp119 glDisable(GL_MULTISAMPLE); in piglit_display()
124 glEnable(GL_MULTISAMPLE); in piglit_display()
/dports/misc/usd/USD-21.11/pxr/imaging/hdx/
H A DoitVolumeRenderTask.cpp130 bool oldMSAA = glIsEnabled(GL_MULTISAMPLE); in Execute()
131 glDisable(GL_MULTISAMPLE); in Execute()
166 glEnable(GL_MULTISAMPLE); in Execute()
H A DoitRenderTask.cpp132 bool oldMSAA = glIsEnabled(GL_MULTISAMPLE); in Execute()
133 glDisable(GL_MULTISAMPLE); in Execute()
185 glEnable(GL_MULTISAMPLE); in Execute()
/dports/math/vtk9/VTK-9.1.0/Rendering/OpenGL2/
H A DvtkOrderIndependentTranslucentPass.cxx291 #ifdef GL_MULTISAMPLE in Render()
292 bool multiSampleStatus = this->State->GetEnumState(GL_MULTISAMPLE); in Render()
293 this->State->vtkglDisable(GL_MULTISAMPLE); in Render()
366 #ifdef GL_MULTISAMPLE in Render()
369 this->State->vtkglEnable(GL_MULTISAMPLE); in Render()
/dports/graphics/libQGLViewer/libQGLViewer-2.7.2/examples/overpainting/
H A Dviewer.cpp30 #ifndef GL_MULTISAMPLE
31 #define GL_MULTISAMPLE 0x809D macro
97 glEnable(GL_MULTISAMPLE); in paintEvent()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_multisample/
H A Dpushpop.c90 pass = test_bool(GL_MULTISAMPLE, "multisample", val) && pass; in test_enable_bits()
102 glEnable(GL_MULTISAMPLE); in set_enable_bits()
107 glDisable(GL_MULTISAMPLE); in set_enable_bits()
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/opengl/hellogl/
H A Dglwidget.cpp49 #ifndef GL_MULTISAMPLE
50 #define GL_MULTISAMPLE 0x809D macro
141 glEnable(GL_MULTISAMPLE); in initializeGL()
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/opengl/legacy/hellogl/
H A Dglwidget.cpp59 #ifndef GL_MULTISAMPLE
60 #define GL_MULTISAMPLE 0x809D macro
153 glEnable(GL_MULTISAMPLE); in initializeGL()
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/opengl/overpainting/
H A Dglwidget.cpp51 #ifndef GL_MULTISAMPLE
52 #define GL_MULTISAMPLE 0x809D macro
118 glEnable(GL_MULTISAMPLE); in initializeGL()
160 glEnable(GL_MULTISAMPLE); in paintEvent()
/dports/math/vtk6/VTK-6.2.0/Rendering/OpenGL2/
H A DvtkOpenGLHardwareSelector.cxx65 glEnable(GL_MULTISAMPLE); in EnableMultisampling()
69 glDisable(GL_MULTISAMPLE); in EnableMultisampling()
80 if (this->MultisampleSupport && glIsEnabled(GL_MULTISAMPLE)) in QueryMultisampling()
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/opengl/legacy/overpainting/
H A Dglwidget.cpp62 #ifndef GL_MULTISAMPLE
63 #define GL_MULTISAMPLE 0x809D macro
130 glEnable(GL_MULTISAMPLE); in initializeGL()
172 glEnable(GL_MULTISAMPLE); in paintEvent()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/gl-1.3/
H A Dalpha_to_coverage_nop.c51 glEnable(GL_MULTISAMPLE); in test_coverage_nop()
53 glDisable(GL_MULTISAMPLE); in test_coverage_nop()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_opengl/native/
H A Djuce_MissingGLDefinitions.h90 #ifndef GL_MULTISAMPLE
91 GL_MULTISAMPLE = 0x809D, enumerator
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/opengl/pbuffers/
H A Dglwidget.cpp48 #ifndef GL_MULTISAMPLE
49 #define GL_MULTISAMPLE 0x809D macro
165 glEnable(GL_MULTISAMPLE); in initCommon()
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/opengl/legacy/pbuffers/
H A Dglwidget.cpp58 #ifndef GL_MULTISAMPLE
59 #define GL_MULTISAMPLE 0x809D macro
175 glEnable(GL_MULTISAMPLE); in initCommon()
/dports/science/vipster/vipster-1.19.1b-14-g7168a1b/gui/common/
H A Dguiwrapper.cpp41 glEnable(GL_MULTISAMPLE); in drawPre()
43 glDisable(GL_MULTISAMPLE); in drawPre()
134 glDisable(GL_MULTISAMPLE); in drawSel()
141 glEnable(GL_MULTISAMPLE); in drawSel()
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/examples/opengl/
H A Dsamplebuffers.py62 GL_MULTISAMPLE = 0x809D variable in GLWidget
91 GL.glEnable(GLWidget.GL_MULTISAMPLE)
99 GL.glDisable(GLWidget.GL_MULTISAMPLE)
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/examples/opengl/
H A Dsamplebuffers.py62 GL_MULTISAMPLE = 0x809D variable in GLWidget
91 GL.glEnable(GLWidget.GL_MULTISAMPLE)
99 GL.glDisable(GLWidget.GL_MULTISAMPLE)

12345678910>>...34