Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DGLX_ARB_create_context_robustness.txt55 Accepted as a bit in the attribute value for GLX_CONTEXT_FLAGS_ARB
84 GLX_CONTEXT_FLAGS_ARB is 0.":
87 GLX_CONTEXT_FLAGS_ARB, then a context supporting <robust buffer
133 set in attribute GLX_CONTEXT_FLAGS_ARB, and no GL context supporting
DGLX_ARB_robustness_application_isolation.txt67 Accepted as a bit in the attribute value for GLX_CONTEXT_FLAGS_ARB
133 is set in attribute GLX_CONTEXT_FLAGS_ARB, and no GL context
DGLX_ARB_create_context.txt74 GLX_CONTEXT_FLAGS_ARB 0x2094
77 Accepted as bits in the attribute value for GLX_CONTEXT_FLAGS_ARB in
205 The attribute name GLX_CONTEXT_FLAGS_ARB specifies a set of flag
209 GLX_CONTEXT_FLAGS_ARB, then a <debug context> will be created. Debug
220 GLX_CONTEXT_FLAGS_ARB, then a <forward-compatible> context will be
227 The default value of GLX_CONTEXT_FLAGS_ARB is 0.
/third_party/openGLES/extensions/ARB/
DGLX_ARB_create_context_robustness.txt65 Accepted as a bit in the attribute value for GLX_CONTEXT_FLAGS_ARB
94 GLX_CONTEXT_FLAGS_ARB is 0.":
97 GLX_CONTEXT_FLAGS_ARB, then a context supporting <robust buffer
143 set in attribute GLX_CONTEXT_FLAGS_ARB, and no GL context supporting
DGLX_ARB_robustness_application_isolation.txt77 Accepted as a bit in the attribute value for GLX_CONTEXT_FLAGS_ARB
143 is set in attribute GLX_CONTEXT_FLAGS_ARB, and no GL context
DGLX_ARB_create_context.txt84 GLX_CONTEXT_FLAGS_ARB 0x2094
87 Accepted as bits in the attribute value for GLX_CONTEXT_FLAGS_ARB in
215 The attribute name GLX_CONTEXT_FLAGS_ARB specifies a set of flag
219 GLX_CONTEXT_FLAGS_ARB, then a <debug context> will be created. Debug
230 GLX_CONTEXT_FLAGS_ARB, then a <forward-compatible> context will be
237 The default value of GLX_CONTEXT_FLAGS_ARB is 0.
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
Dplatform_glx.h112 # define GLX_CONTEXT_FLAGS_ARB 0x2094 macro
DDisplayGLX.cpp941 mAttribs.push_back(GLX_CONTEXT_FLAGS_ARB); in createContextAttribs()
/third_party/glfw/src/
Dglx_context.h61 #define GLX_CONTEXT_FLAGS_ARB 0x2094 macro
Dglx_context.c553 setGLXattrib(GLX_CONTEXT_FLAGS_ARB, flags); in _glfwCreateContextGLX()
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DGLX_EXT_create_context_es2_profile.txt107 "The attribute name GLX_CONTEXT_FLAGS_ARB specifies a set of flag
/third_party/openGLES/extensions/EXT/
DGLX_EXT_create_context_es2_profile.txt107 "The attribute name GLX_CONTEXT_FLAGS_ARB specifies a set of flag
/third_party/mesa3d/src/glx/
Ddri_common.c545 case GLX_CONTEXT_FLAGS_ARB: in dri_convert_glx_attribs()
/third_party/vk-gl-cts/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp393 attribs.push_back(GLX_CONTEXT_FLAGS_ARB); in createContext()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/
Dgstglcontext_glx.c572 attribs[n++] = GLX_CONTEXT_FLAGS_ARB; in _create_context_with_flags()
/third_party/mesa3d/include/GL/
Dglxext.h172 #define GLX_CONTEXT_FLAGS_ARB 0x2094 macro
/third_party/skia/third_party/externals/swiftshader/include/GL/
Dglxext.h172 #define GLX_CONTEXT_FLAGS_ARB 0x2094 macro
/third_party/skia/third_party/externals/opengl-registry/api/GL/
Dglxext.h172 #define GLX_CONTEXT_FLAGS_ARB 0x2094 macro
/third_party/openGLES/api/GL/
Dglxext.h153 #define GLX_CONTEXT_FLAGS_ARB 0x2094 macro
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
Dglx_api.c2680 case GLX_CONTEXT_FLAGS_ARB: in glXCreateContextAttribsARB()