Home
last modified time | relevance | path

Searched refs:glXCreateContextAttribsARB (Results 1 – 25 of 51) sorted by relevance

123

/third_party/mesa3d/src/glx/tests/
Dcreate_context_unittest.cpp192 glXCreateContextAttribsARB(NULL, (GLXFBConfig) &this->fbc, 0, in TEST_F()
205 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0, in TEST_F()
219 ctx = glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0, in TEST_F()
227 ctx = glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0, in TEST_F()
234 ctx = glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0, in TEST_F()
243 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0, in TEST_F()
248 ctx = glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, share, in TEST_F()
259 ctx = glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0, in TEST_F()
267 ctx = glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0, in TEST_F()
277 ctx = glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0, in TEST_F()
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DGLX_ARB_create_context_robustness.txt56 in the <*attrib_list> argument to glXCreateContextAttribsARB:
61 glXCreateContextAttribsARB:
67 argument to glXCreateContextAttribsARB:
82 In the description of glXCreateContextAttribsARB, insert a new
94 glXCreateContextAttribsARB:
117 Add a new context creation error to glXCreateContextAttribsARB:
DGLX_ARB_robustness_application_isolation.txt68 in the <*attrib_list> argument to glXCreateContextAttribsARB:
79 glXCreateContextAttribsARB, after that added by
117 Add a new context creation error to glXCreateContextAttribsARB:
DARB_create_context_no_error.txt67 glXCreateContextAttribsARB:
84 Add a new paragraph to the description of glXCreateContextAttribsARB,
DGLX_ARB_create_context.txt63 GLXContext glXCreateContextAttribsARB(
100 GLXContext glXCreateContextAttribsARB(
107 If glXCreateContextAttribsARB succeeds, it initializes the context
237 On failure glXCreateContextAttribsARB returns NULL and generates an
419 glXCreateContextAttribsARB request, it uses this information to
492 Context Creation with Attributes (glXCreateContextAttribsARB)
498 1 34 GLX opcode (glXCreateContextAttribsARB)
512 GLX errors for glXCreateContextAttribsARB and glXSetClientInfo2ARB
/third_party/openGLES/extensions/ARB/
DGLX_ARB_create_context_robustness.txt66 in the <*attrib_list> argument to glXCreateContextAttribsARB:
71 glXCreateContextAttribsARB:
77 argument to glXCreateContextAttribsARB:
92 In the description of glXCreateContextAttribsARB, insert a new
104 glXCreateContextAttribsARB:
127 Add a new context creation error to glXCreateContextAttribsARB:
DGLX_ARB_robustness_application_isolation.txt78 in the <*attrib_list> argument to glXCreateContextAttribsARB:
89 glXCreateContextAttribsARB, after that added by
127 Add a new context creation error to glXCreateContextAttribsARB:
DARB_create_context_no_error.txt77 glXCreateContextAttribsARB:
94 Add a new paragraph to the description of glXCreateContextAttribsARB,
DGLX_ARB_create_context.txt73 GLXContext glXCreateContextAttribsARB(
110 GLXContext glXCreateContextAttribsARB(
117 If glXCreateContextAttribsARB succeeds, it initializes the context
247 On failure glXCreateContextAttribsARB returns NULL and generates an
429 glXCreateContextAttribsARB request, it uses this information to
502 Context Creation with Attributes (glXCreateContextAttribsARB)
508 1 34 GLX opcode (glXCreateContextAttribsARB)
522 GLX errors for glXCreateContextAttribsARB and glXSetClientInfo2ARB
/third_party/openGLES/extensions/EXT/
DGLX_EXT_context_priority.txt61 glXCreateContextAttribsARB:
66 of glXCreateContextAttribsARB:
74 Add to the text of attributes supported by glXCreateContextAttribsARB:
DGLX_EXT_no_config_context.txt85 To the paragraph beginning "If glXCreateContextAttribsARB succeeds",
158 glXCreateContextAttribsARB does not have an explicit screen parameter.
258 or the fbconfig. Only glXCreateContextAttribsARB is expressive enough.
289 - Restrict no-config contexts to glXCreateContextAttribsARB
/third_party/openGLES/extensions/NV/
DGLX_NV_multigpu_context.txt79 glXCreateContextAttribsARB:
84 the <*attrib_list> argument to glXCreateContextAttribsARB:
96 Add a new paragraph to the description of glXCreateContextAttribsARB:
102 Add a new context creation error to glXCreateContextAttribsARB:
DNV_robustness_video_memory_purge.txt75 glXCreateContextAttribsARB:
110 Add a new paragraph to the description of glXCreateContextAttribsARB:
/third_party/flutter/skia/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp300 auto glXCreateContextAttribsARB = (PFNGLXCREATECONTEXTATTRIBSARBPROC) in CreateBestContext() local
302 if (!glXCreateContextAttribsARB) { in CreateBestContext()
335 context = glXCreateContextAttribsARB(display, bestFbc, glxShareContext, true, in CreateBestContext()
/third_party/skia/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp307 auto glXCreateContextAttribsARB = (PFNGLXCREATECONTEXTATTRIBSARBPROC) in CreateBestContext() local
309 if (!glXCreateContextAttribsARB) { in CreateBestContext()
339 context = glXCreateContextAttribsARB(display, bestFbc, glxShareContext, true, in CreateBestContext()
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11opengl.h44 GLXContext (*glXCreateContextAttribsARB) (Display*,GLXFBConfig,GLXContext,Bool,const int *); member
DSDL_x11opengl.c363 _this->gl_data->glXCreateContextAttribsARB = in X11_GL_InitExtensions()
630 if (!_this->gl_data->glXCreateContextAttribsARB) { in X11_GL_CreateContext()
648 context = _this->gl_data->glXCreateContextAttribsARB(display, in X11_GL_CreateContext()
/third_party/skia/third_party/externals/opengl-registry/extensions/MESA/
DGLX_MESA_query_renderer.txt99 glXCreateContextAttribsARB:
146 glXCreateContextAttribsARB
217 [Add to list of errors for glXCreateContextAttribsARB in section section
282 RESOLVED. The language for glXCreateContextAttribsARB already covers
315 glXCreateContextAttribsARB without error. If the requested
318 glXCreateContextAttribsARB.
/third_party/mesa3d/src/glx/
Dcreate_context.c45 glXCreateContextAttribsARB(Display *dpy, GLXFBConfig config, in glXCreateContextAttribsARB() function
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DGLX_EXT_no_config_context.txt81 To the paragraph beginning "If glXCreateContextAttribsARB succeeds",
154 glXCreateContextAttribsARB does not have an explicit screen parameter.
254 or the fbconfig. Only glXCreateContextAttribsARB is expressive enough.
282 - Restrict no-config contexts to glXCreateContextAttribsARB
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_robustness_video_memory_purge.txt75 glXCreateContextAttribsARB:
110 Add a new paragraph to the description of glXCreateContextAttribsARB:
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
Dglx_getproc.c166 { "glXCreateContextAttribsARB", (__GLXextFuncPtr) glXCreateContextAttribsARB },
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/
Dgstglcontext_glx.c70 GLXContext (*glXCreateContextAttribsARB) (Display *, GLXFBConfig, member
587 ret = context_glx->priv->glXCreateContextAttribsARB (dpy, fbconfig, in _create_context_with_flags()
644 context_glx->priv->glXCreateContextAttribsARB = in gst_gl_context_glx_create_context()
649 && context_glx->priv->glXCreateContextAttribsARB) { in gst_gl_context_glx_create_context()
/third_party/skia/third_party/externals/opengl-registry/extensions/KHR/
DKHR_context_flush_control.txt127 glXCreateContextAttribsARB:
132 the <*attrib_list> argument to glXCreateContextAttribsARB:
246 Add a new paragraph to the description of glXCreateContextAttribsARB,
278 The errors defined for eglCreateContext, glXCreateContextAttribsARB, and
/third_party/openGLES/extensions/MESA/
DGLX_MESA_query_renderer.txt138 glXCreateContextAttribsARB
251 RESOLVED. The language for glXCreateContextAttribsARB already covers
284 glXCreateContextAttribsARB without error. If the requested
287 glXCreateContextAttribsARB.

123