Home
last modified time | relevance | path

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

12

/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL/include/
H A DOgreGLGpuProgram.h49 virtual void unbindProgram(void) {} in unbindProgram() function
83 void unbindProgram(void);
H A DOgreGLGpuNvparseProgram.h49 void unbindProgram(void);
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/include/
H A DOgreGLGpuProgram.h49 virtual void unbindProgram(void) {} in unbindProgram() function
101 void unbindProgram(void);
H A DOgreGLGpuNvparseProgram.h49 void unbindProgram(void);
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL3Plus/src/
H A DOgreGL3PlusRenderSystem.cpp2095 mCurrentVertexProgram->unbindProgram(); in _switchContext()
2097 mCurrentGeometryProgram->unbindProgram(); in _switchContext()
2099 mCurrentFragmentProgram->unbindProgram(); in _switchContext()
2352 mCurrentVertexProgram->unbindProgram(); in bindGpuProgram()
2377 mCurrentHullProgram->unbindProgram(); in bindGpuProgram()
2412 mCurrentVertexProgram->unbindProgram(); in unbindGpuProgram()
2418 mCurrentGeometryProgram->unbindProgram(); in unbindGpuProgram()
2424 mCurrentFragmentProgram->unbindProgram(); in unbindGpuProgram()
2430 mCurrentHullProgram->unbindProgram(); in unbindGpuProgram()
2436 mCurrentDomainProgram->unbindProgram(); in unbindGpuProgram()
[all …]
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL/src/GLSL/include/
H A DOgreGLSLGpuProgram.h61 void unbindProgram(void);
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/src/atifs/include/
H A DATI_FS_GLGpuProgram.h50 void unbindProgram(void);
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL/src/atifs/include/
H A DATI_FS_GLGpuProgram.h50 void unbindProgram(void);
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES2/src/GLSLES/include/
H A DOgreGLSLESGpuProgram.h70 void unbindProgram(void);
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL3Plus/include/
H A DOgreGL3PlusGpuProgram.h49 virtual void unbindProgram(void) {} in unbindProgram() function
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/src/GLSL/include/
H A DOgreGLSLGpuProgram.h68 void unbindProgram(void);
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES2/include/
H A DOgreGLES2GpuProgram.h49 virtual void unbindProgram(void) {} in unbindProgram() function
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL3Plus/src/GLSL/include/
H A DOgreGLSLGpuProgram.h80 void unbindProgram(void);
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/filter_img_patch_param/
H A DTexturePainter.cpp336 m_Context.unbindProgram(); in pushPullInit()
369 m_Context.unbindProgram(); in push()
405 m_Context.unbindProgram(); in pull()
443 m_Context.unbindProgram(); in apply()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL/src/GLSL/src/
H A DOgreGLSLGpuProgram.cpp96 void GLSLGpuProgram::unbindProgram(void) in unbindProgram() function in Ogre::GLSL::GLSLGpuProgram
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/src/
H A DOgreGLGpuNvparseProgram.cpp62 void GLGpuNvparseProgram::unbindProgram(void) in unbindProgram() function in Ogre::GLGpuNvparseProgram
H A DOgreGLGpuProgram.cpp183 void GLArbGpuProgram::unbindProgram(void) in unbindProgram() function in Ogre::GLArbGpuProgram
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL/src/
H A DOgreGLGpuNvparseProgram.cpp62 void GLGpuNvparseProgram::unbindProgram(void) in unbindProgram() function in Ogre::GLGpuNvparseProgram
H A DOgreGLGpuProgram.cpp124 void GLArbGpuProgram::unbindProgram(void) in unbindProgram() function in Ogre::GLArbGpuProgram
H A DOgreGLRenderSystem.cpp2783 mCurrentVertexProgram->unbindProgram(); in bindGpuProgram()
2792 mCurrentFragmentProgram->unbindProgram(); in bindGpuProgram()
2800 mCurrentGeometryProgram->unbindProgram(); in bindGpuProgram()
2822 mCurrentVertexProgram->unbindProgram(); in unbindGpuProgram()
2828 mCurrentGeometryProgram->unbindProgram(); in unbindGpuProgram()
2834 mCurrentFragmentProgram->unbindProgram(); in unbindGpuProgram()
3126 mCurrentVertexProgram->unbindProgram(); in _switchContext()
3128 mCurrentGeometryProgram->unbindProgram(); in _switchContext()
3130 mCurrentFragmentProgram->unbindProgram(); in _switchContext()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GLES2/src/GLSLES/include/
H A DOgreGLSLESProgram.h106 void unbindProgram(void);
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/src/atifs/src/
H A DATI_FS_GLGpuProgram.cpp62 void ATI_FS_GLGpuProgram::unbindProgram(void) in unbindProgram() function in Ogre::ATI_FS_GLGpuProgram
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/src/GLSL/src/
H A DOgreGLSLGpuProgram.cpp112 void GLSLGpuProgram::unbindProgram(void) in unbindProgram() function in Ogre::GLSL::GLSLGpuProgram
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL/src/atifs/src/
H A DATI_FS_GLGpuProgram.cpp62 void ATI_FS_GLGpuProgram::unbindProgram(void) in unbindProgram() function in Ogre::ATI_FS_GLGpuProgram
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES2/src/GLSLES/src/
H A DOgreGLSLESGpuProgram.cpp126 void GLSLESGpuProgram::unbindProgram(void) in unbindProgram() function in Ogre::GLSLESGpuProgram

12