HomeSort by relevance Sort by last modified time
    Searched refs:tmp_pix (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_exa.h 40 PixmapPtr tmp_pix; member in struct:exa_context::__anon16801
xorg_exa.c 492 if (!exa->copy.tmp_pix) {
493 exa->copy.tmp_pix = pScrn->pScreen->CreatePixmap(pScrn->pScreen,
498 exaMoveInPixmap(exa->copy.tmp_pix);
501 tmp_priv = exaGetPixmapDriverPrivate(exa->copy.tmp_pix);
537 if (exa->copy.tmp_pix) {
538 pScrn->pScreen->DestroyPixmap(exa->copy.tmp_pix);
539 exa->copy.tmp_pix = NULL;

Completed in 51 milliseconds