Home
last modified time | relevance | path

Searched refs:ms_name_from_pixmap (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddriver.h235 int ms_name_from_pixmap(PixmapPtr pixmap, CARD16 *stride, CARD32 *size);
H A Ddri2.c200 buffer->name = ms_name_from_pixmap(pixmap, &pitch, &size); in ms_dri2_create_buffer2()
514 name = ms_name_from_pixmap(pixmap, &pitch, &size); in update_front()
H A Ddriver.c2173 ms_name_from_pixmap(PixmapPtr pixmap, in ms_name_from_pixmap() function