| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | panoramiXprocs.c | 1097 DrawablePtr drawables[MAXSCREENS]; local in function:PanoramiXCopyArea 1104 rc = dixLookupDrawable(drawables + j, src->info[j].id, client, 0, 1108 drawables[j]->pScreen->SourceValidate(drawables[j], 0, 0, 1109 drawables[j]->width, 1110 drawables[j]->height, 1114 pitch = PixmapBytePad(width, drawables[0]->depth); 1118 XineramaGetImageData(drawables, srcx, srcy, width, height, ZPixmap, ~0, 1124 if (drawables[0]->depth != pDst->depth) { 1142 dx = drawables[ 1944 DrawablePtr drawables[MAXSCREENS]; local in function:PanoramiXGetImage [all...] |
| H A D | shm.c | 781 DrawablePtr *drawables; local in function:ProcPanoramiXShmGetImage 856 drawables = calloc(PanoramiXNumScreens, sizeof(DrawablePtr)); 857 if (!drawables) 860 drawables[0] = pDraw; 862 rc = dixLookupDrawable(drawables + i, draw->info[i].id, client, 0, 865 free(drawables); 870 drawables[i]->pScreen->SourceValidate(drawables[i], 0, 0, 871 drawables[i]->width, 872 drawables[ [all...] |
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/ |
| H A D | MESA_pixmap_colormap.spec | 32 Since Mesa allows RGB rendering into drawables with PseudoColor,
|
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/ |
| H A D | MESA_pixmap_colormap.spec | 32 Since Mesa allows RGB rendering into drawables with PseudoColor,
|
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| H A D | shm.c | 785 DrawablePtr *drawables; local in function:ProcPanoramiXShmGetImage 846 drawables = calloc(PanoramiXNumScreens, sizeof(DrawablePtr)); 847 if(!drawables) 850 drawables[0] = pDraw; 852 rc = dixLookupDrawable(drawables+i, draw->info[i].id, client, 0, 856 free(drawables); 882 XineramaGetImageData(drawables, x, y, w, h, format, planemask, 890 XineramaGetImageData(drawables, x, y, w, h, 897 free(drawables);
|
| H A D | panoramiXprocs.c | 1045 DrawablePtr drawables[MAXSCREENS]; local in function:PanoramiXCopyArea 1052 rc = dixLookupDrawable(drawables+j, src->info[j].id, client, 0, 1058 pitch = PixmapBytePad(stuff->width, drawables[0]->depth); 1062 XineramaGetImageData(drawables, srcx, srcy, 1069 if(drawables[0]->depth != pDst->depth) { 1784 DrawablePtr drawables[MAXSCREENS]; local in function:PanoramiXGetImage 1848 drawables[0] = pDraw; 1850 rc = dixLookupDrawable(drawables+i, draw->info[i].id, client, 0, 1902 XineramaGetImageData(drawables, x, y + linesDone, w, nlines, 1919 XineramaGetImageData(drawables, [all...] |
| /xsrc/external/mit/xorg-server.old/dist/dbe/ |
| H A D | dbe.c | 665 Drawable *drawables; 681 /* Make sure any specified drawables are valid. */ 690 drawables = (Drawable *)&stuff[1]; 694 rc = dixLookupDrawable(pDrawables+i, drawables[i], client, 0, 659 Drawable *drawables; local in function:ProcDbeGetVisualInfo
|
| /xsrc/external/mit/xorg-server/dist/dbe/ |
| H A D | dbe.c | 573 Drawable *drawables; 588 /* Make sure any specified drawables are valid. */ 594 drawables = (Drawable *) &stuff[1]; 597 rc = dixLookupDrawable(pDrawables + i, drawables[i], client, 0, 568 Drawable *drawables; local in function:ProcDbeGetVisualInfo
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 13.0.6.rst | 231 - glx: guard swap-interval functions against destroyed drawables
|
| H A D | 7.10.rst | 2129 - glx: Hold on to drawables if we're just switching to another context 2136 - glx: Only remove drawables from the hash when we actually delete them
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/cso/ |
| H A D | rasterizer.rst | 280 lies on the *bottom edge* or *left edge* (e.g., OpenGL drawables)::
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/cso/ |
| H A D | rasterizer.rst | 280 lies on the *bottom edge* or *left edge* (e.g., OpenGL drawables)::
|