Home
last modified time | relevance | path

Searched refs:stipple (Results 1 – 21 of 21) sorted by relevance

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_core.c173 if (gc_priv->stipple) { in glamor_invalidate_stipple()
176 glamor_destroy_pixmap(gc_priv->stipple); in glamor_invalidate_stipple()
177 gc_priv->stipple = NULL; in glamor_invalidate_stipple()
203 if (gc->stipple) { in glamor_track_stipple()
212 DamageRegister(&gc->stipple->drawable, gc_priv->stipple_damage); in glamor_track_stipple()
252 if (changes & GCStipple && gc->stipple) { in glamor_validate_gc()
256 if (glamor_prepare_access(&gc->stipple->drawable, GLAMOR_ACCESS_RW)) { in glamor_validate_gc()
258 glamor_finish_access(&gc->stipple->drawable); in glamor_validate_gc()
312 gc_priv->stipple = NULL; in glamor_create_gc()
H A Dglamor_transform.c236 if (gc_priv->stipple) in glamor_get_stipple_pixmap()
237 return gc_priv->stipple; in glamor_get_stipple_pixmap()
239 bitmap = gc->stipple; in glamor_get_stipple_pixmap()
270 gc_priv->stipple = pixmap; in glamor_get_stipple_pixmap()
291 PixmapPtr stipple; in glamor_set_stippled() local
293 stipple = glamor_get_stipple_pixmap(gc); in glamor_set_stippled()
294 if (!stipple) in glamor_set_stippled()
300 return glamor_set_texture(stipple, in glamor_set_stippled()
H A Dglamor_prepare.c334 return glamor_prepare_access(&gc->stipple->drawable, GLAMOR_ACCESS_RO); in glamor_prepare_access_gc()
351 glamor_finish_access(&gc->stipple->drawable); in glamor_finish_access_gc()
H A Dglamor_priv.h522 PixmapPtr stipple; member
/OK3568_Linux_fs/external/xserver/dix/
H A Dgc.c272 if (pGC->stipple) in ChangeGC()
273 (*pGC->pScreen->DestroyPixmap) (pGC->stipple); in ChangeGC()
274 pGC->stipple = pPixmap; in ChangeGC()
507 pGC->stipple = pGC->pScreen->defaultStipple; in NewGCObject()
508 if (pGC->stipple) in NewGCObject()
509 pGC->stipple->refcnt++; in NewGCObject()
679 if (pgcDst->stipple == pgcSrc->stipple) in CopyGC()
681 if (pgcDst->stipple) in CopyGC()
682 (*pgcDst->pScreen->DestroyPixmap) (pgcDst->stipple); in CopyGC()
683 pgcDst->stipple = pgcSrc->stipple; in CopyGC()
[all …]
H A Dresource.c383 if (gc->stipple) in GetGcBytes()
385 PixmapPtr pixmap = gc->stipple; in GetGcBytes()
417 if (gc->stipple) in FindGCSubRes()
419 PixmapPtr pixmap = gc->stipple; in FindGCSubRes()
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbgc.c138 if (pGC->stipple) { in fbValidateGC()
139 if (pGC->stipple->drawable.width * pDrawable->bitsPerPixel < in fbValidateGC()
141 fbPadPixmap(pGC->stipple); in fbValidateGC()
H A Dfb.h563 int dstBpp, FbStip * stipple, FbBits fg, int height, int shift);
611 int dstBpp, FbStip * stipple, FbBits fg, int height, int shift);
659 int dstBpp, FbStip * stipple, FbBits fg, int height, int shift);
H A Dfbfill.c136 PixmapPtr pStip = pGC->stipple; in fbFill()
H A Dfbbits.h495 int dstBpp, FbStip * stipple, FbBits fg, int x, int height) in GLYPH() argument
510 bits = *stipple++; in GLYPH()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/r128/
H A Dr128_ioc32.c135 drm_r128_stipple_t stipple; in compat_r128_stipple() local
140 stipple.mask = compat_ptr(stipple32.mask); in compat_r128_stipple()
142 return drm_ioctl_kernel(file, r128_cce_stipple, &stipple, DRM_AUTH); in compat_r128_stipple()
H A Dr128_state.c1183 static void r128_cce_dispatch_stipple(struct drm_device *dev, u32 *stipple) in r128_cce_dispatch_stipple() argument
1194 OUT_RING(stipple[i]); in r128_cce_dispatch_stipple()
1494 drm_r128_stipple_t *stipple = data; in r128_cce_stipple() local
1501 if (copy_from_user(&mask, stipple->mask, 32 * sizeof(u32))) in r128_cce_stipple()
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DGC.c136 values.stipple = xnestPixmap(pGC->stipple); in xnestChangeGC()
/OK3568_Linux_fs/external/xserver/include/
H A Dgcstruct.h271 PixmapPtr stipple; member
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxgc.c272 dmxPixPrivPtr pPixPriv = DMX_GET_PIXMAP_PRIV(pGC->stipple); in dmxChangeGC()
274 v.stipple = (Drawable) pPixPriv->pixmap; in dmxChangeGC()
H A Ddmxextension.c925 if (pGC->stipple != pScreen->defaultStipple) { in dmxBECreateResources()
926 dmxBECreatePixmap(pGC->stipple); in dmxBECreateResources()
927 dmxBERestorePixmap(pGC->stipple); in dmxBECreateResources()
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_unaccel.c45 if (pGC->stipple) in exaPrepareAccessGC()
46 exaPrepareAccess(&pGC->stipple->drawable, EXA_PREPARE_MASK); in exaPrepareAccessGC()
59 if (pGC->stipple) in exaFinishAccessGC()
60 exaFinishAccess(&pGC->stipple->drawable, EXA_PREPARE_MASK); in exaFinishAccessGC()
H A Dexa.c518 if (pGC->stipple) in exaValidateGC()
519 exaPrepareAccess(&pGC->stipple->drawable, EXA_PREPARE_MASK); in exaValidateGC()
532 if (pGC->stipple) in exaValidateGC()
533 exaFinishAccess(&pGC->stipple->drawable, EXA_PREPARE_MASK); in exaValidateGC()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmibitblt.c433 pStipple = pGC->stipple; in miOpqStipDrawable()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog33013 Xserver.man: -retro is used when starting the server, not the stipple
40162 fb: Remove even/odd stipple slow-pathing
45033 glamor: Add accelerated stipple support
45035 This copies the stipple to a 8bpp pixmap and uses that to paint the
45038 v2: Create deep stipple pixmap without GLAMOR_CREATE_FBO_NO_FBO
45040 v3: Fix stipple origin sign (matches tiles now). Track changes
45041 to original stipple with damage. This isn't required by the
45049 * Avoid "large" pixmap for stipple by using GLAMOR_CREATE_NO_LARGE
45052 v5: Don't crash when stipple damage tracker is destroyed
45054 The stipple damage tracker is automatically destroyed when the
[all …]
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20190609-patch.sh.bz21#!/bin/sh 2# Use this script to patch ncurses 6.1 to 6.1 ( ...