Home
last modified time | relevance | path

Searched refs:GLX_CONTEXT_PROFILE_MASK_ARB (Results 1 – 25 of 28) sorted by relevance

12

/third_party/openGLES/extensions/EXT/
DGLX_EXT_create_context_es2_profile.txt57 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/
DGLX_EXT_create_context_es2_profile.txt57 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/
DCreatePlatformGLTestContext_glx.cpp324 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/
DCreatePlatformGLTestContext_glx.cpp331 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/
Dplatform_glx.h117 # define GLX_CONTEXT_PROFILE_MASK_ARB 0x9126 macro
DDisplayGLX.cpp963 mAttribs.push_back(GLX_CONTEXT_PROFILE_MASK_ARB); in createContextAttribs()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
Dplatform_glx.h117 # define GLX_CONTEXT_PROFILE_MASK_ARB 0x9126 macro
DDisplayGLX.cpp890 mAttribs.push_back(GLX_CONTEXT_PROFILE_MASK_ARB); in createContextAttribs()
/third_party/openGLES/extensions/ARB/
DGLX_ARB_create_context.txt85 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/
DGLX_ARB_create_context.txt75 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/
Dglx_context.h57 #define GLX_CONTEXT_PROFILE_MASK_ARB 0x9126 macro
Dglx_context.c550 setGLXattrib(GLX_CONTEXT_PROFILE_MASK_ARB, mask); in _glfwCreateContextGLX()
/third_party/skia/tools/sk_app/unix/
DGLWindowContext_unix.cpp88 GLX_CONTEXT_PROFILE_MASK_ARB, profile, in onInitializeContext()
/third_party/flutter/skia/tools/sk_app/unix/
DGLWindowContext_unix.cpp89 GLX_CONTEXT_PROFILE_MASK_ARB, profile, in onInitializeContext()
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11opengl.c89 #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/
DGLX_MESA_query_renderer.txt144 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/
DGLX_MESA_query_renderer.txt136 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/
Dindirect_glx.c301 if (attr == GLX_CONTEXT_PROFILE_MASK_ARB) in indirect_create_context_attribs()
Ddri_common.c458 case GLX_CONTEXT_PROFILE_MASK_ARB: in dri_convert_glx_attribs()
/third_party/mesa3d/docs/_extra/specs/
DMESA_query_renderer.spec136 GLX_CONTEXT_PROFILE_MASK_ARB
/third_party/vk-gl-cts/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp358 attribs.push_back(GLX_CONTEXT_PROFILE_MASK_ARB); in createContext()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/
Dgstglcontext_glx.c577 attribs[n++] = GLX_CONTEXT_PROFILE_MASK_ARB; in _create_context_with_flags()
/third_party/openGLES/api/GL/
Dglxext.h169 #define GLX_CONTEXT_PROFILE_MASK_ARB 0x9126 macro
/third_party/skia/third_party/externals/swiftshader/include/GL/
Dglxext.h188 #define GLX_CONTEXT_PROFILE_MASK_ARB 0x9126 macro
/third_party/skia/third_party/externals/opengl-registry/api/GL/
Dglxext.h188 #define GLX_CONTEXT_PROFILE_MASK_ARB 0x9126 macro

12