/third_party/openGLES/extensions/EXT/ |
D | GLX_EXT_create_context_es2_profile.txt | 57 GLX_CONTEXT_PROFILE_MASK_ARB in <*attrib_list>: 82 GLX_CONTEXT_PROFILE_MASK_ARB attribute (see below), then the context 92 GLX_CONTEXT_PROFILE_MASK_ARB is ignored and the functionality of the 101 3.2, GLX_CONTEXT_PROFILE_MASK_ARB is ignored and the functionality 122 GLX_CONTEXT_PROFILE_MASK_ARB has no bits set;..." with 124 "* If attribute GLX_CONTEXT_PROFILE_MASK_ARB has no bits set; has any 142 GLX_CONTEXT_PROFILE_MASK_ARB contains more than a single valid
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | GLX_EXT_create_context_es2_profile.txt | 57 GLX_CONTEXT_PROFILE_MASK_ARB in <*attrib_list>: 82 GLX_CONTEXT_PROFILE_MASK_ARB attribute (see below), then the context 92 GLX_CONTEXT_PROFILE_MASK_ARB is ignored and the functionality of the 101 3.2, GLX_CONTEXT_PROFILE_MASK_ARB is ignored and the functionality 122 GLX_CONTEXT_PROFILE_MASK_ARB has no bits set;..." with 124 "* If attribute GLX_CONTEXT_PROFILE_MASK_ARB has no bits set; has any 142 GLX_CONTEXT_PROFILE_MASK_ARB contains more than a single valid
|
/third_party/flutter/skia/tools/gpu/gl/glx/ |
D | CreatePlatformGLTestContext_glx.cpp | 324 flags.push_back(GLX_CONTEXT_PROFILE_MASK_ARB); in CreateBestContext() 328 flags.push_back(GLX_CONTEXT_PROFILE_MASK_ARB); in CreateBestContext()
|
/third_party/skia/tools/gpu/gl/glx/ |
D | CreatePlatformGLTestContext_glx.cpp | 331 flags.push_back(GLX_CONTEXT_PROFILE_MASK_ARB); in CreateBestContext() 335 flags.push_back(GLX_CONTEXT_PROFILE_MASK_ARB); in CreateBestContext()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
D | platform_glx.h | 117 # define GLX_CONTEXT_PROFILE_MASK_ARB 0x9126 macro
|
D | DisplayGLX.cpp | 963 mAttribs.push_back(GLX_CONTEXT_PROFILE_MASK_ARB); in createContextAttribs()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
D | platform_glx.h | 117 # define GLX_CONTEXT_PROFILE_MASK_ARB 0x9126 macro
|
D | DisplayGLX.cpp | 890 mAttribs.push_back(GLX_CONTEXT_PROFILE_MASK_ARB); in createContextAttribs()
|
/third_party/openGLES/extensions/ARB/ |
D | GLX_ARB_create_context.txt | 85 GLX_CONTEXT_PROFILE_MASK_ARB 0x9126 94 GLX_CONTEXT_PROFILE_MASK_ARB in <*attrib_list>: 193 The attribute name GLX_CONTEXT_PROFILE_MASK_ARB requests an OpenGL 200 GLX_CONTEXT_PROFILE_MASK_ARB is ignored and the functionality of the 207 The default value for GLX_CONTEXT_PROFILE_MASK_ARB is 298 * If attribute GLX_CONTEXT_PROFILE_MASK_ARB has no bits set; has 543 GLX_CONTEXT_PROFILE_MASK_ARB attribute, the 622 (GLX_CONTEXT_PROFILE_MASK_ARB and the associated bit tokens).
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | GLX_ARB_create_context.txt | 75 GLX_CONTEXT_PROFILE_MASK_ARB 0x9126 84 GLX_CONTEXT_PROFILE_MASK_ARB in <*attrib_list>: 183 The attribute name GLX_CONTEXT_PROFILE_MASK_ARB requests an OpenGL 190 GLX_CONTEXT_PROFILE_MASK_ARB is ignored and the functionality of the 197 The default value for GLX_CONTEXT_PROFILE_MASK_ARB is 288 * If attribute GLX_CONTEXT_PROFILE_MASK_ARB has no bits set; has 533 GLX_CONTEXT_PROFILE_MASK_ARB attribute, the 612 (GLX_CONTEXT_PROFILE_MASK_ARB and the associated bit tokens).
|
/third_party/flutter/glfw/src/ |
D | glx_context.h | 57 #define GLX_CONTEXT_PROFILE_MASK_ARB 0x9126 macro
|
D | glx_context.c | 550 setGLXattrib(GLX_CONTEXT_PROFILE_MASK_ARB, mask); in _glfwCreateContextGLX()
|
/third_party/skia/tools/sk_app/unix/ |
D | GLWindowContext_unix.cpp | 88 GLX_CONTEXT_PROFILE_MASK_ARB, profile, in onInitializeContext()
|
/third_party/flutter/skia/tools/sk_app/unix/ |
D | GLWindowContext_unix.cpp | 89 GLX_CONTEXT_PROFILE_MASK_ARB, profile, in onInitializeContext()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
D | SDL_x11opengl.c | 89 #define GLX_CONTEXT_PROFILE_MASK_ARB 0x9126 macro 608 attribs[iattr++] = GLX_CONTEXT_PROFILE_MASK_ARB; in X11_GL_CreateContext()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/MESA/ |
D | GLX_MESA_query_renderer.txt | 144 GLX_CONTEXT_PROFILE_MASK_ARB 313 with the GLX_CONTEXT_PROFILE_MASK_ARB and 317 GLX_CONTEXT_PROFILE_MASK_ARB attribute is ignored by
|
/third_party/openGLES/extensions/MESA/ |
D | GLX_MESA_query_renderer.txt | 136 GLX_CONTEXT_PROFILE_MASK_ARB 282 with the GLX_CONTEXT_PROFILE_MASK_ARB and 286 GLX_CONTEXT_PROFILE_MASK_ARB attribute is ignored by
|
/third_party/mesa3d/src/glx/ |
D | indirect_glx.c | 301 if (attr == GLX_CONTEXT_PROFILE_MASK_ARB) in indirect_create_context_attribs()
|
D | dri_common.c | 458 case GLX_CONTEXT_PROFILE_MASK_ARB: in dri_convert_glx_attribs()
|
/third_party/mesa3d/docs/_extra/specs/ |
D | MESA_query_renderer.spec | 136 GLX_CONTEXT_PROFILE_MASK_ARB
|
/third_party/vk-gl-cts/framework/platform/lnx/X11/ |
D | tcuLnxX11GlxPlatform.cpp | 358 attribs.push_back(GLX_CONTEXT_PROFILE_MASK_ARB); in createContext()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/ |
D | gstglcontext_glx.c | 577 attribs[n++] = GLX_CONTEXT_PROFILE_MASK_ARB; in _create_context_with_flags()
|
/third_party/openGLES/api/GL/ |
D | glxext.h | 169 #define GLX_CONTEXT_PROFILE_MASK_ARB 0x9126 macro
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
D | glxext.h | 188 #define GLX_CONTEXT_PROFILE_MASK_ARB 0x9126 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
D | glxext.h | 188 #define GLX_CONTEXT_PROFILE_MASK_ARB 0x9126 macro
|