| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | uxa-unaccel.c | 339 uxa_check_push_pixels(GCPtr pGC, PixmapPtr pBitmap, argument 344 UXA_FALLBACK(("from %p to %p (%c,%c)\n", pBitmap, pDrawable, 345 uxa_drawable_location(&pBitmap->drawable), 348 if (uxa_prepare_access(&pBitmap->drawable, UXA_ACCESS_RO)) { 350 fbPushPixels(pGC, pBitmap, pDrawable, w, h, x, 354 uxa_finish_access(&pBitmap->drawable, UXA_ACCESS_RO);
|
| H A D | uxa-priv.h | 254 uxa_check_push_pixels(GCPtr pGC, PixmapPtr pBitmap,
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | uxa-unaccel.c | 339 uxa_check_push_pixels(GCPtr pGC, PixmapPtr pBitmap, argument 344 UXA_FALLBACK(("from %p to %p (%c,%c)\n", pBitmap, pDrawable, 345 uxa_drawable_location(&pBitmap->drawable), 348 if (uxa_prepare_access(&pBitmap->drawable, UXA_ACCESS_RO)) { 350 fbPushPixels(pGC, pBitmap, pDrawable, w, h, x, 354 uxa_finish_access(&pBitmap->drawable, UXA_ACCESS_RO);
|
| H A D | uxa-priv.h | 254 uxa_check_push_pixels(GCPtr pGC, PixmapPtr pBitmap,
|
| /xsrc/external/mit/xf86-video-intel-old/dist/uxa/ |
| H A D | uxa-unaccel.c | 301 uxa_check_push_pixels (GCPtr pGC, PixmapPtr pBitmap, argument 307 UXA_FALLBACK(("from %p to %p (%c,%c)\n", pBitmap, pDrawable, 308 uxa_drawable_location(&pBitmap->drawable), 311 if (uxa_prepare_access (&pBitmap->drawable, UXA_ACCESS_RO)) { 313 fbPushPixels (pGC, pBitmap, pDrawable, w, h, x, y); 316 uxa_finish_access (&pBitmap->drawable);
|
| H A D | uxa-priv.h | 278 uxa_check_push_pixels (GCPtr pGC, PixmapPtr pBitmap,
|
| /xsrc/external/mit/xorg-server.old/dist/fb/ |
| H A D | fbpush.c | 228 PixmapPtr pBitmap, 240 fbGetStipDrawable (&pBitmap->drawable, stip, stipStride, stipBpp, stipXoff, stipYoff); 227 fbPushPixels(GCPtr pGC,PixmapPtr pBitmap,DrawablePtr pDrawable,int dx,int dy,int xOrg,int yOrg) argument
|
| /xsrc/external/mit/xorg-server/dist/fb/ |
| H A D | fbpush.c | 176 PixmapPtr pBitmap, 184 fbGetStipDrawable(&pBitmap->drawable, stip, stipStride, stipBpp, stipXoff, 175 fbPushPixels(GCPtr pGC,PixmapPtr pBitmap,DrawablePtr pDrawable,int dx,int dy,int xOrg,int yOrg) argument
|
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| H A D | glamor_glyphblt.c | 252 glamor_push_pixels(GCPtr pGC, PixmapPtr pBitmap, argument 255 if (glamor_push_pixels_gl(pGC, pBitmap, pDrawable, w, h, x, y)) 258 miPushPixels(pGC, pBitmap, pDrawable, w, h, x, y);
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/uxa/ |
| H A D | uxa-unaccel.c | 372 uxa_check_push_pixels(GCPtr pGC, PixmapPtr pBitmap, argument 379 uxa_damage_push_pixels (®ion, pGC, pBitmap, pDrawable, w, h, x, y); 381 UXA_FALLBACK(("from %p to %p (%c,%c)\n", pBitmap, pDrawable, 382 uxa_drawable_location(&pBitmap->drawable), 385 if (uxa_prepare_access(&pBitmap->drawable, NULL, UXA_ACCESS_RO)) { 387 fbPushPixels(pGC, pBitmap, pDrawable, w, h, x, 391 uxa_finish_access(&pBitmap->drawable);
|
| H A D | uxa-priv.h | 257 uxa_check_push_pixels(GCPtr pGC, PixmapPtr pBitmap,
|
| /xsrc/external/mit/xf86-video-amdgpu/dist/src/ |
| H A D | amdgpu_glamor_wrappers.c | 473 amdgpu_glamor_push_pixels(GCPtr pGC, PixmapPtr pBitmap, argument 481 priv = amdgpu_get_pixmap_private(pBitmap); 482 if (amdgpu_glamor_prepare_access_cpu_ro(scrn, pBitmap, priv)) { 484 fbPushPixels(pGC, pBitmap, pDrawable, w, h, x, 488 amdgpu_glamor_finish_access_cpu(pBitmap); 495 amdgpu_glamor_push_pixels_nodstbo(GCPtr pGC, PixmapPtr pBitmap, argument 500 struct amdgpu_pixmap *priv = amdgpu_get_pixmap_private(pBitmap); 502 if (amdgpu_glamor_prepare_access_cpu_ro(scrn, pBitmap, priv)) { 503 fbPushPixels(pGC, pBitmap, pDrawable, w, h, x, y); 504 amdgpu_glamor_finish_access_cpu(pBitmap); [all...] |
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | radeon_glamor_wrappers.c | 465 radeon_glamor_push_pixels(GCPtr pGC, PixmapPtr pBitmap, argument 473 priv = radeon_get_pixmap_private(pBitmap); 474 if (radeon_glamor_prepare_access_cpu_ro(scrn, pBitmap, priv)) { 476 fbPushPixels(pGC, pBitmap, pDrawable, w, h, x, 480 radeon_glamor_finish_access_cpu(pBitmap); 487 radeon_glamor_push_pixels_nodstbo(GCPtr pGC, PixmapPtr pBitmap, argument 492 struct radeon_pixmap *priv = radeon_get_pixmap_private(pBitmap); 494 if (radeon_glamor_prepare_access_cpu_ro(scrn, pBitmap, priv)) { 495 fbPushPixels(pGC, pBitmap, pDrawable, w, h, x, y); 496 radeon_glamor_finish_access_cpu(pBitmap); [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xnest/ |
| H A D | GCOps.h | 65 void xnestPushPixels(GCPtr pGC, PixmapPtr pBitmap, DrawablePtr pDrawable,
|
| H A D | GCOps.c | 325 xnestPushPixels(GCPtr pGC, PixmapPtr pBitmap, DrawablePtr pDst, argument 330 XSetStipple(xnestDisplay, xnestGC(pGC), xnestPixmap(pBitmap));
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xnest/ |
| H A D | GCOps.h | 65 void xnestPushPixels(GCPtr pGC, PixmapPtr pBitmap, DrawablePtr pDrawable,
|
| H A D | GCOps.c | 312 xnestPushPixels(GCPtr pGC, PixmapPtr pBitmap, DrawablePtr pDst, argument 318 XSetStipple (xnestDisplay, xnestGC(pGC), xnestPixmap(pBitmap));
|
| /xsrc/external/mit/xorg-server.old/dist/exa/ |
| H A D | exa_unaccel.c | 350 ExaCheckPushPixels (GCPtr pGC, PixmapPtr pBitmap, argument 355 EXA_FALLBACK(("from %p to %p (%c,%c)\n", pBitmap, pDrawable, 356 exaDrawableLocation(&pBitmap->drawable), 360 ExaFallbackPrepareReg(&pBitmap->drawable, pGC, 0, 0, w, h, 363 pGC->ops->PushPixels (pGC, pBitmap, pDrawable, w, h, x, y); 365 exaFinishAccess (&pBitmap->drawable, EXA_PREPARE_SRC);
|
| /xsrc/external/mit/xorg-server/dist/exa/ |
| H A D | exa_unaccel.c | 350 ExaCheckPushPixels(GCPtr pGC, PixmapPtr pBitmap, argument 354 EXA_FALLBACK(("from %p to %p (%c,%c)\n", pBitmap, pDrawable, 355 exaDrawableLocation(&pBitmap->drawable), 358 ExaFallbackPrepareReg(&pBitmap->drawable, pGC, 0, 0, w, h, 361 pGC->ops->PushPixels(pGC, pBitmap, pDrawable, w, h, x, y); 363 exaFinishAccess(&pBitmap->drawable, EXA_PREPARE_SRC);
|
| /xsrc/external/mit/xf86-video-vmware/dist/saa/ |
| H A D | saa_unaccel.c | 566 saa_check_push_pixels(GCPtr pGC, PixmapPtr pBitmap, argument 573 SAA_FALLBACK(("from %p to %p (%c,%c)\n", pBitmap, pDrawable, 574 saa_drawable_loc(&pBitmap->drawable), 580 if (!saa_pad_read_box(&pBitmap->drawable, 0, 0, w, h)) 585 pGC->ops->PushPixels(pGC, pBitmap, pDrawable, w, h, x, y); 589 saa_fad_read(&pBitmap->drawable);
|
| /xsrc/external/mit/MesaLib.old/dist/include/d3dadapter/ |
| H A D | present.h | 87 /* Cursor size is always 32x32. pBitmap and pHotspot can be NULL. */ 88 HRESULT (WINAPI *SetCursor)(ID3DPresent *This, void *pBitmap, POINT *pHotspot, BOOL bShow);
|
| /xsrc/external/mit/MesaLib/dist/include/d3dadapter/ |
| H A D | present.h | 87 /* Cursor size is always 32x32. pBitmap and pHotspot can be NULL. */ 88 HRESULT (WINAPI *SetCursor)(ID3DPresent *This, void *pBitmap, POINT *pHotspot, BOOL bShow);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/sun/ |
| H A D | sunGX.c | 570 PixmapPtr pBitmap; local in function:sunGXCopyPlane 574 pBitmap = (*pScreen->CreatePixmap) (pScreen, width, height, 1); 575 if (!pBitmap) 580 (*pScreen->DestroyPixmap) (pBitmap); 588 ValidateGC ((DrawablePtr) pBitmap, pGC1); 590 (void) cfbCopyPlaneReduce (pSrcDrawable, (DrawablePtr) pBitmap, 594 (void) cfbBitBlt ((DrawablePtr) pBitmap, pDstDrawable, pGC, 597 (*pScreen->DestroyPixmap) (pBitmap);
|
| /xsrc/external/mit/xorg-server/dist/hw/sun/ |
| H A D | sunGX.c | 570 PixmapPtr pBitmap; local in function:sunGXCopyPlane 574 pBitmap = (*pScreen->CreatePixmap) (pScreen, width, height, 1); 575 if (!pBitmap) 580 (*pScreen->DestroyPixmap) (pBitmap); 588 ValidateGC ((DrawablePtr) pBitmap, pGC1); 590 (void) cfbCopyPlaneReduce (pSrcDrawable, (DrawablePtr) pBitmap, 594 (void) cfbBitBlt ((DrawablePtr) pBitmap, pDstDrawable, pGC, 597 (*pScreen->DestroyPixmap) (pBitmap);
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/ |
| H A D | fb.h | 529 fbPushPixels(GCPtr gc, PixmapPtr pBitmap, DrawablePtr drawable,
|