Home
last modified time | relevance | path

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

/third_party/mesa3d/src/glx/tests/
H A 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(thi in TEST_F()
[all...]
/third_party/skia/tools/gpu/gl/glx/
H A DCreatePlatformGLTestContext_glx.cpp307 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 Dglx_getproc.c166 { "glXCreateContextAttribsARB", (__GLXextFuncPtr) glXCreateContextAttribsARB },
H A Dglx_api.c2656 glXCreateContextAttribsARB(Display *dpy, GLXFBConfig config, in glXCreateContextAttribsARB() function
/third_party/mesa3d/src/glx/
H A Dcreate_context.c45 glXCreateContextAttribsARB(Display *dpy, GLXFBConfig config, in glXCreateContextAttribsARB() function
H A Dglxcmds.c2658 GLX_FUNCTION(glXCreateContextAttribsARB),
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
H A DFunctionsGLX.cpp247 GET_PROC_OR_ERROR(&mFnPtrs->createContextAttribsARBPtr, glXCreateContextAttribsARB); in initialize()
/third_party/mesa3d/include/GL/
H A Dglxext.h175 GLXContext glXCreateContextAttribsARB (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list);
/third_party/openGLES/api/GL/
H A Dglxext.h156 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 Dglxext.h175 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 Dglxext.h175 GLXContext glXCreateContextAttribsARB (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list);

Completed in 19 milliseconds