Home
last modified time | relevance | path

Searched refs:glXCreateContext (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H A Dglx_getproc.c50 { "glXCreateContext", (__GLXextFuncPtr) glXCreateContext },
H A Dglx_api.c352 _mesa_warning(NULL, "Mesa: error in glXCreateContext: bad visual\n"); in create_glx_visual()
1111 * Helper function used by other glXCreateContext functions.
1149 glXCreateContext( Display *dpy, XVisualInfo *visinfo, in glXCreateContext() function
/third_party/skia/tools/sk_app/unix/
H A DGLWindowContext_unix.cpp72 // created with this rather than glXCreateContext. in onInitializeContext()
120 fGLContext = glXCreateContext(fDisplay, fVisualInfo, nullptr, GL_TRUE); in onInitializeContext()
/third_party/mesa3d/include/GL/
H A Dglx.h185 extern GLXContext glXCreateContext( Display *dpy, XVisualInfo *vis,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
H A DFunctionsGLX.cpp185 GET_FNPTR_OR_ERROR(&mFnPtrs->createContextPtr, glXCreateContext); in initialize()
/third_party/mesa3d/src/glx/
H A Dglxcmds.c361 /* Send the glXCreateContext request */ in CreateContext()
442 glXCreateContext(Display * dpy, XVisualInfo * vis, in glXCreateContext() function
2540 GLX_FUNCTION(glXCreateContext),

Completed in 9 milliseconds