Home
last modified time | relevance | path

Searched refs:destroy_pixmap (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor.c668 glamor_priv->saved_procs.destroy_pixmap = screen->DestroyPixmap; in glamor_init()
911 screen->DestroyPixmap = glamor_priv->saved_procs.destroy_pixmap; in glamor_init()
946 screen->DestroyPixmap = glamor_priv->saved_procs.destroy_pixmap; in glamor_close_screen()
H A Dglamor_priv.h188 DestroyPixmapProcPtr destroy_pixmap; member