Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/tests/
Dcreate_context_unittest.cpp168 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/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()
/external/skqp/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()
/external/mesa3d/src/glx/
Dcreate_context.c37 glXCreateContextAttribsARB(Display *dpy, GLXFBConfig config, in glXCreateContextAttribsARB() function
Dglxcmds.c2605 GLX_FUNCTION(glXCreateContextAttribsARB),
/external/mesa3d/docs/specs/
DMESA_query_renderer.spec99 glXCreateContextAttribsARB:
146 glXCreateContextAttribsARB
217 [Add to list of errors for glXCreateContextAttribsARB in section section
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dglx_getproc.c173 { "glXCreateContextAttribsARB", (__GLXextFuncPtr) glXCreateContextAttribsARB },
Dglx_api.c2734 glXCreateContextAttribsARB(Display *dpy, GLXFBConfig config, in glXCreateContextAttribsARB() function
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.c1323 { "glXCreateContextAttribsARB", (__GLXextFuncPtr) glXCreateContextAttribsARB },
1382 glXCreateContextAttribsARB(Display *dpy, GLXFBConfig config, in glXCreateContextAttribsARB() function
/external/mesa3d/include/GL/
Dglxext.h177 GLXContext glXCreateContextAttribsARB (Display *dpy, GLXFBConfig config, GLXContext share_context, …
/external/swiftshader/include/GL/
Dglxext.h175 GLXContext glXCreateContextAttribsARB (Display *dpy, GLXFBConfig config, GLXContext share_context, …