Home
last modified time | relevance | path

Searched refs:drawables (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xext/
H A DpanoramiXprocs.c1097 DrawablePtr drawables[MAXSCREENS]; in PanoramiXCopyArea() local
1104 rc = dixLookupDrawable(drawables + j, src->info[j].id, client, 0, in PanoramiXCopyArea()
1108 drawables[j]->pScreen->SourceValidate(drawables[j], 0, 0, in PanoramiXCopyArea()
1109 drawables[j]->width, in PanoramiXCopyArea()
1110 drawables[j]->height, in PanoramiXCopyArea()
1114 pitch = PixmapBytePad(width, drawables[0]->depth); in PanoramiXCopyArea()
1118 XineramaGetImageData(drawables, srcx, srcy, width, height, ZPixmap, ~0, in PanoramiXCopyArea()
1124 if (drawables[0]->depth != pDst->depth) { in PanoramiXCopyArea()
1142 dx = drawables[0]->x; in PanoramiXCopyArea()
1143 dy = drawables[0]->y; in PanoramiXCopyArea()
[all …]
H A Dshm.c785 DrawablePtr *drawables; in ProcPanoramiXShmGetImage() local
860 drawables = calloc(PanoramiXNumScreens, sizeof(DrawablePtr)); in ProcPanoramiXShmGetImage()
861 if (!drawables) in ProcPanoramiXShmGetImage()
864 drawables[0] = pDraw; in ProcPanoramiXShmGetImage()
866 rc = dixLookupDrawable(drawables + i, draw->info[i].id, client, 0, in ProcPanoramiXShmGetImage()
869 free(drawables); in ProcPanoramiXShmGetImage()
874 drawables[i]->pScreen->SourceValidate(drawables[i], 0, 0, in ProcPanoramiXShmGetImage()
875 drawables[i]->width, in ProcPanoramiXShmGetImage()
876 drawables[i]->height, in ProcPanoramiXShmGetImage()
893 XineramaGetImageData(drawables, x, y, w, h, format, planemask, in ProcPanoramiXShmGetImage()
[all …]
/OK3568_Linux_fs/external/xserver/dbe/
H A Ddbe.c568 Drawable *drawables; in ProcDbeGetVisualInfo() local
589 drawables = (Drawable *) &stuff[1]; in ProcDbeGetVisualInfo()
592 rc = dixLookupDrawable(pDrawables + i, drawables[i], client, 0, in ProcDbeGetVisualInfo()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog2544 drawables to successfully fall back to syncing to the primary output, even if
2548 drawables will fall back to 1 FPS if they overlap an output on that slave.
4473 Otherwise if the VERIFY_SHMSIZE macro fails we leak the drawables
6625 fb is happy to do TrueColor to 8bpp drawables, but mesa is not. Depth 12
11546 practice their implementations back GLX drawables with native drawables
16269 glx: Fix MakeCurrent with no drawables
16272 or newer contexts current with null current drawables. Strictly this
21338 modesetting: Fall back to primary crtc for vblank for drawables on slave outputs
24506 condition can make drawables refcount never drop to zero.
44163 are all relative to their respective drawables. For Windows, this means
[all …]