Searched refs:numFBConfigs (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmx_glxvisuals.c | 246 GLint i, j, numFBConfigs, numAttribs; in GetGLXFBConfigs() local 267 numFBConfigs = (int) reply.numFBConfigs; in GetGLXFBConfigs() 268 if (!numFBConfigs) { in GetGLXFBConfigs() 293 if (numFBConfigs < (INT_MAX / sizeof(__GLXFBConfig))) in GetGLXFBConfigs() 294 config = Xcalloc(numFBConfigs, sizeof(__GLXFBConfig)); in GetGLXFBConfigs() 306 for (i = 0; i < numFBConfigs; i++) { in GetGLXFBConfigs()
|
| H A D | dmx.h | 192 int numFBConfigs; member
|
| H A D | dmxinit.c | 700 &dmxScreen->numFBConfigs); in InitOutput() 712 dmxScreen->numFBConfigs, in InitOutput()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/ |
| H A D | glxscreens.c | 241 xallocarray(dmxScreen0->numFBConfigs * (numscreens + 1), in __glXScreenInit() 245 for (c = 0; c < dmxScreen0->numFBConfigs; c++) { in __glXScreenInit() 254 dmxScreen->numFBConfigs); in __glXScreenInit()
|
| H A D | glxcmds.c | 2873 int numFBConfigs, i, p; in __glXGetFBConfigs() local 2883 numFBConfigs = __glXNumFBConfigs; in __glXGetFBConfigs() 2888 .length = (numFBConfigs * 2 * numAttribs * __GLX_SIZE_CARD32) >> 2, in __glXGetFBConfigs() 2889 .numFBConfigs = numFBConfigs, in __glXGetFBConfigs() 2897 __GLX_SWAP_INT(&reply.numFBConfigs); in __glXGetFBConfigs() 2902 for (i = 0; i < numFBConfigs; i++) { in __glXGetFBConfigs()
|
| /OK3568_Linux_fs/external/xserver/glx/ |
| H A D | glxscreens.c | 341 pGlxScreen->numFBConfigs = i; in __glXScreenInit() 344 calloc(pGlxScreen->numFBConfigs, sizeof(__GLXconfig *)); in __glXScreenInit()
|
| H A D | glxscreens.h | 142 int numFBConfigs; member
|
| H A D | glxcmds.c | 1017 .length = __GLX_FBCONFIG_ATTRIBS_LENGTH * pGlxScreen->numFBConfigs, in DoGetFBConfigs() 1018 .numFBConfigs = pGlxScreen->numFBConfigs, in DoGetFBConfigs() 1025 __GLX_SWAP_INT(&reply.numFBConfigs); in DoGetFBConfigs()
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/glx/ |
| H A D | indirect.c | 632 if (screen->base.numFBConfigs > 0) { in glxWinScreenProbe() 637 if (screen->base.numFBConfigs <= 0) { in glxWinScreenProbe() 645 if (screen->base.numFBConfigs <= 0) { in glxWinScreenProbe() 665 fbConfigsDump(screen->base.numFBConfigs, screen->base.fbconfigs); in glxWinScreenProbe() 1755 screen->base.numFBConfigs = 0; in glxWinCreateConfigs() 1957 screen->base.numFBConfigs = n; in glxWinCreateConfigs() 2000 screen->base.numFBConfigs = 0; in glxWinCreateConfigsExt() 2349 screen->base.numFBConfigs = n; in glxWinCreateConfigsExt()
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/GL/ |
| H A D | indirect.c | 538 &screen->base.numFBConfigs, pScreen->myNum); in __glXAquaScreenProbe()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 61230 numFBConfigs & numAttribs are CARD32s and need to be bounds checked before
|