Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Init.c112 static int numFormats = 7; variable
599 for (j = 0; j < xf86Screens[i]->numFormats; j++) { in InitOutput()
601 if (k >= numFormats) { in InitOutput()
605 numFormats++; in InitOutput()
660 pScreenInfo->numPixmapFormats = numFormats; in InitOutput()
661 for (i = 0; i < numFormats; i++) in InitOutput()
1413 for (i = 0; i < numFormats; i++) in xf86GetPixFormat()
1416 if (i != numFormats) in xf86GetPixFormat()
1420 for (i = 0; i < pScrn->numFormats; i++) in xf86GetPixFormat()
1423 if (i != pScrn->numFormats) in xf86GetPixFormat()
H A Dxf86str.h583 int numFormats; member
H A Dxf86Helper.c312 if (pScrn->numFormats >= MAXFORMATS) in xf86AddPixFormat()
330 i = pScrn->numFormats++; in xf86AddPixFormat()
/OK3568_Linux_fs/external/xserver/hw/xwin/glx/
H A Dindirect.c1646 UINT numFormats; in fbConfigToPixelFormatIndex() local
1719 (hdc, attribList, NULL, 1, &pixelFormatIndex, &numFormats)) { in fbConfigToPixelFormatIndex()
1723 if (numFormats > 0) { in fbConfigToPixelFormatIndex()
/OK3568_Linux_fs/external/xserver/dix/
H A Dswaprep.c1047 pConnSetupT->numFormats = pConnSetup->numFormats; in SwapConnSetup()
1106 i = sizeof(xPixmapFormat) * pConnSetup->numFormats; in SwapConnSetupInfo()
H A Ddispatch.c561 setup.numFormats = screenInfo.numPixmapFormats; in CreateConnectionBlock()
567 (setup.numFormats * sizeof(xPixmapFormat)) + in CreateConnectionBlock()
/OK3568_Linux_fs/external/xserver/render/
H A Drender.c375 reply->numFormats = nformat; in ProcRenderQueryPictFormats()
485 swapl(&reply->numFormats); in ProcRenderQueryPictFormats()