Home
last modified time | relevance | path

Searched refs:pBitmap (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_glyphblt.c249 glamor_push_pixels(GCPtr pGC, PixmapPtr pBitmap, in glamor_push_pixels() argument
253 glamor_push_pixels_gl(pGC, pBitmap, pDrawable, w, h, x, y)) in glamor_push_pixels()
256 miPushPixels(pGC, pBitmap, pDrawable, w, h, x, y); in glamor_push_pixels()
H A Dglamor_priv.h835 void glamor_push_pixels(GCPtr pGC, PixmapPtr pBitmap,
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbpush.c176 PixmapPtr pBitmap, in fbPushPixels() argument
184 fbGetStipDrawable(&pBitmap->drawable, stip, stipStride, stipBpp, stipXoff, in fbPushPixels()
H A Dfb.h995 PixmapPtr pBitmap,
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_unaccel.c350 ExaCheckPushPixels(GCPtr pGC, PixmapPtr pBitmap, in ExaCheckPushPixels() argument
354 EXA_FALLBACK(("from %p to %p (%c,%c)\n", pBitmap, pDrawable, in ExaCheckPushPixels()
355 exaDrawableLocation(&pBitmap->drawable), in ExaCheckPushPixels()
358 ExaFallbackPrepareReg(&pBitmap->drawable, pGC, 0, 0, w, h, in ExaCheckPushPixels()
361 pGC->ops->PushPixels(pGC, pBitmap, pDrawable, w, h, x, y); in ExaCheckPushPixels()
363 exaFinishAccess(&pBitmap->drawable, EXA_PREPARE_SRC); in ExaCheckPushPixels()
H A Dexa_priv.h431 ExaCheckPushPixels(GCPtr pGC, PixmapPtr pBitmap,
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DGCOps.c325 xnestPushPixels(GCPtr pGC, PixmapPtr pBitmap, DrawablePtr pDst, in xnestPushPixels() argument
330 XSetStipple(xnestDisplay, xnestGC(pGC), xnestPixmap(pBitmap)); in xnestPushPixels()
H A DGCOps.h65 void xnestPushPixels(GCPtr pGC, PixmapPtr pBitmap, DrawablePtr pDrawable,