Home
last modified time | relevance | path

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

/dports/astro/stellarium/stellarium-0.21.3/src/
H A DStelMainView.cpp1262 QOpenGLFunctions::OpenGLFeatures oglFeatures=context->functions()->openGLFeatures(); in dumpOpenGLdiagnostics() local
1264 …qDebug() << " - glActiveTexture() function" << (oglFeatures&QOpenGLFunctions::Multitexture ? "is" … in dumpOpenGLdiagnostics()
1265 …qDebug() << " - Shader functions" << (oglFeatures&QOpenGLFunctions::Shaders ? "are" : "are NOT ") … in dumpOpenGLdiagnostics()
1266 …qDebug() << " - Vertex and index buffer functions" << (oglFeatures&QOpenGLFunctions::Buffers ? "ar… in dumpOpenGLdiagnostics()
1267 …qDebug() << " - Framebuffer object functions" << (oglFeatures&QOpenGLFunctions::Framebuffers ? "ar… in dumpOpenGLdiagnostics()
1268 …qDebug() << " - glBlendColor()" << (oglFeatures&QOpenGLFunctions::BlendColor ? "is" : "is NOT") <<… in dumpOpenGLdiagnostics()
1269 …qDebug() << " - glBlendEquation()" << (oglFeatures&QOpenGLFunctions::BlendEquation ? "is" : "is NO… in dumpOpenGLdiagnostics()
1271 …qDebug() << " - glBlendFuncSeparate()" << (oglFeatures&QOpenGLFunctions::BlendFuncSeparate ? "is" … in dumpOpenGLdiagnostics()
1272 …qDebug() << " - Blend subtract mode" << (oglFeatures&QOpenGLFunctions::BlendSubtract ? "is" : "is … in dumpOpenGLdiagnostics()
1274 …qDebug() << " - glSampleCoverage() function" << (oglFeatures&QOpenGLFunctions::Multisample ? "is" … in dumpOpenGLdiagnostics()
[all …]