Searched refs:CloseFramebuffer (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86str.h821 void (*CloseFramebuffer)(ScrnInfoPtr pScrn); member in struct:__anon1b1d0d511b08
H A Dxf86DGA.c1150 if(pScreenPriv->funcs->CloseFramebuffer)
1151 (*pScreenPriv->funcs->CloseFramebuffer)(pScreenPriv->pScrn);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86str.h702 void (*CloseFramebuffer) (ScrnInfoPtr pScrn); member in struct:__anonf472aec41808
H A Dxf86DGA.c1118 if (pScreenPriv->funcs->CloseFramebuffer)
1119 (*pScreenPriv->funcs->CloseFramebuffer) (pScreenPriv->pScrn);
2070 "CloseFramebuffer",

Completed in 10 milliseconds