Home
last modified time | relevance | path

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

/dports/graphics/freeglut/freeglut-3.2.1/src/x11/
H A Dfg_window_x11_glx.c178 int where = 0, contextFlags, contextProfile; in fghFillContextAttributes() local
190 contextProfile = in fghFillContextAttributes()
193 if ( contextProfile != 0 ) { in fghFillContextAttributes()
194 ATTRIB_VAL( GLX_CONTEXT_PROFILE_MASK_ARB, contextProfile ); in fghFillContextAttributes()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/freeglut/src/x11/
H A Dfg_window_x11_glx.c178 int where = 0, contextFlags, contextProfile; in fghFillContextAttributes() local
190 contextProfile = in fghFillContextAttributes()
193 if ( contextProfile != 0 ) { in fghFillContextAttributes()
194 ATTRIB_VAL( GLX_CONTEXT_PROFILE_MASK_ARB, contextProfile ); in fghFillContextAttributes()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/scenegraph/util/
H A Dqsgshadersourcebuilder_p.h84 QSurfaceFormat::OpenGLContextProfile contextProfile() const;
H A Dqsgshadersourcebuilder.cpp378 if (contextProfile() != QSurfaceFormat::CoreProfile) { in resolveShaderPath()
391 QSurfaceFormat::OpenGLContextProfile QSGShaderSourceBuilder::contextProfile() const in contextProfile() function in QSGShaderSourceBuilder
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/scenegraph/util/
H A Dqsgshadersourcebuilder_p.h84 QSurfaceFormat::OpenGLContextProfile contextProfile() const;
H A Dqsgshadersourcebuilder.cpp378 if (contextProfile() != QSurfaceFormat::CoreProfile) { in resolveShaderPath()
391 QSurfaceFormat::OpenGLContextProfile QSGShaderSourceBuilder::contextProfile() const in contextProfile() function in QSGShaderSourceBuilder
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/box2d/freeglut/
H A Dfreeglut_window.c358 int where = 0, contextFlags, contextProfile; in fghFillContextAttributes() local
372 contextProfile = in fghFillContextAttributes()
375 if ( contextProfile != 0 ) { in fghFillContextAttributes()
376 ATTRIB_VAL( WGL_CONTEXT_PROFILE_MASK_ARB, contextProfile ); in fghFillContextAttributes()
669 int where = 0, contextFlags, contextProfile; in fghFillContextAttributes() local
683 contextProfile = in fghFillContextAttributes()
686 if ( contextProfile != 0 ) { in fghFillContextAttributes()
687 ATTRIB_VAL( GLX_CONTEXT_PROFILE_MASK_ARB, contextProfile ); in fghFillContextAttributes()
/dports/graphics/freeglut/freeglut-3.2.1/src/mswin/
H A Dfg_window_mswin.c107 int where = 0, contextFlags, contextProfile; in fghFillContextAttributes() local
119 contextProfile = in fghFillContextAttributes()
122 if ( contextProfile != 0 ) { in fghFillContextAttributes()
123 ATTRIB_VAL( WGL_CONTEXT_PROFILE_MASK_ARB, contextProfile ); in fghFillContextAttributes()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/freeglut/src/mswin/
H A Dfg_window_mswin.c107 int where = 0, contextFlags, contextProfile; in fghFillContextAttributes() local
119 contextProfile = in fghFillContextAttributes()
122 if ( contextProfile != 0 ) { in fghFillContextAttributes()
123 ATTRIB_VAL( WGL_CONTEXT_PROFILE_MASK_ARB, contextProfile ); in fghFillContextAttributes()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GLSupport/src/OSX/
H A DOgreOSXGL3PlusSupport.mm164 params["contextProfile"] = StringConverter::toString(int(mContextProfile));
H A DOgreOSXCocoaWindow.mm219 opt = miscParams->find("contextProfile");