Home
last modified time | relevance | path

Searched refs:pcRenderer (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES2/src/
H A DOgreGLES2Support.cpp73 const GLubyte* pcRenderer = glGetString(GL_RENDERER); in initialiseExtensions() local
74 tmpStr = (const char*)pcRenderer; in initialiseExtensions()
/dports/graphics/qgis/qgis-3.22.3/src/gui/
H A Dqgshighlight.cpp402 if ( QgsPointCloudRenderer *pcRenderer = pcLayer->renderer() ) in paint() local
404 …0.5 * mRenderContext.convertToPainterUnits( pcRenderer->pointSize(), pcRenderer->pointSizeUnit(), in paint()
406 switch ( pcRenderer->pointSymbol() ) in paint()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/src/
H A DOgreGLTextureManager.cpp188 const GLubyte* pcRenderer = glGetString(GL_RENDERER); in isHardwareFilteringSupported() local
189 String str = (const char*)pcRenderer; in isHardwareFilteringSupported()
H A DOgreGLSupport.cpp69 const GLubyte* pcRenderer = glGetString(GL_RENDERER); in initialiseExtensions() local
70 tmpStr = (const char*)pcRenderer; in initialiseExtensions()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL3Plus/src/
H A DOgreGL3PlusSupport.cpp72 const GLubyte* pcRenderer = glGetString(GL_RENDERER); in initialiseExtensions() local
73 tmpStr = (const char*)pcRenderer; in initialiseExtensions()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES/src/
H A DOgreGLESSupport.cpp75 const GLubyte* pcRenderer = glGetString(GL_RENDERER); in initialiseExtensions() local
76 tmpStr = (const char*)pcRenderer; in initialiseExtensions()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GLES2/src/
H A DOgreGLES2RenderSystem.cpp2319 const GLubyte* pcRenderer = glGetString(GL_RENDERER); in initialiseExtensions() local
2320 tmpStr = (const char*)pcRenderer; in initialiseExtensions()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL3Plus/src/
H A DOgreGL3PlusRenderSystem.cpp2486 const GLubyte* pcRenderer = glGetString(GL_RENDERER); in initialiseExtensions() local
2487 tmpStr = (const char*)pcRenderer; in initialiseExtensions()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL/src/
H A DOgreGLRenderSystem.cpp3561 const GLubyte* pcRenderer = glGetString(GL_RENDERER); in initialiseExtensions() local
3562 tmpStr = (const char*)pcRenderer; in initialiseExtensions()