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

/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_dri2.c392 pure static inline void *sna_pixmap_get_buffer(PixmapPtr pixmap) function in typeref:typename:pure void *
410 buffer = sna_pixmap_get_buffer(pixmap);
472 buffer = sna_pixmap_get_buffer(pixmap);
611 assert(sna_pixmap_get_buffer(pixmap) == NULL);
614 assert(sna_pixmap_get_buffer(pixmap) == buffer);
681 assert(sna_pixmap_get_buffer(pixmap) == buffer);
1488 assert(sna_pixmap_get_buffer(info->sna->front) == info->front);
1582 if (sna_pixmap_get_buffer(pixmap) != front) {
1585 sna_pixmap_get_buffer(pixmap) ? ((DRI2BufferPtr)sna_pixmap_get_buffer(pixma
[all...]
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_dri2.c85 pure static inline DRI2BufferPtr sna_pixmap_get_buffer(PixmapPtr pixmap) function in typeref:typename:pure DRI2BufferPtr
189 buffer = sna_pixmap_get_buffer(get_drawable_pixmap(draw));
556 buffer = sna_pixmap_get_buffer(pixmap);
625 buffer = (DRI2Buffer2Ptr)sna_pixmap_get_buffer(pixmap);
766 assert(sna_pixmap_get_buffer(pixmap) == NULL);
769 assert(sna_pixmap_get_buffer(pixmap) == buffer);
903 assert(sna_pixmap_get_buffer(pixmap) == buffer);
1944 assert(sna_pixmap_get_buffer(info->sna->front) == info->front);
2059 if (sna_pixmap_get_buffer(pixmap) != front) {
2062 sna_pixmap_get_buffer(pixma
[all...]

Completed in 10 milliseconds