Home
last modified time | relevance | path

Searched refs:INCR_WRAP (Results 1 – 25 of 228) sorted by relevance

12345678910

/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/serializers/osg/
H A DStencil.cpp32 ADD_ENUM_VALUE( INCR_WRAP );
43 ADD_ENUM_VALUE( INCR_WRAP );
54 ADD_ENUM_VALUE( INCR_WRAP );
H A DStencilTwoSided.cpp27 ADD_USER_VALUE( INCR_WRAP );
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/serializers/osg/
H A DStencil.cpp32 ADD_ENUM_VALUE( INCR_WRAP );
43 ADD_ENUM_VALUE( INCR_WRAP );
54 ADD_ENUM_VALUE( INCR_WRAP );
H A DStencilTwoSided.cpp27 ADD_USER_VALUE( INCR_WRAP );
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/
H A DStencil.cpp43 if (op != Stencil::INCR_WRAP && op != Stencil::DECR_WRAP) in validateOperation()
50 return op==Stencil::INCR_WRAP ? Stencil::INCR : Stencil::DECR; in validateOperation()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/
H A DStencil.cpp43 if (op != Stencil::INCR_WRAP && op != Stencil::DECR_WRAP) in validateOperation()
50 return op==Stencil::INCR_WRAP ? Stencil::INCR : Stencil::DECR; in validateOperation()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/include/osg/
H A DStencil29 * All functionality except INCR_WRAP and DECR_WRAP is supported by OpenGL 1.1.
30 * INCR_WRAP an DECR_WRAP are available since OpenGL 1.4 or when
33 * If INCR_WRAP or DECR_WRAP values are used while they are detected to be not supported,
122 INCR_WRAP = GL_INCR_WRAP,
H A DStencilTwoSided102 INCR_WRAP = GL_INCR_WRAP,
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/
H A DStencil29 * All functionality except INCR_WRAP and DECR_WRAP is supported by OpenGL 1.1.
30 * INCR_WRAP an DECR_WRAP are available since OpenGL 1.4 or when
33 * If INCR_WRAP or DECR_WRAP values are used while they are detected to be not supported,
122 INCR_WRAP = GL_INCR_WRAP,
H A DStencilTwoSided102 INCR_WRAP = GL_INCR_WRAP,
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/
H A DStencil.cpp163 else if (strcmp(str,"INCR_WRAP")==0) op = Stencil::INCR_WRAP; in Stencil_matchOperationStr()
179 case(Stencil::INCR_WRAP): return "INCR_WRAP"; in Stencil_getOperationStr()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osg/
H A DStencil.cpp163 else if (strcmp(str,"INCR_WRAP")==0) op = Stencil::INCR_WRAP; in Stencil_matchOperationStr()
179 case(Stencil::INCR_WRAP): return "INCR_WRAP"; in Stencil_getOperationStr()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDriversDisabled/model_feature_stencil/
H A DStencilUtils.cpp117 …TwoSided::Operation incrOp = s_EXT_stencil_wrap ? osg::StencilTwoSided::INCR_WRAP : osg::StencilTw… in init()
165 …osg::Stencil::Operation incrOp = s_EXT_stencil_wrap ? osg::Stencil::INCR_WRAP : osg::Stencil::INCR; in init()
206 …osg::Stencil::Operation incrOp = s_EXT_stencil_wrap ? osg::Stencil::INCR_WRAP : osg::Stencil::INCR; in init()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthFeatures/
H A DStencilVolumeNode.cpp189 …TwoSided::Operation incrOp = s_EXT_stencil_wrap ? osg::StencilTwoSided::INCR_WRAP : osg::StencilTw… in init()
235 …osg::Stencil::Operation incrOp = s_EXT_stencil_wrap ? osg::Stencil::INCR_WRAP : osg::Stencil::INCR; in init()
272 …osg::Stencil::Operation incrOp = s_EXT_stencil_wrap ? osg::Stencil::INCR_WRAP : osg::Stencil::INCR; in init()
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/mobile/gl/
H A Dconsts.go195 INCR_WRAP = 0x8507 const
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgShadow/
H A DShadowVolume.cpp166 …d::FRONT, osg::StencilTwoSided::KEEP, osg::StencilTwoSided::KEEP, osg::StencilTwoSided::INCR_WRAP); in init()
/dports/games/spring/spring_98.0/cont/examples/Widgets/
H A Dminimap_startbox.lua72 GL.INCR_WRAP = 0x8507
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/gfx_device_gl-0.15.5/src/
H A Dstate.rs151 StencilOp::IncrementWrap => gl::INCR_WRAP, in map_operation()
/dports/emulators/mess/mame-mame0226/src/mame/includes/
H A Dxbox_nv2a.h519 INCR_WRAP = 0x8507, enumerator
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-hal/src/gles/
H A Dconv.rs299 So::IncrementWrap => glow::INCR_WRAP, in map_stencil_op()
/dports/emulators/mame/mame-mame0226/src/mame/includes/
H A Dxbox_nv2a.h519 INCR_WRAP = 0x8507, enumerator
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext3D.h279 INCR_WRAP = 0x8507, enumerator
/dports/www/wt/wt-4.6.1/src/Wt/
H A DWGLWidget.h960 INCR_WRAP = 0x8507, enumerator
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/interfaces/
H A Dwebgl1.idl342 const GLenum INCR_WRAP = 0x8507;
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/khronos_api-2.2.0/api_webgl/specs/latest/1.0/
H A Dwebgl.idl334 const GLenum INCR_WRAP = 0x8507;

12345678910