Home
last modified time | relevance | path

Searched refs:openGLVersion (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/quesa/quesa-1.8/Source/Renderers/Common/
H A DGLUtils.c282 const char* openGLVersion = (const char*)glGetString( GL_VERSION ); in GLUtils_CheckExtensions() local
292 if (openGLVersion != NULL) in GLUtils_CheckExtensions()
295 while (((openGLVersion[j] <= '9') && (openGLVersion[j] >= '0')) || (openGLVersion[j] == '.')) in GLUtils_CheckExtensions()
297 if ((openGLVersion[j] <= '9') && (openGLVersion[j] >= '0')) in GLUtils_CheckExtensions()
299 glVersion += (openGLVersion[j] - '0') << shiftVal; in GLUtils_CheckExtensions()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthTriton/
H A DTritonContext.cpp130 float openGLVersion = osg::getGLVersionNumber(); in initialize() local
133 if( openGLVersion >= 4.1 ) in initialize()
135 else if( openGLVersion >= 4.0 ) in initialize()
137 else if( openGLVersion >= 3.2 ) in initialize()
/dports/x11-toolkits/qt5-datavis3d/kde-qtdatavis3d-5.15.2p2/src/datavisualization/utils/
H A Dqutils.h80 const GLubyte *openGLVersion = ctx->functions()->glGetString(GL_VERSION); in qDefaultSurfaceFormat() local
81 versionStr = QString::fromLatin1(reinterpret_cast<const char *>(openGLVersion)).toLower(); in qDefaultSurfaceFormat()
H A Dutils.cpp367 const GLubyte *openGLVersion = ctx->functions()->glGetString(GL_VERSION); in resolveStatics() local
368 versionStr = QString::fromLatin1(reinterpret_cast<const char *>(openGLVersion)).toLower(); in resolveStatics()
/dports/x11-toolkits/qt5-datavis3d/kde-qtdatavis3d-5.15.2p2/src/datavisualization/engine/
H A Dqabstract3dgraph.cpp210 const GLubyte *openGLVersion = glGetString(GL_VERSION); in QAbstract3DGraph() local
211 qDebug() << "OpenGL version:" << (const char *)openGLVersion; in QAbstract3DGraph()
/dports/science/shelxle/shelxle-1.0.1352/
H A Dwindow.cpp16809 QString openGLVersion=QString("OpenGL Version %1").arg((char *)glGetString(GL_VERSION)); in aboutXLE() local
16847 .arg(openGLVersion) in aboutXLE()