Searched refs:pDepthPixmap (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_dri.c92 PixmapPtr pPixmap, pDepthPixmap; local in function:I830DRI2CreateBuffers
103 pDepthPixmap = NULL;
108 } else if (attachments[i] == DRI2BufferStencil && pDepthPixmap) {
109 pPixmap = pDepthPixmap;
142 pDepthPixmap = pPixmap;
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dintel_dri.c162 PixmapPtr pixmap, pDepthPixmap; local in function:I830DRI2CreateBuffers
174 pDepthPixmap = NULL;
179 } else if (attachments[i] == DRI2BufferStencil && pDepthPixmap) {
180 pixmap = pDepthPixmap;
219 pDepthPixmap = pixmap;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dintel_dri.c121 PixmapPtr pixmap, pDepthPixmap; local in function:I830DRI2CreateBuffers
133 pDepthPixmap = NULL;
141 } else if (attachments[i] == DRI2BufferStencil && pDepthPixmap) {
142 pixmap = pDepthPixmap;
181 pDepthPixmap = pixmap;

Completed in 6 milliseconds