Home
last modified time | relevance | path

Searched refs:hasBlendFunc (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/ogre3d/ogre-1.11.6/Components/HLMS/include/
H A DOgreHlmsPbsMaterial.h115 hasMipmapCount(false), mipmapCount(0), hasBlendFunc(false), blendFunc(BF_ALPHA), in SamplerContainer()
133 bool hasBlendFunc; variable
147 hasBlendFunc = hasBlendFu;
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/applications/osgconv/
H A Dosgconv.cpp276 …bool hasBlendFunc = dynamic_cast<osg::BlendFunc*>(stateset.getAttribute(osg::StateAttribute::BLEND… in isTransparent() local
297 if (hasTranslucentTexture || hasBlendFunc || hasTransparentRenderingHint || hasDepthSortBin) in isTransparent()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/applications/osgconv/
H A Dosgconv.cpp278 …bool hasBlendFunc = dynamic_cast<osg::BlendFunc*>(stateset.getAttribute(osg::StateAttribute::BLEND… in isTransparent() local
299 if (hasTranslucentTexture || hasBlendFunc || hasTransparentRenderingHint || hasDepthSortBin) in isTransparent()
/dports/graphics/ogre3d/ogre-1.11.6/Components/HLMS/src/
H A DOgreHlmsPbsMaterial.cpp244 if (s.hasBlendFunc) in updatePropertyMap()