Home
last modified time | relevance | path

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

/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL3Plus/include/
H A DOgreGL3PlusRenderSystem.h232 void _setTextureUnitCompareEnabled(size_t unit, bool compare);
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GLES2/include/
H A DOgreGLES2RenderSystem.h211 void _setTextureUnitCompareEnabled(size_t unit, bool compare);
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL/include/
H A DOgreGLRenderSystem.h308 void _setTextureUnitCompareEnabled(size_t unit, bool compare);
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/include/
H A DOgreGLRenderSystem.h455 void _setTextureUnitCompareEnabled(size_t unit, bool compare);
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/Direct3D11/include/
H A DOgreD3D11RenderSystem.h311 void _setTextureUnitCompareEnabled(size_t unit, bool compare);
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL3Plus/include/
H A DOgreGL3PlusRenderSystem.h433 void _setTextureUnitCompareEnabled(size_t unit, bool compare);
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES/include/
H A DOgreGLESRenderSystem.h398 void _setTextureUnitCompareEnabled(size_t unit, bool compare);
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES2/include/
H A DOgreGLES2RenderSystem.h401 void _setTextureUnitCompareEnabled(size_t unit, bool compare);
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/Direct3D9/include/
H A DOgreD3D9RenderSystem.h307 void _setTextureUnitCompareEnabled(size_t unit, bool compare);
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/Direct3D11/include/
H A DOgreD3D11RenderSystem.h339 void _setTextureUnitCompareEnabled(size_t unit, bool compare);
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/Direct3D9/include/
H A DOgreD3D9RenderSystem.h324 void _setTextureUnitCompareEnabled(size_t unit, bool compare);
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/
H A DOgreRenderSystem.h803 virtual void _setTextureUnitCompareEnabled(size_t unit, bool compare) = 0;
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreRenderSystem.h601 virtual void _setTextureUnitCompareEnabled(size_t unit, bool compare) = 0;
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreRenderSystem.cpp351 _setTextureUnitCompareEnabled(texUnit,tl.getTextureCompareEnabled()); in _setTextureUnitSettings()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES2/src/
H A DOgreGLES2RenderSystem.cpp2314 void GLES2RenderSystem::_setTextureUnitCompareEnabled(size_t unit, bool compare) in _setTextureUnitCompareEnabled() function in Ogre::GLES2RenderSystem
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GLES2/src/
H A DOgreGLES2RenderSystem.cpp2172 void GLES2RenderSystem::_setTextureUnitCompareEnabled(size_t unit, bool compare) in _setTextureUnitCompareEnabled() function in Ogre::GLES2RenderSystem
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL3Plus/src/
H A DOgreGL3PlusRenderSystem.cpp1312 void GL3PlusRenderSystem::_setTextureUnitCompareEnabled(size_t unit, bool compare) in _setTextureUnitCompareEnabled() function in Ogre::GL3PlusRenderSystem
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL3Plus/src/
H A DOgreGL3PlusRenderSystem.cpp1667 void GL3PlusRenderSystem::_setTextureUnitCompareEnabled(size_t unit, bool compare) in _setTextureUnitCompareEnabled() function in Ogre::GL3PlusRenderSystem
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES/src/
H A DOgreGLESRenderSystem.cpp2982 void GLESRenderSystem::_setTextureUnitCompareEnabled(size_t unit, bool compare) in _setTextureUnitCompareEnabled() function in Ogre::GLESRenderSystem
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL/src/
H A DOgreGLRenderSystem.cpp2284 void GLRenderSystem::_setTextureUnitCompareEnabled(size_t unit, bool compare) in _setTextureUnitCompareEnabled() function in Ogre::GLRenderSystem
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/src/
H A DOgreGLRenderSystem.cpp2561 void GLRenderSystem::_setTextureUnitCompareEnabled(size_t unit, bool compare) in _setTextureUnitCompareEnabled() function in Ogre::GLRenderSystem
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/Direct3D11/src/
H A DOgreD3D11RenderSystem.cpp2001 void D3D11RenderSystem::_setTextureUnitCompareEnabled(size_t unit, bool compare) in _setTextureUnitCompareEnabled() function in Ogre::D3D11RenderSystem
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/Direct3D11/src/
H A DOgreD3D11RenderSystem.cpp1941 void D3D11RenderSystem::_setTextureUnitCompareEnabled(size_t unit, bool compare) in _setTextureUnitCompareEnabled() function in Ogre::D3D11RenderSystem
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/Direct3D9/src/
H A DOgreD3D9RenderSystem.cpp2862 void D3D9RenderSystem::_setTextureUnitCompareEnabled(size_t unit, bool compare) in _setTextureUnitCompareEnabled() function in Ogre::D3D9RenderSystem
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/Direct3D9/src/
H A DOgreD3D9RenderSystem.cpp2823 void D3D9RenderSystem::_setTextureUnitCompareEnabled(size_t unit, bool compare) in _setTextureUnitCompareEnabled() function in Ogre::D3D9RenderSystem