Home
last modified time | relevance | path

Searched refs:mUniformRefsBuilt (Results 1 – 18 of 18) sorted by relevance

/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES2/src/GLSLES/src/
H A DOgreGLSLESLinkProgram.cpp75 mUniformRefsBuilt = false; in notifyOnContextLost()
232 if (!mUniformRefsBuilt) in buildGLUniformReferences()
248 mUniformRefsBuilt = true; in buildGLUniformReferences()
H A DOgreGLSLESProgramCommon.cpp42 , mUniformRefsBuilt(false) in GLSLESProgramCommon()
H A DOgreGLSLESProgramPipeline.cpp231 if (!mUniformRefsBuilt) in buildGLUniformReferences()
248 mUniformRefsBuilt = true; in buildGLUniformReferences()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/src/GLSL/include/
H A DOgreGLSLLinkProgram.h72 bool mUniformRefsBuilt; variable
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GLSupport/include/GLSL/
H A DOgreGLSLProgramCommon.h124 bool mUniformRefsBuilt; variable
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/src/GLSL/src/
H A DOgreGLSLLinkProgram.cpp117 , mUniformRefsBuilt(false) in GLSLLinkProgram()
236 if (!mUniformRefsBuilt) in buildGLUniformReferences()
257 mUniformRefsBuilt = true; in buildGLUniformReferences()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES2/src/GLSLES/include/
H A DOgreGLSLESProgramCommon.h76 bool mUniformRefsBuilt; variable
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GLES2/src/GLSLES/src/
H A DOgreGLSLESLinkProgram.cpp183 if (!mUniformRefsBuilt) in buildGLUniformReferences()
199 mUniformRefsBuilt = true; in buildGLUniformReferences()
H A DOgreGLSLESProgramCommon.cpp145 mUniformRefsBuilt = false; in notifyOnContextLost()
H A DOgreGLSLESProgramPipeline.cpp203 if (!mUniformRefsBuilt) in buildGLUniformReferences()
222 mUniformRefsBuilt = true; in buildGLUniformReferences()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL3Plus/src/GLSL/include/
H A DOgreGLSLProgramCommon.h86 bool mUniformRefsBuilt; variable
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL3Plus/src/GLSL/
H A DOgreGLSLMonolithicProgram.cpp148 if (mUniformRefsBuilt) in buildGLUniformReferences()
170 mUniformRefsBuilt = true; in buildGLUniformReferences()
H A DOgreGLSLSeparableProgram.cpp256 if (mUniformRefsBuilt) in buildGLUniformReferences()
277 mUniformRefsBuilt = true; in buildGLUniformReferences()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL/src/GLSL/src/
H A DOgreGLSLLinkProgram.cpp208 if (!mUniformRefsBuilt) in buildGLUniformReferences()
229 mUniformRefsBuilt = true; in buildGLUniformReferences()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL3Plus/src/GLSL/src/
H A DOgreGLSLLinkProgram.cpp245 if (!mUniformRefsBuilt) in buildGLUniformReferences()
282 mUniformRefsBuilt = true; in buildGLUniformReferences()
H A DOgreGLSLProgramCommon.cpp45 , mUniformRefsBuilt(false) in GLSLProgramCommon()
H A DOgreGLSLProgramPipeline.cpp248 if (!mUniformRefsBuilt) in buildGLUniformReferences()
293 mUniformRefsBuilt = true; in buildGLUniformReferences()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GLSupport/src/GLSL/
H A DOgreGLSLProgramCommon.cpp28 mUniformRefsBuilt(false), in GLSLProgramCommon()