Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmx_glxvisuals.c246 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 Ddmx.h192 int numFBConfigs; member
H A Ddmxinit.c700 &dmxScreen->numFBConfigs); in InitOutput()
712 dmxScreen->numFBConfigs, in InitOutput()
/OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/
H A Dglxscreens.c241 xallocarray(dmxScreen0->numFBConfigs * (numscreens + 1), in __glXScreenInit()
245 for (c = 0; c < dmxScreen0->numFBConfigs; c++) { in __glXScreenInit()
254 dmxScreen->numFBConfigs); in __glXScreenInit()
H A Dglxcmds.c2873 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 Dglxscreens.c341 pGlxScreen->numFBConfigs = i; in __glXScreenInit()
344 calloc(pGlxScreen->numFBConfigs, sizeof(__GLXconfig *)); in __glXScreenInit()
H A Dglxscreens.h142 int numFBConfigs; member
H A Dglxcmds.c1017 .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 Dindirect.c632 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 Dindirect.c538 &screen->base.numFBConfigs, pScreen->myNum); in __glXAquaScreenProbe()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog61230 numFBConfigs & numAttribs are CARD32s and need to be bounds checked before