Searched refs:glXCreateContextAttribsARB (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/glx/tests/ |
D | create_context_unittest.cpp | 168 glXCreateContextAttribsARB(NULL, (GLXFBConfig) &this->fbc, 0, in TEST_F() 178 glXCreateContextAttribsARB(this->dpy, NULL, 0, False, NULL); in TEST_F() 190 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0, in TEST_F() 204 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0, in TEST_F() 212 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0, in TEST_F() 220 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0, in TEST_F() 229 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0, in TEST_F() 234 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, share, in TEST_F() 243 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0, in TEST_F() 251 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0, in TEST_F() [all …]
|
/external/skqp/tools/gpu/gl/glx/ |
D | CreatePlatformGLTestContext_glx.cpp | 300 auto glXCreateContextAttribsARB = (PFNGLXCREATECONTEXTATTRIBSARBPROC) in CreateBestContext() local 302 if (!glXCreateContextAttribsARB) { in CreateBestContext() 335 context = glXCreateContextAttribsARB(display, bestFbc, glxShareContext, true, in CreateBestContext()
|
/external/skia/tools/gpu/gl/glx/ |
D | CreatePlatformGLTestContext_glx.cpp | 300 auto glXCreateContextAttribsARB = (PFNGLXCREATECONTEXTATTRIBSARBPROC) in CreateBestContext() local 302 if (!glXCreateContextAttribsARB) { in CreateBestContext() 335 context = glXCreateContextAttribsARB(display, bestFbc, glxShareContext, true, in CreateBestContext()
|
/external/virglrenderer/src/ |
D | virgl_glx_context.c | 88 glXCreateContextAttribsARB(d->display, d->fbConfigs[0], in virgl_glx_create_context()
|
/external/mesa3d/src/glx/ |
D | create_context.c | 37 glXCreateContextAttribsARB(Display *dpy, GLXFBConfig config, in glXCreateContextAttribsARB() function
|
D | glxcmds.c | 2591 GLX_FUNCTION(glXCreateContextAttribsARB),
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | glx_getproc.c | 173 { "glXCreateContextAttribsARB", (__GLXextFuncPtr) glXCreateContextAttribsARB },
|
D | glx_api.c | 2740 glXCreateContextAttribsARB(Display *dpy, GLXFBConfig config, in glXCreateContextAttribsARB() function
|
/external/mesa3d/docs/specs/ |
D | MESA_query_renderer.spec | 99 glXCreateContextAttribsARB: 146 glXCreateContextAttribsARB 217 [Add to list of errors for glXCreateContextAttribsARB in section section
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | glxapi.c | 1231 { "glXCreateContextAttribsARB", (__GLXextFuncPtr) glXCreateContextAttribsARB }, 1290 glXCreateContextAttribsARB(Display *dpy, GLXFBConfig config, in glXCreateContextAttribsARB() function
|
/external/mesa3d/include/GL/ |
D | glxext.h | 175 GLXContext glXCreateContextAttribsARB (Display *dpy, GLXFBConfig config, GLXContext share_context, …
|
/external/swiftshader/include/GL/ |
D | glxext.h | 175 GLXContext glXCreateContextAttribsARB (Display *dpy, GLXFBConfig config, GLXContext share_context, …
|