HomeSort by: relevance | last modified time | path
    Searched defs:numFormats (Results 1 - 12 of 12) sorted by relevancy

  /xsrc/external/mit/mesa-demos/dist/src/tests/
texcompsub.c 74 GLint numFormats, formats[100];
89 glGetIntegerv(GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB, &numFormats);
91 printf("%d supported compression formats: ", numFormats);
92 for (p = 0; p < numFormats; p++)
texcompress2.c 176 GLint numFormats, formats[100];
191 glGetIntegerv(GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB, &numFormats);
193 printf("%d supported compression formats: ", numFormats);
194 for (p = 0; p < numFormats; p++)
getprocaddress.c 280 GLint numFormats;
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/dist/hw/xfree86/common/
xf86Init.c 110 static int numFormats = 7;
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...]
xf86str.h 586 int numFormats;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86Init.c 107 static int numFormats = 7;
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; i++
    [all...]
xf86str.h 681 int numFormats;
  /xsrc/external/mit/xorg-server/dist/hw/xwin/glx/
indirect.c 1689 UINT numFormats;
1791 (hdc, attribList, NULL, 1, &pixelFormatIndex, &numFormats)) {
1795 if (numFormats > 0) {
  /xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/
indirect.c 1630 UINT numFormats;
1699 if (!wglChoosePixelFormatARBWrapper(hdc, attribList, NULL, 1, &pixelFormatIndex, &numFormats))
1705 if (numFormats > 0)
  /xsrc/external/mit/x11perf/dist/
x11perf.c 126 static int numFormats = 1;
1048 skip = GetFormats (i+1, argc, argv, formats, &numFormats);
1430 for (format = 0; format < numFormats; format++) {
  /xsrc/external/mit/xorgproto/dist/include/X11/extensions/
renderproto.h 221 CARD32 numFormats;
  /xsrc/external/mit/xorgproto/dist/include/X11/
Xproto.h 305 CARD8 numFormats; /* number of pixmap formats */

Completed in 78 milliseconds