Home
last modified time | relevance | path

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

12

/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Samples/basic/ogre3d/src/
H A DRocketApplication.cpp176 render_system->unbindGpuProgram(Ogre::GPT_FRAGMENT_PROGRAM); in ConfigureRenderSystem()
177 render_system->unbindGpuProgram(Ogre::GPT_VERTEX_PROGRAM); in ConfigureRenderSystem()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL3Plus/src/
H A DOgreGL3PlusRenderSystem.cpp1065 unbindGpuProgram(GPT_VERTEX_PROGRAM); in _endFrame()
1066 unbindGpuProgram(GPT_FRAGMENT_PROGRAM); in _endFrame()
1067 unbindGpuProgram(GPT_GEOMETRY_PROGRAM); in _endFrame()
1071 unbindGpuProgram(GPT_HULL_PROGRAM); in _endFrame()
1072 unbindGpuProgram(GPT_DOMAIN_PROGRAM); in _endFrame()
1074 unbindGpuProgram(GPT_COMPUTE_PROGRAM); in _endFrame()
2122 void GL3PlusRenderSystem::unbindGpuProgram(GpuProgramType gptype) in unbindGpuProgram() function in Ogre::GL3PlusRenderSystem
2160 RenderSystem::unbindGpuProgram(gptype); in unbindGpuProgram()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL3Plus/src/
H A DOgreGL3PlusRenderSystem.cpp1218 unbindGpuProgram(GPT_VERTEX_PROGRAM); in _endFrame()
1219 unbindGpuProgram(GPT_FRAGMENT_PROGRAM); in _endFrame()
1220 unbindGpuProgram(GPT_GEOMETRY_PROGRAM); in _endFrame()
1224 unbindGpuProgram(GPT_HULL_PROGRAM); in _endFrame()
1225 unbindGpuProgram(GPT_DOMAIN_PROGRAM); in _endFrame()
1227 unbindGpuProgram(GPT_COMPUTE_PROGRAM); in _endFrame()
2407 void GL3PlusRenderSystem::unbindGpuProgram(GpuProgramType gptype) in unbindGpuProgram() function in Ogre::GL3PlusRenderSystem
2445 RenderSystem::unbindGpuProgram(gptype); in unbindGpuProgram()
/dports/games/stuntrally/stuntrally-2.6.1/source/ogre/common/
H A DMyGUI_D3D11.cpp345 mRenderSystem->unbindGpuProgram(Ogre::GPT_FRAGMENT_PROGRAM); in begin()
346 mRenderSystem->unbindGpuProgram(Ogre::GPT_VERTEX_PROGRAM); in begin()
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/Platforms/Ogre/OgrePlatform/src/
H A DMyGUI_OgreRenderManager.cpp353 mRenderSystem->unbindGpuProgram(Ogre::GPT_FRAGMENT_PROGRAM); in begin()
354 mRenderSystem->unbindGpuProgram(Ogre::GPT_VERTEX_PROGRAM); in begin()
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/Platforms/Ogre/OgrePlatform/src/
H A DMyGUI_OgreRenderManager.cpp353 mRenderSystem->unbindGpuProgram(Ogre::GPT_FRAGMENT_PROGRAM); in begin()
354 mRenderSystem->unbindGpuProgram(Ogre::GPT_VERTEX_PROGRAM); in begin()
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/Platforms/Ogre/OgrePlatform/src/
H A DMyGUI_OgreRenderManager.cpp353 mRenderSystem->unbindGpuProgram(Ogre::GPT_FRAGMENT_PROGRAM); in begin()
354 mRenderSystem->unbindGpuProgram(Ogre::GPT_VERTEX_PROGRAM); in begin()
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/Platforms/Ogre/OgrePlatform/src/
H A DMyGUI_OgreRenderManager.cpp353 mRenderSystem->unbindGpuProgram(Ogre::GPT_FRAGMENT_PROGRAM); in begin()
354 mRenderSystem->unbindGpuProgram(Ogre::GPT_VERTEX_PROGRAM); in begin()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL3Plus/include/
H A DOgreGL3PlusRenderSystem.h291 void unbindGpuProgram(GpuProgramType gptype);
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GLES2/include/
H A DOgreGLES2RenderSystem.h275 void unbindGpuProgram(GpuProgramType gptype);
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreShadowRenderer.cpp945 mDestRenderSystem->unbindGpuProgram(GPT_FRAGMENT_PROGRAM); in renderShadowVolumesToStencil()
1006 mDestRenderSystem->unbindGpuProgram(GPT_VERTEX_PROGRAM); in renderShadowVolumesToStencil()
1010 mDestRenderSystem->unbindGpuProgram(GPT_GEOMETRY_PROGRAM); in renderShadowVolumesToStencil()
1146 mDestRenderSystem->unbindGpuProgram(GPT_VERTEX_PROGRAM); in renderShadowVolumesToStencil()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL/include/
H A DOgreGLRenderSystem.h316 void unbindGpuProgram(GpuProgramType gptype);
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/include/
H A DOgreGLRenderSystem.h480 void unbindGpuProgram(GpuProgramType gptype);
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES2/src/
H A DOgreGLES2RenderSystem.cpp1087 unbindGpuProgram(GPT_VERTEX_PROGRAM); in _endFrame()
1088 unbindGpuProgram(GPT_FRAGMENT_PROGRAM); in _endFrame()
2132 void GLES2RenderSystem::unbindGpuProgram(GpuProgramType gptype) in unbindGpuProgram() function in Ogre::GLES2RenderSystem
2146 RenderSystem::unbindGpuProgram(gptype); in unbindGpuProgram()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GLES2/src/
H A DOgreGLES2RenderSystem.cpp1124 unbindGpuProgram(GPT_VERTEX_PROGRAM); in _endFrame()
1125 unbindGpuProgram(GPT_FRAGMENT_PROGRAM); in _endFrame()
1982 void GLES2RenderSystem::unbindGpuProgram(GpuProgramType gptype) in unbindGpuProgram() function in Ogre::GLES2RenderSystem
1996 RenderSystem::unbindGpuProgram(gptype); in unbindGpuProgram()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/RendererModules/Ogre/
H A DRenderer.cpp1125 d_pimpl->d_renderSystem->unbindGpuProgram(Ogre::GPT_VERTEX_PROGRAM); in bindShaders()
1126 d_pimpl->d_renderSystem->unbindGpuProgram(Ogre::GPT_FRAGMENT_PROGRAM); in bindShaders()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/Direct3D11/include/
H A DOgreD3D11RenderSystem.h323 void unbindGpuProgram(GpuProgramType gptype);
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL3Plus/include/
H A DOgreGL3PlusRenderSystem.h504 void unbindGpuProgram(GpuProgramType gptype);
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES/include/
H A DOgreGLESRenderSystem.h475 void unbindGpuProgram(GpuProgramType gptype);
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES2/include/
H A DOgreGLES2RenderSystem.h487 void unbindGpuProgram(GpuProgramType gptype);
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/Direct3D9/include/
H A DOgreD3D9RenderSystem.h321 void unbindGpuProgram(GpuProgramType gptype);
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/Direct3D11/include/
H A DOgreD3D11RenderSystem.h352 void unbindGpuProgram(GpuProgramType gptype);
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/Direct3D9/include/
H A DOgreD3D9RenderSystem.h334 void unbindGpuProgram(GpuProgramType gptype);
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/
H A DOgreRenderSystem.h1249 virtual void unbindGpuProgram(GpuProgramType gptype);
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreRenderSystem.h984 virtual void unbindGpuProgram(GpuProgramType gptype);

12