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

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_dri2.c88 PixmapPtr pixmap, depth_pixmap; local in function:radeon_dri2_create_buffers
108 depth_pixmap = NULL;
117 } else if (attachments[i] == DRI2BufferStencil && depth_pixmap) {
118 pixmap = depth_pixmap;
213 depth_pixmap = pixmap;
252 PixmapPtr pixmap, depth_pixmap; local in function:radeon_dri2_create_buffer
262 pixmap = depth_pixmap = NULL;
271 } else if (attachment == DRI2BufferStencil && depth_pixmap) {
272 pixmap = depth_pixmap;
353 depth_pixmap
[all...]

Completed in 3 milliseconds