Searched refs:pBitmap (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_glyphblt.c | 249 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 D | glamor_priv.h | 835 void glamor_push_pixels(GCPtr pGC, PixmapPtr pBitmap,
|
| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fbpush.c | 176 PixmapPtr pBitmap, in fbPushPixels() argument 184 fbGetStipDrawable(&pBitmap->drawable, stip, stipStride, stipBpp, stipXoff, in fbPushPixels()
|
| H A D | fb.h | 995 PixmapPtr pBitmap,
|
| /OK3568_Linux_fs/external/xserver/exa/ |
| H A D | exa_unaccel.c | 350 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 D | exa_priv.h | 431 ExaCheckPushPixels(GCPtr pGC, PixmapPtr pBitmap,
|
| /OK3568_Linux_fs/external/xserver/hw/xnest/ |
| H A D | GCOps.c | 325 xnestPushPixels(GCPtr pGC, PixmapPtr pBitmap, DrawablePtr pDst, in xnestPushPixels() argument 330 XSetStipple(xnestDisplay, xnestGC(pGC), xnestPixmap(pBitmap)); in xnestPushPixels()
|
| H A D | GCOps.h | 65 void xnestPushPixels(GCPtr pGC, PixmapPtr pBitmap, DrawablePtr pDrawable,
|