Home
last modified time | relevance | path

Searched refs:AllocatePixmap (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Dpixmap.h110 extern _X_EXPORT PixmapPtr AllocatePixmap(ScreenPtr /*pScreen */ ,
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DPixmap.c43 pPixmap = AllocatePixmap(pScreen, 0); in xnestCreatePixmap()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxpixmap.c108 pPixmap = AllocatePixmap(pScreen, 0); in dmxCreatePixmap()
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbpixmap.c54 pPixmap = AllocatePixmap(pScreen, datasize); in fbCreatePixmap()
/OK3568_Linux_fs/external/xserver/dix/
H A Dpixmap.c111 AllocatePixmap(ScreenPtr pScreen, int pixDataSize) in AllocatePixmap() function