Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxpict.c153 DMX_WRAP(DestroyPicture, dmxDestroyPicture, dmxScreen, ps); in dmxPictureInit()
883 DMX_UNWRAP(DestroyPicture, dmxScreen, ps); in dmxDestroyPicture()
890 if (ps->DestroyPicture) in dmxDestroyPicture()
891 ps->DestroyPicture(pPicture); in dmxDestroyPicture()
893 DMX_WRAP(DestroyPicture, dmxDestroyPicture, dmxScreen, ps); in dmxDestroyPicture()
H A Ddmx.h235 DestroyPictureProcPtr DestroyPicture; member
/OK3568_Linux_fs/external/xserver/render/
H A Dpicturestr.h289 DestroyPictureProcPtr DestroyPicture; member
H A Dmipict.c561 ps->DestroyPicture = miDestroyPicture; in miPictureInit()
H A Dpicture.c1400 (*ps->DestroyPicture) (pPicture); in FreePicture()