Home
last modified time | relevance | path

Searched refs:mCurrentGeometryProgram (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL3Plus/src/
H A DOgreGL3PlusRenderSystem.cpp153 mCurrentGeometryProgram = 0; in GL3PlusRenderSystem()
1772 …bool useAdjacency = (mGeometryProgramBound && mCurrentGeometryProgram && mCurrentGeometryProgram->… in _render()
2096 if (mCurrentGeometryProgram) in _switchContext()
2097 mCurrentGeometryProgram->unbindProgram(); in _switchContext()
2120 if (mCurrentGeometryProgram) in _switchContext()
2121 mCurrentGeometryProgram->bindProgram(); in _switchContext()
2366 if (mCurrentGeometryProgram != glprg) in bindGpuProgram()
2368 if (mCurrentGeometryProgram) in bindGpuProgram()
2370 mCurrentGeometryProgram = glprg; in bindGpuProgram()
2418 mCurrentGeometryProgram->unbindProgram(); in unbindGpuProgram()
[all …]
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL/src/
H A DOgreGLRenderSystem.cpp204 mCurrentGeometryProgram = 0; in GLRenderSystem()
2612 …if(mGeometryProgramBound && mCurrentGeometryProgram && mCurrentGeometryProgram->isAdjacencyInfoReq… in _render()
2797 if (mCurrentGeometryProgram != glprg) in bindGpuProgram()
2799 if (mCurrentGeometryProgram) in bindGpuProgram()
2801 mCurrentGeometryProgram = glprg; in bindGpuProgram()
2828 mCurrentGeometryProgram->unbindProgram(); in unbindGpuProgram()
2829 mCurrentGeometryProgram = 0; in unbindGpuProgram()
3127 if (mCurrentGeometryProgram) in _switchContext()
3128 mCurrentGeometryProgram->unbindProgram(); in _switchContext()
3167 if (mCurrentGeometryProgram) in _switchContext()
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/src/
H A DOgreGLRenderSystem.cpp152 mCurrentGeometryProgram = 0; in GLRenderSystem()
3112 if (mCurrentGeometryProgram != glprg) in bindGpuProgram()
3114 if (mCurrentGeometryProgram) in bindGpuProgram()
3115 mCurrentGeometryProgram->unbindProgram(); in bindGpuProgram()
3116 mCurrentGeometryProgram = glprg; in bindGpuProgram()
3143 mCurrentGeometryProgram->unbindProgram(); in unbindGpuProgram()
3144 mCurrentGeometryProgram = 0; in unbindGpuProgram()
3495 if (mCurrentGeometryProgram) in _switchContext()
3496 mCurrentGeometryProgram->unbindProgram(); in _switchContext()
3529 if (mCurrentGeometryProgram) in _switchContext()
[all …]
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL/include/
H A DOgreGLRenderSystem.h128 GLGpuProgram* mCurrentGeometryProgram; variable
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/include/
H A DOgreGLRenderSystem.h132 GLGpuProgram* mCurrentGeometryProgram; variable
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL3Plus/include/
H A DOgreGL3PlusRenderSystem.h147 GL3PlusGpuProgram* mCurrentGeometryProgram; variable