Home
last modified time | relevance | path

Searched refs:glMajor (Results 1 – 25 of 42) sorted by relevance

12

/dports/games/craft/Craft-1.0fbsd/deps/glfw/src/
H A Dcontext.c101 if (wndconfig->glMajor < 1 || wndconfig->glMinor < 0 || in _glfwIsValidContextConfig()
131 if (wndconfig->glMajor < 3 || in _glfwIsValidContextConfig()
144 if (wndconfig->glForward && wndconfig->glMajor < 3) in _glfwIsValidContextConfig()
366 &window->glMajor, in _glfwRefreshContextAttribs()
374 if (window->glMajor > 2) in _glfwRefreshContextAttribs()
392 if (window->glMajor >= 3) in _glfwRefreshContextAttribs()
412 if (window->glMajor > 3 || in _glfwRefreshContextAttribs()
413 (window->glMajor == 3 && window->glMinor >= 2)) in _glfwRefreshContextAttribs()
465 if (window->glMajor < wndconfig->glMajor || in _glfwIsValidContext()
466 (window->glMajor == wndconfig->glMajor && in _glfwIsValidContext()
[all …]
H A Degl_context.c160 if (wndconfig->glMajor == 1) in chooseFBConfigs()
368 if (wndconfig->glMajor != 1 || wndconfig->glMinor != 0) in _glfwCreateContext()
370 setEGLattrib(EGL_CONTEXT_MAJOR_VERSION_KHR, wndconfig->glMajor); in _glfwCreateContext()
390 setEGLattrib(EGL_CONTEXT_CLIENT_VERSION, wndconfig->glMajor); in _glfwCreateContext()
H A Dnsgl_context.m89 if (wndconfig->glMajor == 3 && wndconfig->glMinor < 2)
97 if (wndconfig->glMajor > 2)
119 if (wndconfig->glMajor > 2)
147 if (wndconfig->glMajor > 2)
H A Dinternal.h149 int glMajor; member
216 int glMajor, glMinor, glRevision; member
292 int glMajor; member
H A Dwindow.c185 wndconfig.glMajor = _glfw.hints.glMajor; in glfwCreateWindow()
272 _glfw.hints.glMajor = 1; in glfwDefaultWindowHints()
353 _glfw.hints.glMajor = hint; in glfwWindowHint()
560 return window->glMajor; in glfwGetWindowAttrib()
H A Dwgl_context.c415 if (wndconfig->glMajor != 1 || wndconfig->glMinor != 0) in _glfwCreateContext()
417 setWGLattrib(WGL_CONTEXT_MAJOR_VERSION_ARB, wndconfig->glMajor); in _glfwCreateContext()
541 if (wndconfig->glMajor != 1 || wndconfig->glMinor != 0) in _glfwAnalyzeContext()
/dports/graphics/glfw2/glfw-2.7.9/lib/
H A Dwindow.c62 _glfwLibrary.hints.glMajor = 1; in _glfwClearWindowHints()
458 wndconfig.glMajor = Max( _glfwLibrary.hints.glMajor, 1 ); in glfwOpenWindow()
464 if( wndconfig.glMajor == 1 && wndconfig.glMinor > 5 ) in glfwOpenWindow()
485 ( wndconfig.glMajor < 3 || ( wndconfig.glMajor == 3 && wndconfig.glMinor < 2 ) ) ) in glfwOpenWindow()
491 if( wndconfig.glForward && wndconfig.glMajor < 3 ) in glfwOpenWindow()
560 if( _glfwWin.glMajor < wndconfig.glMajor || in glfwOpenWindow()
561 ( _glfwWin.glMajor == wndconfig.glMajor && in glfwOpenWindow()
570 ( _glfwWin.glMajor >= 2 ) || in glfwOpenWindow()
578 if( _glfwWin.glMajor > 2 ) in glfwOpenWindow()
650 _glfwLibrary.hints.glMajor = hint; in glfwOpenWindowHint()
[all …]
H A Dglext.c138 _glfwParseGLVersion( &_glfwWin.glMajor, &_glfwWin.glMinor, in _glfwRefreshContextParams()
145 if( _glfwWin.glMajor >= 3 ) in _glfwRefreshContextParams()
156 if( _glfwWin.glMajor > 3 || in _glfwRefreshContextParams()
157 ( _glfwWin.glMajor == 3 && _glfwWin.glMinor >= 2 ) ) in _glfwRefreshContextParams()
200 if( _glfwWin.glMajor < 3 ) in glfwExtensionSupported()
273 *major = _glfwWin.glMajor; in glfwGetGLVersion()
H A Dinternal.h79 int glMajor; member
105 int glMajor; member
H A Dimage.c539 if( (_glfwWin.glMajor == 1) && (_glfwWin.glMinor == 0) && in glfwLoadTextureImage2D()
589 if( _glfwWin.glMajor == 1 && _glfwWin.glMinor == 0 ) in glfwLoadTextureImage2D()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/windowing/wayland/
H A DWinSystemWaylandEGLContextGL.cpp73 const EGLint glMajor = 3; in CreateContext() local
77 contextAttribs.Add({{EGL_CONTEXT_MAJOR_VERSION_KHR, glMajor}, in CreateContext()
93 …core profile. Kodi will run in compatibility mode, but performance may suffer.", glMajor, glMinor); in CreateContext()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/windowing/gbm/
H A DWinSystemGbmGLContext.cpp144 const EGLint glMajor = 3; in CreateContext() local
148 contextAttribs.Add({{EGL_CONTEXT_MAJOR_VERSION_KHR, glMajor}, in CreateContext()
164 …core profile. Kodi will run in compatibility mode, but performance may suffer.", glMajor, glMinor); in CreateContext()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLGLSL.cpp27 uint32_t glMajor = GR_GL_MAJOR_VER(glVer), in GrGLGetGLSLGeneration() local
29 ver = SkTMin(ver, GR_GLSL_VER(glMajor, 10 * glMinor)); in GrGLGetGLSLGeneration()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLGLSL.cpp27 uint32_t glMajor = GR_GL_MAJOR_VER(glVer), in GrGLGetGLSLGeneration() local
29 ver = SkTMin(ver, GR_GLSL_VER(glMajor, 10 * glMinor)); in GrGLGetGLSLGeneration()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLGLSL.cpp27 uint32_t glMajor = GR_GL_MAJOR_VER(glVer), in GrGLGetGLSLGeneration() local
29 ver = SkTMin(ver, GR_GLSL_VER(glMajor, 10 * glMinor)); in GrGLGetGLSLGeneration()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLGLSL.cpp27 uint32_t glMajor = GR_GL_MAJOR_VER(glVer), in GrGLGetGLSLGeneration() local
29 ver = SkTMin(ver, GR_GLSL_VER(glMajor, 10 * glMinor)); in GrGLGetGLSLGeneration()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/gl/
H A DGrGLGLSL.cpp27 uint32_t glMajor = GR_GL_MAJOR_VER(glVer), in GrGLGetGLSLGeneration() local
29 ver = std::min(ver, GR_GLSL_VER(glMajor, 10 * glMinor)); in GrGLGetGLSLGeneration()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/gl/
H A DGrGLGLSL.cpp27 uint32_t glMajor = GR_GL_MAJOR_VER(glVer), in GrGLGetGLSLGeneration() local
29 ver = std::min(ver, GR_GLSL_VER(glMajor, 10 * glMinor)); in GrGLGetGLSLGeneration()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles2/functional/
H A Des2fStringQueryTests.cpp83 int glMajor = 0; in init()
89 versionStream >> glMajor; // x in init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles3/functional/
H A Des3fStringQueryTests.cpp83 int glMajor = 0; in init()
90 versionStream >> glMajor; // 3 in init()
/dports/graphics/instant-meshes/instant-meshes-0.0-42-g4a083f4/ext/nanogui/python/
H A Dexample2.py40 screen = Screen((500, 700), "NanoGUI test [GL 4.1]", glMajor=4, glMinor=1)
/dports/x11-toolkits/nanogui/nanogui-e9ec8a1a9861cf578d9c6e85a6420080aa715c03/python/
H A Dexample2.py40 screen = Screen((500, 700), "NanoGUI test [GL 4.1]", glMajor=4, glMinor=1)
/dports/graphics/glfw2/glfw-2.7.9/lib/cocoa/
H A Dplatform.h117 int glMajor, glMinor, glRevision; member
/dports/graphics/instant-meshes/instant-meshes-0.0-42-g4a083f4/ext/nanogui/include/nanogui/
H A Dscreen.h84 unsigned int glMajor = 3, unsigned int glMinor = 3); in NAMESPACE_BEGIN()
/dports/x11-toolkits/nanogui/nanogui-e9ec8a1a9861cf578d9c6e85a6420080aa715c03/include/nanogui/
H A Dscreen.h84 unsigned int glMajor = 3, unsigned int glMinor = 3); in NAMESPACE_BEGIN()

12