Searched refs:glXCreateContextAttribsARB (Results 1 - 11 of 11) sorted by relevance
/third_party/mesa3d/src/glx/tests/ |
H A D | create_context_unittest.cpp | 192 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(thi in TEST_F() [all...] |
/third_party/skia/tools/gpu/gl/glx/ |
H A D | CreatePlatformGLTestContext_glx.cpp | 307 auto glXCreateContextAttribsARB = (PFNGLXCREATECONTEXTATTRIBSARBPROC) in CreateBestContext() local 308 glXGetProcAddressARB((GrGLubyte*)"glXCreateContextAttribsARB"); in CreateBestContext() 309 if (!glXCreateContextAttribsARB) { in CreateBestContext() 310 SkDebugf("Failed to get address of glXCreateContextAttribsARB"); in CreateBestContext() 324 // glXCreateContextAttribsARB call writes to it upon failure and the in CreateBestContext() 339 context = glXCreateContextAttribsARB(display, bestFbc, glxShareContext, true, in CreateBestContext()
|
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
H A D | glx_getproc.c | 166 { "glXCreateContextAttribsARB", (__GLXextFuncPtr) glXCreateContextAttribsARB },
|
H A D | glx_api.c | 2656 glXCreateContextAttribsARB(Display *dpy, GLXFBConfig config, in glXCreateContextAttribsARB() function
|
/third_party/mesa3d/src/glx/ |
H A D | create_context.c | 45 glXCreateContextAttribsARB(Display *dpy, GLXFBConfig config, in glXCreateContextAttribsARB() function
|
H A D | glxcmds.c | 2658 GLX_FUNCTION(glXCreateContextAttribsARB),
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
H A D | FunctionsGLX.cpp | 247 GET_PROC_OR_ERROR(&mFnPtrs->createContextAttribsARBPtr, glXCreateContextAttribsARB); in initialize()
|
/third_party/mesa3d/include/GL/ |
H A D | glxext.h | 175 GLXContext glXCreateContextAttribsARB (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list);
|
/third_party/openGLES/api/GL/ |
H A D | glxext.h | 156 GLXContext glXCreateContextAttribsARB (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list);
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glxext.h | 175 GLXContext glXCreateContextAttribsARB (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list);
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glxext.h | 175 GLXContext glXCreateContextAttribsARB (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list);
|
Completed in 20 milliseconds