Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyr_glamor_glx.c58 static GLXFBConfig fb_config; variable
314 glx_win = glXCreateWindow(dpy, fb_config, win, NULL); in ephyr_glamor_glx_screen_init()
325 ctx = glXCreateContextAttribsARB(dpy, fb_config, NULL, True, in ephyr_glamor_glx_screen_init()
344 ctx = glXCreateContextAttribsARB(dpy, fb_config, NULL, True, in ephyr_glamor_glx_screen_init()
414 fb_config = fbconfigs[0]; in ephyr_glamor_get_visual()
417 visual_info = glXGetVisualFromFBConfig(dpy, fb_config); in ephyr_glamor_get_visual()