Searched refs:fbconfigs (Results 1 – 15 of 15) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/ |
| H A D | glxscreens.c | 252 cfg = FindMatchingFBConfig(&dmxScreen0->fbconfigs[c], in __glXScreenInit() 253 dmxScreen->fbconfigs, in __glXScreenInit() 260 dmxScreen0->fbconfigs[c].id, s); in __glXScreenInit() 266 dmxScreen0->fbconfigs[c].id, cfg->id, s); in __glXScreenInit() 271 cfg = &dmxScreen0->fbconfigs[c]; in __glXScreenInit() 281 &dmxScreen0->fbconfigs[c]; in __glXScreenInit()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmx_glxvisuals.c | 245 __GLXFBConfig *config, *fbconfigs; in GetGLXFBConfigs() local 303 fbconfigs = config; in GetGLXFBConfigs() 476 config = fbconfigs; in GetGLXFBConfigs() 505 return fbconfigs; in GetGLXFBConfigs() 509 GetGLXVisualConfigsFromFBConfigs(__GLXFBConfig * fbconfigs, int nfbconfigs, in GetGLXVisualConfigsFromFBConfigs() argument 517 if (!fbconfigs || !nfbconfigs || !nconfigs) in GetGLXVisualConfigsFromFBConfigs() 530 __GLXFBConfig *fbcfg = &fbconfigs[i]; in GetGLXVisualConfigsFromFBConfigs()
|
| H A D | dmx_glxvisuals.h | 48 __GLXvisualConfig *GetGLXVisualConfigsFromFBConfigs(__GLXFBConfig * fbconfigs,
|
| H A D | dmxinit.c | 698 dmxScreen->fbconfigs = GetGLXFBConfigs(dmxScreen->beDisplay, in InitOutput() 709 if (dmxScreen->fbconfigs) { in InitOutput() 711 GetGLXVisualConfigsFromFBConfigs(dmxScreen->fbconfigs, in InitOutput()
|
| H A D | dmx.h | 191 __GLXFBConfig *fbconfigs; member
|
| /OK3568_Linux_fs/external/xserver/glx/ |
| H A D | glxscreens.c | 258 for (config = pGlxScreen->fbconfigs; config != NULL; config = config->next) { in pickFBConfig() 336 for (m = pGlxScreen->fbconfigs; m != NULL; m = m->next) { in __glXScreenInit() 370 for (config = pGlxScreen->fbconfigs; config != NULL; config = config->next) { in __glXScreenInit() 447 for (config = screen->fbconfigs; config != NULL; config = next) { in __glXScreenDestroy()
|
| H A D | glxscreens.h | 141 __GLXconfig *fbconfigs; member
|
| H A D | glxdriswrast.c | 459 screen->base.fbconfigs = glxConvertConfigs(screen->core, in __glXDRIscreenProbe()
|
| H A D | glxdri2.c | 977 screen->base.fbconfigs = glxConvertConfigs(screen->core, in __glXDRIscreenProbe()
|
| H A D | glxcmds.c | 77 for (m = pGlxScreen->fbconfigs; m != NULL; m = m->next) in validGlxFBConfig() 1031 for (modes = pGlxScreen->fbconfigs; modes != NULL; modes = modes->next) { in DoGetFBConfigs()
|
| /OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/ |
| H A D | ephyr_glamor_glx.c | 406 GLXFBConfig *fbconfigs; in ephyr_glamor_get_visual() local 411 fbconfigs = glXChooseFBConfig(dpy, DefaultScreen(dpy), attribs, &nelements); in ephyr_glamor_get_visual() 414 fb_config = fbconfigs[0]; in ephyr_glamor_get_visual() 415 free(fbconfigs); in ephyr_glamor_get_visual()
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/glx/ |
| H A D | dri_helpers.c | 105 for (c = screen->fbconfigs; in glxWinFBConfigIDToPixelFormatIndex()
|
| H A D | indirect.c | 665 fbConfigsDump(screen->base.numFBConfigs, screen->base.fbconfigs); in glxWinScreenProbe() 1756 screen->base.fbconfigs = NULL; in glxWinCreateConfigs() 1958 screen->base.fbconfigs = first ? &(first->base) : NULL; in glxWinCreateConfigs() 2001 screen->base.fbconfigs = NULL; in glxWinCreateConfigsExt() 2350 screen->base.fbconfigs = first ? &(first->base) : NULL; in glxWinCreateConfigsExt()
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/GL/ |
| H A D | indirect.c | 537 screen->base.fbconfigs = __glXAquaCreateVisualConfigs( in __glXAquaScreenProbe()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 67 A change during the 1.20 development cycle resulted in fbconfigs being walked 7198 Fixes: f84e59a4f4. ("glx: Duplicate relevant fbconfigs for compositing visuals") 7206 hw/xwin/glx: Allocate fbconfigs correctly 7208 4b0a3cba fixed leaking of GLX fbconfigs, so now xwin needs to allocate them 10175 glx: Only assign 8 bpc fbconfigs for composite visuals. 10177 Commit 91c42093b248 ("glx: Duplicate relevant fbconfigs for 10178 compositing visuals") adds many new depth 32 fbconfigs as 10187 Be more conservative for now and only select fbconfigs with 10190 Fixes: 91c42093b248 ("glx: Duplicate relevant fbconfigs for 11881 glx: free fbconfigs on destroy [all …]
|