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

/xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
H A Dephyr_glamor_glx.c58 static GLXFBConfig fb_config; variable in typeref:typename:GLXFBConfig
310 glx_win = glXCreateWindow(dpy, fb_config, win, NULL);
321 ctx = glXCreateContextAttribsARB(dpy, fb_config, NULL, True,
340 ctx = glXCreateContextAttribsARB(dpy, fb_config, NULL, True,
410 fb_config = fbconfigs[0];
413 visual_info = glXGetVisualFromFBConfig(dpy, fb_config);

Completed in 2 milliseconds