Home
last modified time | relevance | path

Searched refs:attachToProgramObject (Results 1 – 23 of 23) sorted by relevance

/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL3Plus/src/GLSL/src/
H A DOgreGLSLLinkProgram.cpp144 mVertexProgram->getGLSLProgram()->attachToProgramObject(mGLProgramHandle); in compileAndLink()
156 mFragmentProgram->getGLSLProgram()->attachToProgramObject(mGLProgramHandle); in compileAndLink()
167 mGeometryProgram->getGLSLProgram()->attachToProgramObject(mGLProgramHandle); in compileAndLink()
178 mHullProgram->getGLSLProgram()->attachToProgramObject(mGLProgramHandle); in compileAndLink()
189 mDomainProgram->getGLSLProgram()->attachToProgramObject(mGLProgramHandle); in compileAndLink()
200 mComputeProgram->getGLSLProgram()->attachToProgramObject(mGLProgramHandle); in compileAndLink()
H A DOgreGLSLProgram.cpp496 void GLSLProgram::attachToProgramObject( const GLuint programObject ) in attachToProgramObject() function in Ogre::GLSLProgram
511 childShader->attachToProgramObject( programObject ); in attachToProgramObject()
H A DOgreGLSLProgramPipeline.cpp138 program->getGLSLProgram()->attachToProgramObject(programHandle); in compileIndividualProgram()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL/src/GLSL/src/
H A DOgreGLSLProgram.cpp208 void GLSLProgram::attachToProgramObject( const GLhandleARB programObject ) in attachToProgramObject() function in Ogre::GLSL::GLSLProgram
213 childShader->attachToProgramObject(programObject); in attachToProgramObject()
H A DOgreGLSLLinkProgram.cpp461 mVertexShader->attachToProgramObject(mGLProgramHandle); in compileAndLink()
514 mGeometryProgram->attachToProgramObject(mGLProgramHandle); in compileAndLink()
535 mFragmentProgram->attachToProgramObject(mGLProgramHandle); in compileAndLink()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL/src/GLSL/include/
H A DOgreGLSLProgram.h67 void attachToProgramObject( const GLhandleARB programObject );
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL3Plus/include/GLSL/
H A DOgreGLSLShader.h73 void attachToProgramObject(const GLuint programObject);
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GLES2/src/GLSLES/include/
H A DOgreGLSLESProgram.h69 void attachToProgramObject( const GLuint programObject );
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/src/GLSL/src/
H A DOgreGLSLLinkProgram.cpp496 mVertexProgram->getGLSLProgram()->attachToProgramObject(mGLHandle); in compileAndLink()
552 mGeometryProgram->getGLSLProgram()->attachToProgramObject(mGLHandle); in compileAndLink()
577 mFragmentProgram->getGLSLProgram()->attachToProgramObject(mGLHandle); in compileAndLink()
H A DOgreGLSLProgram.cpp369 void GLSLProgram::attachToProgramObject( const GLhandleARB programObject ) in attachToProgramObject() function in Ogre::GLSL::GLSLProgram
385 childShader->attachToProgramObject( programObject ); in attachToProgramObject()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES2/src/GLSLES/include/
H A DOgreGLSLESProgram.h77 void attachToProgramObject( const GLuint programObject );
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL3Plus/src/GLSL/
H A DOgreGLSLShader.cpp298 void GLSLShader::attachToProgramObject(const GLuint programObject) in attachToProgramObject() function in Ogre::GLSLShader
303 childShader->attachToProgramObject(programObject); in attachToProgramObject()
H A DOgreGLSLMonolithicProgram.cpp96 getVertexShader()->attachToProgramObject(mGLProgramHandle); in compileAndLink()
105 shader->attachToProgramObject(mGLProgramHandle); in compileAndLink()
H A DOgreGLSLSeparableProgram.cpp182 program->attachToProgramObject(programHandle); in loadIndividualProgram()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GLES2/src/GLSLES/src/
H A DOgreGLSLESLinkProgram.cpp146 getVertexProgram()->attachToProgramObject(mGLProgramHandle); in compileAndLink()
150 mFragmentProgram->attachToProgramObject(mGLProgramHandle); in compileAndLink()
H A DOgreGLSLESProgramPipeline.cpp81 getVertexProgram()->attachToProgramObject(programHandle); in compileAndLink()
114 mFragmentProgram->attachToProgramObject(programHandle); in compileAndLink()
H A DOgreGLSLESProgram.cpp285 void GLSLESProgram::attachToProgramObject( const GLuint programObject ) in attachToProgramObject() function in Ogre::GLSLESProgram
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES2/src/GLSLES/src/
H A DOgreGLSLESLinkProgram.cpp159 mVertexProgram->getGLSLProgram()->attachToProgramObject(mGLProgramHandle); in compileAndLink()
173 mFragmentProgram->getGLSLProgram()->attachToProgramObject(mGLProgramHandle); in compileAndLink()
H A DOgreGLSLESProgramPipeline.cpp78 mVertexProgram->getGLSLProgram()->attachToProgramObject(programHandle); in compileAndLink()
111 mFragmentProgram->getGLSLProgram()->attachToProgramObject(programHandle); in compileAndLink()
H A DOgreGLSLESProgram.cpp397 void GLSLESProgram::attachToProgramObject( const GLuint programObject ) in attachToProgramObject() function in Ogre::GLSLESProgram
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GLSupport/include/GLSL/
H A DOgreGLSLShaderCommon.h81 virtual void attachToProgramObject(const uint programObject) = 0;
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/src/GLSL/include/
H A DOgreGLSLProgram.h81 void attachToProgramObject( const GLhandleARB programObject );
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL3Plus/src/GLSL/include/
H A DOgreGLSLProgram.h137 void attachToProgramObject( const GLuint programObject );