Searched refs:numFormats (Results 1 - 22 of 22) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dtexcompsub.c74 GLint numFormats, formats[100]; local in function:Init
89 glGetIntegerv(GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB, &numFormats);
91 printf("%d supported compression formats: ", numFormats);
92 for (p = 0; p < numFormats; p++)
H A Dtexcompress2.c176 GLint numFormats, formats[100]; local in function:Init
191 glGetIntegerv(GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB, &numFormats);
193 printf("%d supported compression formats: ", numFormats);
194 for (p = 0; p < numFormats; p++)
H A Dgetprocaddress.c280 GLint numFormats; local in function:check_texture_format_supported
284 glGetIntegerv(GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB, &numFormats);
285 formats = malloc(numFormats * sizeof(GLint));
288 numFormats);
292 memset(formats, 0, numFormats * sizeof(GLint));
295 for (i = 0; i < numFormats; i++) {
318 for (i = 0; i < numFormats; i++) {
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Init.c107 static int numFormats = 7; variable in typeref:typename:int
602 for (j = 0; j < numFormats && formats[j].depth != 24; j++)
608 for (j = 0; j < xf86Screens[i]->numFormats; j++) {
610 if (k >= numFormats) {
614 numFormats++;
697 pScreenInfo->numPixmapFormats = numFormats;
698 for (i = 0; i < numFormats; i++)
1494 for (i = 0; i < numFormats; i++)
1497 if (i != numFormats)
1501 for (i = 0; i < pScrn->numFormats;
[all...]
H A Dxf86str.h681 int numFormats; member in struct:_ScrnInfoRec
H A Dxf86Helper.c281 if (pScrn->numFormats >= MAXFORMATS)
299 i = pScrn->numFormats++;
317 * bitmapScanlinePad, bitmapScanlineUnit, bitmapBitOrder, numFormats,
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Init.c110 static int numFormats = 7; variable in typeref:typename:int
543 for (j = 0; j < xf86Screens[i]->numFormats; j++) {
545 if (k >= numFormats) {
549 numFormats++;
602 pScreenInfo->numPixmapFormats = numFormats;
603 for (i = 0; i < numFormats; i++)
1316 for (i = 0; i < numFormats; i++)
1319 if (i != numFormats)
1323 for (i = 0; i < pScrn->numFormats; i++)
1326 if (i != pScrn->numFormats)
[all...]
H A Dxf86str.h586 int numFormats; member in struct:_ScrnInfoRec
H A Dxf86Helper.c313 if (pScrn->numFormats >= MAXFORMATS)
331 i = pScrn->numFormats++;
349 * bitmapScanlinePad, bitmapScanlineUnit, bitmapBitOrder, numFormats,
/xsrc/external/mit/libXrender/dist/src/
H A DXrender.c476 if ((rep.numFormats < ((INT_MAX / 4) / sizeof (XRenderPictFormat))) &&
484 rlength = ((rep.numFormats * sizeof (xPictFormInfo)) +
508 xri->format = Xcalloc(rep.numFormats, sizeof(XRenderPictFormat));
509 xri->nformat = (int) rep.numFormats;
528 for (nf = 0; nf < rep.numFormats; nf++)
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Drenderproto.h221 CARD32 numFormats; member in struct:__anonb7d133211308
/xsrc/external/mit/x11perf/dist/
H A Dx11perf.c126 static int numFormats = 1; variable in typeref:typename:int
1048 skip = GetFormats (i+1, argc, argv, formats, &numFormats);
1430 for (format = 0; format < numFormats; format++) {
/xsrc/external/mit/xorg-server/dist/hw/xwin/glx/
H A Dindirect.c1689 UINT numFormats; local in function:fbConfigToPixelFormatIndex
1791 (hdc, attribList, NULL, 1, &pixelFormatIndex, &numFormats)) {
1795 if (numFormats > 0) {
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/
H A Dindirect.c1630 UINT numFormats; local in function:fbConfigToPixelFormatIndex
1699 if (!wglChoosePixelFormatARBWrapper(hdc, attribList, NULL, 1, &pixelFormatIndex, &numFormats))
1705 if (numFormats > 0)
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dswaprep.c1169 pConnSetupT->numFormats = pConnSetup->numFormats;
1231 i = sizeof(xPixmapFormat) * pConnSetup->numFormats;
H A Ddispatch.c519 setup.numFormats = screenInfo.numPixmapFormats;
525 (setup.numFormats * sizeof(xPixmapFormat)) +
/xsrc/external/mit/xorg-server/dist/dix/
H A Dswaprep.c1047 pConnSetupT->numFormats = pConnSetup->numFormats;
1106 i = sizeof(xPixmapFormat) * pConnSetup->numFormats;
H A Ddispatch.c630 setup.numFormats = screenInfo.numPixmapFormats;
636 (setup.numFormats * sizeof(xPixmapFormat)) +
/xsrc/external/mit/libX11/dist/src/
H A DOpenDis.c289 dpy->nformats = u.setup->numFormats;
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DXproto.h305 CARD8 numFormats; /* number of pixmap formats */ member in struct:__anone2852e7a0308
/xsrc/external/mit/xorg-server.old/dist/render/
H A Drender.c400 reply->numFormats = nformat;
524 swapl (&reply->numFormats, n);
/xsrc/external/mit/xorg-server/dist/render/
H A Drender.c375 reply->numFormats = nformat;
485 swapl(&reply->numFormats);

Completed in 76 milliseconds