Searched refs:glXGetConfig (Results 1 - 5 of 5) sorted by relevance
| /third_party/skia/tools/sk_app/unix/ |
| H A D | GLWindowContext_unix.cpp | 145 glXGetConfig(fDisplay, fVisualInfo, GLX_STENCIL_SIZE, &fStencilBits); in onInitializeContext() 146 glXGetConfig(fDisplay, fVisualInfo, GLX_SAMPLES_ARB, &fSampleCount); in onInitializeContext()
|
| /third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
| H A D | glx_getproc.c | 54 { "glXGetConfig", (__GLXextFuncPtr) glXGetConfig },
|
| H A D | glx_api.c | 1657 glXGetConfig( Display *dpy, XVisualInfo *visinfo, in glXGetConfig() function
|
| /third_party/mesa3d/include/GL/ |
| H A D | glx.h | 50 * Tokens for glXChooseVisual and glXGetConfig: 72 * Error codes returned by glXGetConfig: 209 extern int glXGetConfig( Display *dpy, XVisualInfo *visual,
|
| /third_party/mesa3d/src/glx/ |
| H A D | glxcmds.c | 894 glXGetConfig(Display * dpy, XVisualInfo * vis, int attribute, in glXGetConfig() function 2544 GLX_FUNCTION(glXGetConfig),
|
Completed in 9 milliseconds