Home
last modified time | relevance | path

Searched refs:NullPixmap (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/external/xserver/dix/
H A Dpixmap.c71 return NullPixmap; in GetScratchPixmapHeader()
118 return NullPixmap; in AllocatePixmap()
122 return NullPixmap; in AllocatePixmap()
H A Dgc.c449 vals[offset].ptr = NullPixmap; in ChangeGCXIDs()
489 pGC->tile.pixmap = NullPixmap; in NewGCObject()
H A Ddixfonts.c1090 static ChangeGCVal clearGC[] = { {.ptr = NullPixmap} };
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_driver.c61 return NullPixmap; in exaCreatePixmap_driver()
91 return NullPixmap; in exaCreatePixmap_driver()
H A Dexa_mixed.c60 return NullPixmap; in exaCreatePixmap_mixed()
76 return NullPixmap; in exaCreatePixmap_mixed()
H A Dexa_classic.c67 return NullPixmap; in exaCreatePixmap_classic()
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbpixmap.c44 return NullPixmap; in fbCreatePixmap()
56 return NullPixmap; in fbCreatePixmap()
/OK3568_Linux_fs/external/xserver/include/
H A Dpixmap.h72 #define NullPixmap ((PixmapPtr)0) macro
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DPixmap.c45 return NullPixmap; in xnestCreatePixmap()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxpixmap.c110 return NullPixmap; in dmxCreatePixmap()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dsaver.c874 pAttr->pBackgroundPixmap = NullPixmap; in ScreenSaverSetAttributes()
875 pAttr->pBorderPixmap = NullPixmap; in ScreenSaverSetAttributes()
H A Dshm.c1044 return NullPixmap; in fbShmCreatePixmap()
1051 return NullPixmap; in fbShmCreatePixmap()
/OK3568_Linux_fs/external/xserver/composite/
H A Dcompalloc.c195 cw->pOldPixmap = NullPixmap; in compRedirectWindow()
H A Dcompwindow.c379 cw->pOldPixmap = NullPixmap; in compFreeOldPixmap()
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor.c210 return NullPixmap; in glamor_create_pixmap()
/OK3568_Linux_fs/external/xserver/render/
H A Dpicture.c1135 pPixmap = NullPixmap; in ChangePicture()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c2235 return NullPixmap; in drmmode_create_pixmap_header()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog16680 glamor_create_pixmap() would return a NullPixmap if the given size is
110083 composite: initialise pOldPixmap to NullPixmap at alloc time.