Searched refs:glXCreateContext (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
H A D | glx_getproc.c | 50 { "glXCreateContext", (__GLXextFuncPtr) glXCreateContext },
|
H A D | glx_api.c | 352 _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 D | GLWindowContext_unix.cpp | 72 // 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 D | glx.h | 185 extern GLXContext glXCreateContext( Display *dpy, XVisualInfo *vis,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
H A D | FunctionsGLX.cpp | 185 GET_FNPTR_OR_ERROR(&mFnPtrs->createContextPtr, glXCreateContext); in initialize()
|
/third_party/mesa3d/src/glx/ |
H A D | glxcmds.c | 361 /* Send the glXCreateContext request */ in CreateContext() 442 glXCreateContext(Display * dpy, XVisualInfo * vis, in glXCreateContext() function 2540 GLX_FUNCTION(glXCreateContext),
|
Completed in 9 milliseconds