OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmp_pix
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_exa.h
40
PixmapPtr
tmp_pix
;
member in struct:exa_context::__anon13072
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;
/external/mesa3d/src/gallium/state_trackers/xorg/
xorg_exa.h
40
PixmapPtr
tmp_pix
;
member in struct:exa_context::__anon23539
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 35 milliseconds