Home
last modified time | relevance | path

Searched refs:offscreen (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxwindow.c323 pWinPriv->offscreen = TRUE; in dmxCreateWindow()
455 pWinPriv->offscreen = DMX_WINDOW_OFFSCREEN(pWindow); in dmxPositionWindow()
459 if (!pWinPriv->window && pWinPriv->mapped && !pWinPriv->offscreen) { in dmxPositionWindow()
627 pWinPriv->offscreen = DMX_WINDOW_OFFSCREEN(pWindow); in dmxRealizeWindow()
631 if (!pWinPriv->window && !pWinPriv->offscreen) { in dmxRealizeWindow()
673 pWinPriv->offscreen = TRUE; in dmxUnrealizeWindow()
827 pWinPriv->offscreen = DMX_WINDOW_OFFSCREEN(pWindow); in dmxCopyWindow()
831 if (!pWinPriv->window && pWinPriv->mapped && !pWinPriv->offscreen) { in dmxCopyWindow()
871 pWinPriv->offscreen = DMX_WINDOW_OFFSCREEN(pWindow); in dmxResizeWindow()
875 if (!pWinPriv->window && pWinPriv->mapped && !pWinPriv->offscreen) { in dmxResizeWindow()
H A Ddmxwindow.h45 Bool offscreen; member
H A Ddmxgcops.c74 (DMX_GET_WINDOW_PRIV((WindowPtr)(_pDraw))->offscreen || \
H A Ddmxextension.c123 if (!pWinPriv->window || pWinPriv->offscreen) { in dmxGetWindowAttributes()
1010 if (pWinPriv->mapped && !pWinPriv->offscreen) in dmxBECreateWindowTree()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dplacement.cpp125 bool offscreen = true; in placeLayerBucket() local
138 offscreen &= placed.second; in placeLayerBucket()
152 offscreen &= placed.second; in placeLayerBucket()
183 …mplace(symbolInstance.crossTileID, JointPlacement(placeText, placeIcon, offscreen || bucket.justRe… in placeLayerBucket()
/OK3568_Linux_fs/external/xserver/hw/xfree86/doc/
H A Dexa-driver.txt67 The AccelInit routine also needs to make sure that there's enough offscreen
69 a maximum size no larger than can be dealt with given the amount of offscreen
H A DRegistry319 ShowCache B V Enable viewing of offscreen memory
/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Ddmxbackend.c273 int offscreen = dmxBackendOffscreen(priv->myScreen, x, y); in dmxBackendUpdatePosition() local
279 topscreen, same, offscreen, offthis); in dmxBackendUpdatePosition()
281 if (offscreen) { in dmxBackendUpdatePosition()
323 if (dmxInput->console && offscreen) { in dmxBackendUpdatePosition()
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0079-video-efi_gop-Remove-unnecessary-return-value-of-gru.patch81 framebuffer.offscreen
/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/
H A Dqtbase-native_git.bb65 PACKAGECONFIG[gui] = "-gui -qpa offscreen,-no-gui,"
H A Dnativesdk-qtbase_git.bb86 PACKAGECONFIG[gui] = "-gui -qpa offscreen,-no-gui,"
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/grub/files/
H A Dvideo-Remove-trailing-whitespaces.patch126 framebuffer.offscreen
132 buffer = framebuffer.offscreen;
/OK3568_Linux_fs/external/xserver/hw/xfree86/ramdac/
H A DCURSOR.NOTES42 indicating that the cursor image is partially offscreen on
/OK3568_Linux_fs/kernel/Documentation/fb/
H A Dsstfb.rst118 clipping=0 noclipping With clipping enabled, all offscreen
/OK3568_Linux_fs/kernel/Documentation/gpu/
H A Ddrm-uapi.rst127 With the increased use of offscreen renderers and GPGPU applications,
/OK3568_Linux_fs/external/xserver/
H A DChangeLog71058 Commit 0c6987df in June 2008 disabled XAA offscreen pixmaps per default,
95314 test-cogl-offscreen
112539 xfree86: use screen privates for Xv offscreen images.
113035 xfree86: use screen privates for Xv offscreen images.
116151 ends up somewhere visible if it tries to create itself offscreen (which
118473 EXA: Don't defragment offscreen memory at allocation time.
118517 exa: s/PixmapIsOffscreen/PixmapHasGpuCopy and s/pExaPixmap->offscreen/pExaPixmap->use_gpu_copy
126105 * Fix an issue with initial window placement being offscreen on multimonitor
128996 EXA: Allocate from the end of free offscreen memory rather than from the start.
129007 EXA: Defragment offscreen memory.
[all …]
/OK3568_Linux_fs/external/xserver/debian/
H A Dchangelog2508 * 48_xaa_nooffscreenpixmaps.diff: disable XAA offscreen pixmaps by default;