Home
last modified time | relevance | path

Searched refs:createWarningTexture (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL3Plus/src/
H A DOgreGL3PlusTextureManager.cpp41 createWarningTexture(); in GL3PlusTextureManager()
62 void GL3PlusTextureManager::createWarningTexture() in createWarningTexture() function in Ogre::GL3PlusTextureManager
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL3Plus/include/
H A DOgreGL3PlusTextureManager.h60 void createWarningTexture();
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES2/include/
H A DOgreGLES2TextureManager.h62 void createWarningTexture();
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES/include/
H A DOgreGLESTextureManager.h63 void createWarningTexture();
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/include/
H A DOgreGLTextureManager.h63 void createWarningTexture();
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES/src/
H A DOgreGLESTextureManager.cpp62 void GLESTextureManager::createWarningTexture() in createWarningTexture() function in Ogre::GLESTextureManager
H A DOgreGLESRenderSystem.cpp2690 static_cast<GLESTextureManager*>(mTextureManager)->createWarningTexture(); in _oneTimeContextInitialization()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES2/src/
H A DOgreGLES2TextureManager.cpp61 void GLES2TextureManager::createWarningTexture() in createWarningTexture() function in Ogre::GLES2TextureManager
H A DOgreGLES2RenderSystem.cpp1964 static_cast<GLES2TextureManager*>(mTextureManager)->createWarningTexture(); in _oneTimeContextInitialization()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/src/
H A DOgreGLTextureManager.cpp59 void GLTextureManager::createWarningTexture() in createWarningTexture() function in Ogre::GLTextureManager
H A DOgreGLRenderSystem.cpp3485 static_cast<GLTextureManager*>(mTextureManager)->createWarningTexture(); in _oneTimeContextInitialization()