Home
last modified time | relevance | path

Searched refs:EGL_CONFIG_CAVEAT (Results 1 – 25 of 369) sorted by relevance

12345678910>>...15

/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GLSupport/src/EGL/
H A DOgreEGLSupport.cpp195 fields[EGL_CONFIG_CAVEAT] = EGL_NONE; in GLConfigAttribs()
218 if (fields[EGL_CONFIG_CAVEAT] != alternative.fields[EGL_CONFIG_CAVEAT]) in operator >()
220 if (fields[EGL_CONFIG_CAVEAT] == EGL_SLOW_CONFIG) in operator >()
236 if (it->first != EGL_CONFIG_CAVEAT && in operator >()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES/src/EGL/
H A DOgreEGLSupport.cpp304 fields[EGL_CONFIG_CAVEAT] = EGL_NONE; in GLConfigAttribs()
327 if (fields[EGL_CONFIG_CAVEAT] != alternative.fields[EGL_CONFIG_CAVEAT]) in operator >()
329 if (fields[EGL_CONFIG_CAVEAT] == EGL_SLOW_CONFIG) in operator >()
345 if (it->first != EGL_CONFIG_CAVEAT && in operator >()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES2/src/EGL/
H A DOgreEGLSupport.cpp325 fields[EGL_CONFIG_CAVEAT] = EGL_NONE; in GLConfigAttribs()
348 if (fields[EGL_CONFIG_CAVEAT] != alternative.fields[EGL_CONFIG_CAVEAT]) in operator >()
350 if (fields[EGL_CONFIG_CAVEAT] == EGL_SLOW_CONFIG) in operator >()
366 if (it->first != EGL_CONFIG_CAVEAT && in operator >()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/egl/
H A DteglChooseConfigTests.cpp97 const EGLint aCaveat = eglu::getConfigAttribInt(egl, display, as[configNdx], EGL_CONFIG_CAVEAT); in configListEqual()
98 const EGLint bCaveat = eglu::getConfigAttribInt(egl, display, bs[configNdx], EGL_CONFIG_CAVEAT); in configListEqual()
262 { EGL_CONFIG_CAVEAT, EGL_DONT_CARE }, in getValue()
429 { EGL_CONFIG_CAVEAT, ChooseConfigRandomCase::getConfigCaveat, }, in genRandomAttributes()
553 { EGL_CONFIG_CAVEAT, "config_caveat" }, in init()
650 EGL_CONFIG_CAVEAT, in init()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/gles2_conform_support/egl/
H A Dconfig.cc102 case EGL_CONFIG_CAVEAT: in GetAttrib()
185 case EGL_CONFIG_CAVEAT: in ValidateAttributeList()
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/gles2_conform_support/egl/
H A Dconfig.cc102 case EGL_CONFIG_CAVEAT: in GetAttrib()
185 case EGL_CONFIG_CAVEAT: in ValidateAttributeList()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/android/org/scummvm/scummvm/
H A DScummVM.java291 EGL10.EGL_CONFIG_CAVEAT,
340 if (get(EGL10.EGL_CONFIG_CAVEAT) != EGL10.EGL_NONE) in weight()
390 switch (get(EGL10.EGL_CONFIG_CAVEAT)) { in toString()
403 get(EGL10.EGL_CONFIG_CAVEAT)); in toString()
/dports/games/residualvm/residualvm-0.3.1/backends/platform/android/org/residualvm/residualvm/
H A DResidualVM.java296 EGL10.EGL_CONFIG_CAVEAT,
345 if (get(EGL10.EGL_CONFIG_CAVEAT) != EGL10.EGL_NONE) in weight()
395 switch (get(EGL10.EGL_CONFIG_CAVEAT)) { in toString()
408 get(EGL10.EGL_CONFIG_CAVEAT)); in toString()
/dports/games/scummvm/scummvm-2.5.1/backends/platform/android3d/org/residualvm/residualvm/
H A DResidualVM.java304 EGL10.EGL_CONFIG_CAVEAT,
353 if (get(EGL10.EGL_CONFIG_CAVEAT) != EGL10.EGL_NONE) in weight()
403 switch (get(EGL10.EGL_CONFIG_CAVEAT)) { in toString()
416 get(EGL10.EGL_CONFIG_CAVEAT)); in toString()
/dports/games/scummvm/scummvm-2.5.1/backends/platform/android/org/scummvm/scummvm/
H A DScummVM.java326 EGL10.EGL_CONFIG_CAVEAT,
383 if (get(EGL10.EGL_CONFIG_CAVEAT) != EGL10.EGL_NONE) in weight()
434 switch (get(EGL10.EGL_CONFIG_CAVEAT)) { in toString()
447 get(EGL10.EGL_CONFIG_CAVEAT)); in toString()
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/interface/khronos/egl/
H A Degl_client_config_cr.c146 case EGL_CONFIG_CAVEAT: in egl_config_check_attribs()
492 case EGL_CONFIG_CAVEAT: in egl_config_get_attrib()
675 case EGL_CONFIG_CAVEAT: in egl_config_filter()
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/EGL/
H A Ddebug.py122 EGL_CONFIG_CAVEAT,
149 (EGL_CONFIG_CAVEAT, CAVEAT_BITS),
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/egl/
H A DegluConfigInfo.cpp50 case EGL_CONFIG_CAVEAT: return configCaveat; in getAttribute()
99 egl.getConfigAttrib(display, config, EGL_CONFIG_CAVEAT, (EGLint*)&dst->configCaveat); in queryCoreConfigInfo()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GLSupport/src/EGL/WIN32/
H A DOgreWin32EGLSupport.cpp86 getGLConfigAttrib(glConfigs[config], EGL_CONFIG_CAVEAT, &caveat); in Win32EGLSupport()
/dports/www/grafana8/grafana-8.3.6/vendor/golang.org/x/exp/shiny/driver/gldriver/
H A Dx11.c94 EGL_CONFIG_CAVEAT, EGL_NONE, in startDriver()
300 EGL_CONFIG_CAVEAT, EGL_NONE, in surfaceCreate()
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/golang.org/x/exp/shiny/driver/gldriver/
H A Dx11.c94 EGL_CONFIG_CAVEAT, EGL_NONE, in startDriver()
300 EGL_CONFIG_CAVEAT, EGL_NONE, in surfaceCreate()
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/tests/
H A Degltest.py26 EGL_CONFIG_CAVEAT, EGL_NONE, # Don't allow slow/non-conformant
/dports/devel/godot-tools/godot-3.2.3-stable/platform/android/java/lib/src/org/godotengine/godot/utils/
H A DGLUtils.java96 EGL10.EGL_CONFIG_CAVEAT,
/dports/devel/godot/godot-3.2.3-stable/platform/android/java/lib/src/org/godotengine/godot/utils/
H A DGLUtils.java96 EGL10.EGL_CONFIG_CAVEAT,
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES/src/EGL/WIN32/
H A DOgreWin32EGLSupport.cpp79 getGLConfigAttrib(glConfigs[config], EGL_CONFIG_CAVEAT, &caveat); in Win32EGLSupport()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES2/src/EGL/WIN32/
H A DOgreWin32EGLSupport.cpp87 getGLConfigAttrib(glConfigs[config], EGL_CONFIG_CAVEAT, &caveat); in Win32EGLSupport()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/cairo/cairo/src/
H A Dcairo-eagle-context.c88 EGL_CONFIG_CAVEAT, EGL_NONE, in _eagle_init()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/gui/fb/
H A Dfb_glue_gles1.cpp145 EGL_CONFIG_CAVEAT, EGL_NONE, in init()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/cairo/cairo/src/
H A Dcairo-eagle-context.c88 EGL_CONFIG_CAVEAT, EGL_NONE, in _eagle_init()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/cairo/cairo/src/
H A Dcairo-eagle-context.c88 EGL_CONFIG_CAVEAT, EGL_NONE, in _eagle_init()

12345678910>>...15