Home
last modified time | relevance | path

Searched refs:GL_CONTEXT_FLAG_DEBUG_BIT (Results 1 – 25 of 534) sorted by relevance

12345678910>>...22

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/common/
H A DglcContextFlagsTests.cpp125 …addChild(new ContextFlagsCase(m_testCtx, glu::CONTEXT_DEBUG, GL_CONTEXT_FLAG_DEBUG_BIT, "debug_fla… in init()
131 GL_CONTEXT_FLAG_DEBUG_BIT | GL_CONTEXT_FLAG_ROBUST_ACCESS_BIT, in init()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/egl/spec/egl_khr_create_context/
H A Dvalid-flag-debug.c198 if (!(actual_flags & GL_CONTEXT_FLAG_DEBUG_BIT)) { in try_debug_flag()
202 actual_flags, GL_CONTEXT_FLAG_DEBUG_BIT); in try_debug_flag()
/dports/games/openage/openage-0.3.0-1262-ga554ab49/libopenage/error/
H A Dgl_debug.cpp54 if (!(flags & GL_CONTEXT_FLAG_DEBUG_BIT)) in create_debug_context()
/dports/devel/sfml/SFML-2.5.1/src/SFML/Window/
H A DGlContext.cpp114 #if !defined(GL_CONTEXT_FLAG_DEBUG_BIT)
115 #define GL_CONTEXT_FLAG_DEBUG_BIT 0x00000002 macro
706 if (flags & GL_CONTEXT_FLAG_DEBUG_BIT) in initialize()
/dports/graphics/qt5-wayland/kde-qtwayland-5.15.2p37/src/hardwareintegration/client/wayland-egl/
H A Dqwaylandglcontext.cpp95 #ifndef GL_CONTEXT_FLAG_DEBUG_BIT
96 #define GL_CONTEXT_FLAG_DEBUG_BIT 0x00000002 macro
386 if (value & GL_CONTEXT_FLAG_DEBUG_BIT) in updateGLFormat()
/dports/www/firefox/firefox-99.0/third_party/rust/glslopt/glsl-optimizer/src/mesa/main/
H A Derrors.h103 if (unlikely(ctx->Const.ContextFlags & GL_CONTEXT_FLAG_DEBUG_BIT)) { \
/dports/lang/clover/mesa-21.3.6/src/mesa/main/
H A Derrors.h103 if (unlikely(ctx->Const.ContextFlags & GL_CONTEXT_FLAG_DEBUG_BIT)) { \
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/glslopt/glsl-optimizer/src/mesa/main/
H A Derrors.h103 if (unlikely(ctx->Const.ContextFlags & GL_CONTEXT_FLAG_DEBUG_BIT)) { \
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/main/
H A Derrors.h103 if (unlikely(ctx->Const.ContextFlags & GL_CONTEXT_FLAG_DEBUG_BIT)) { \
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/main/
H A Derrors.h103 if (unlikely(ctx->Const.ContextFlags & GL_CONTEXT_FLAG_DEBUG_BIT)) { \
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/main/
H A Derrors.h103 if (unlikely(ctx->Const.ContextFlags & GL_CONTEXT_FLAG_DEBUG_BIT)) { \
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/main/
H A Derrors.h103 if (unlikely(ctx->Const.ContextFlags & GL_CONTEXT_FLAG_DEBUG_BIT)) { \
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/glslopt/glsl-optimizer/src/mesa/main/
H A Derrors.h103 if (unlikely(ctx->Const.ContextFlags & GL_CONTEXT_FLAG_DEBUG_BIT)) { \
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/main/
H A Derrors.h103 if (unlikely(ctx->Const.ContextFlags & GL_CONTEXT_FLAG_DEBUG_BIT)) { \
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/main/
H A Derrors.h103 if (unlikely(ctx->Const.ContextFlags & GL_CONTEXT_FLAG_DEBUG_BIT)) { \
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/main/
H A Derrors.h103 if (unlikely(ctx->Const.ContextFlags & GL_CONTEXT_FLAG_DEBUG_BIT)) { \
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/glslopt/glsl-optimizer/src/mesa/main/
H A Derrors.h103 if (unlikely(ctx->Const.ContextFlags & GL_CONTEXT_FLAG_DEBUG_BIT)) { \
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/main/
H A Derrors.h103 if (unlikely(ctx->Const.ContextFlags & GL_CONTEXT_FLAG_DEBUG_BIT)) { \
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/mesa/main/
H A Derrors.h107 if (unlikely(ctx->Const.ContextFlags & GL_CONTEXT_FLAG_DEBUG_BIT)) { \
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/main/
H A Derrors.h103 if (unlikely(ctx->Const.ContextFlags & GL_CONTEXT_FLAG_DEBUG_BIT)) { \
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/xdemos/
H A Dglinfo_common.c36 #ifndef GL_CONTEXT_FLAG_DEBUG_BIT
37 #define GL_CONTEXT_FLAG_DEBUG_BIT 0x00000002 macro
833 { GL_CONTEXT_FLAG_DEBUG_BIT, "debug" }, in context_flags_string()
/dports/x11/virtualgl/virtualgl-3.0/glxdemos/
H A Dglinfo_common.c38 #ifndef GL_CONTEXT_FLAG_DEBUG_BIT
39 #define GL_CONTEXT_FLAG_DEBUG_BIT 0x00000002 macro
896 { GL_CONTEXT_FLAG_DEBUG_BIT, "debug" }, in context_flags_string()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/xdemos/
H A Dglinfo_common.c36 #ifndef GL_CONTEXT_FLAG_DEBUG_BIT
37 #define GL_CONTEXT_FLAG_DEBUG_BIT 0x00000002 macro
888 { GL_CONTEXT_FLAG_DEBUG_BIT, "debug" }, in context_flags_string()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Common/GL/GLExtensions/
H A DKHR_debug.h26 #define GL_CONTEXT_FLAG_DEBUG_BIT 0x00000002 macro
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/glew-1.9.0/auto/extensions/
H A DGL_KHR_debug4 GL_CONTEXT_FLAG_DEBUG_BIT 0x00000002

12345678910>>...22