Searched refs:pBitmap (Results 1 - 25 of 33) sorted by relevance

12

/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Duxa-unaccel.c339 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 Duxa-priv.h254 uxa_check_push_pixels(GCPtr pGC, PixmapPtr pBitmap,
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Duxa-unaccel.c339 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 Duxa-priv.h254 uxa_check_push_pixels(GCPtr pGC, PixmapPtr pBitmap,
/xsrc/external/mit/xf86-video-intel-old/dist/uxa/
H A Duxa-unaccel.c301 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 Duxa-priv.h278 uxa_check_push_pixels (GCPtr pGC, PixmapPtr pBitmap,
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbpush.c228 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 Dfbpush.c176 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 Dglamor_glyphblt.c252 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 Duxa-unaccel.c372 uxa_check_push_pixels(GCPtr pGC, PixmapPtr pBitmap, argument
379 uxa_damage_push_pixels (&region, 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 Duxa-priv.h257 uxa_check_push_pixels(GCPtr pGC, PixmapPtr pBitmap,
/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Damdgpu_glamor_wrappers.c473 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 Dradeon_glamor_wrappers.c465 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 DGCOps.h65 void xnestPushPixels(GCPtr pGC, PixmapPtr pBitmap, DrawablePtr pDrawable,
H A DGCOps.c325 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 DGCOps.h65 void xnestPushPixels(GCPtr pGC, PixmapPtr pBitmap, DrawablePtr pDrawable,
H A DGCOps.c312 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 Dexa_unaccel.c350 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 Dexa_unaccel.c350 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 Dsaa_unaccel.c566 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 Dpresent.h87 /* 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 Dpresent.h87 /* 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 DsunGX.c570 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 DsunGX.c570 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 Dfb.h529 fbPushPixels(GCPtr gc, PixmapPtr pBitmap, DrawablePtr drawable,

Completed in 38 milliseconds

12