Searched refs:GLSLShaderFactory (Results 1 – 4 of 4) sorted by relevance
37 GLSLProgramManager* GLSLShaderFactory::mProgramManager = NULL;39 String GLSLShaderFactory::mLanguageName = "glsl";42 GLSLShaderFactory::GLSLShaderFactory(GL3PlusRenderSystem* renderSystem) in GLSLShaderFactory() function in Ogre::GLSLShaderFactory51 GLSLShaderFactory::~GLSLShaderFactory(void) in ~GLSLShaderFactory()61 const String& GLSLShaderFactory::getLanguage(void) const in getLanguage()67 HighLevelGpuProgram* GLSLShaderFactory::create( in create()76 void GLSLShaderFactory::destroy(HighLevelGpuProgram* prog) in destroy()
41 class _OgreGL3PlusExport GLSLShaderFactory : public HighLevelGpuProgramFactory47 GLSLShaderFactory(GL3PlusRenderSystem* renderSystem);48 ~GLSLShaderFactory(void);
49 class GLSLShaderFactory; variable96 GLSLShaderFactory* mGLSLShaderFactory;
509 mGLSLShaderFactory = new GLSLShaderFactory(this); in initialiseFromRenderSystemCapabilities()