Home
last modified time | relevance | path

Searched refs:QueryBestSize (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A DxprCursor.c55 QueryBestSizeProcPtr QueryBestSize; member
332 (*ScreenPriv->QueryBestSize)(class, width, height, pScreen); in QuartzCursorQueryBestSize()
361 ScreenPriv->QueryBestSize = pScreen->QueryBestSize; in QuartzInitCursor()
362 pScreen->QueryBestSize = QuartzCursorQueryBestSize; in QuartzInitCursor()
/OK3568_Linux_fs/external/xserver/hw/xfree86/ramdac/
H A Dxf86CursorRD.c82 ScreenPriv->QueryBestSize = pScreen->QueryBestSize; in xf86InitCursor()
83 pScreen->QueryBestSize = xf86CursorQueryBestSize; in xf86InitCursor()
137 pScreen->QueryBestSize = ScreenPriv->QueryBestSize; in xf86CursorCloseScreen()
170 (*ScreenPriv->QueryBestSize) (class, width, height, pScreen); in xf86CursorQueryBestSize()
H A Dxf86CursorPriv.h25 QueryBestSizeProcPtr QueryBestSize; member
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwincursor.c578 if (pScreenPriv->cursor.QueryBestSize) in winCursorQueryBestSize()
579 (*pScreenPriv->cursor.QueryBestSize) (class, width, height, in winCursorQueryBestSize()
595 pScreenPriv->cursor.QueryBestSize = pScreen->QueryBestSize; in winInitCursor()
596 pScreen->QueryBestSize = winCursorQueryBestSize; in winInitCursor()
H A Dwin.h330 QueryBestSizeProcPtr QueryBestSize; member
/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkxv.h142 QueryBestSizeFuncPtr QueryBestSize; member
169 QueryBestSizeFuncPtr QueryBestSize; member
H A Dkxv.c218 !adaptorPtr->GetPortAttribute || !adaptorPtr->QueryBestSize) in KdXVInitAdaptors()
355 adaptorPriv->QueryBestSize = adaptorPtr->QueryBestSize; in KdXVInitAdaptors()
1258 (*portPriv->AdaptorRec->QueryBestSize) (portPriv->screen, in KdXVQueryBestSize()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86xvpriv.h60 QueryBestSizeFuncPtr QueryBestSize; member
H A Dxf86xv.h142 QueryBestSizeFuncPtr QueryBestSize; member
H A Dxf86xv.c339 !adaptorPtr->GetPortAttribute || !adaptorPtr->QueryBestSize) in xf86XVInitAdaptors()
476 adaptorPriv->QueryBestSize = adaptorPtr->QueryBestSize; in xf86XVInitAdaptors()
1578 (*portPriv->AdaptorRec->QueryBestSize) (portPriv->pScrn, in xf86XVQueryBestSize()
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyr_glamor_xv.c156 adaptor->QueryBestSize = ephyr_glamor_xv_query_best_size; in ephyr_glamor_xv_init()
H A Dephyrvideo.c590 a_this->adaptors[i].QueryBestSize = ephyrQueryBestSize; in ephyrXVPrivSetAdaptorsHooks()
/OK3568_Linux_fs/external/xserver/hw/xfree86/glamor_egl/
H A Dglamor_xf86_xv.c165 adapt->QueryBestSize = glamor_xf86_xv_query_best_size; in glamor_xv_init()
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbscreen.c131 pScreen->QueryBestSize = fbQueryBestSize; in fbSetupScreen()
/OK3568_Linux_fs/external/xserver/include/
H A Dscrnintstr.h526 QueryBestSizeProcPtr QueryBestSize; member
/OK3568_Linux_fs/external/xserver/dix/
H A Dgc.c585 (*pGC->pScreen->QueryBestSize) (TileShape, &w, &h, pGC->pScreen); in CreateDefaultTile()
875 (*pScreen->QueryBestSize) (StippleShape, &w, &h, pScreen); in CreateDefaultStipple()
H A Dprotocol.txt526 R097 X11:QueryBestSize
880 R012 XVideo:QueryBestSize
H A Ddispatch.c3078 (*pScreen->QueryBestSize) (stuff->class, &stuff->width, in ProcQueryBestSize()
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DScreen.c262 pScreen->QueryBestSize = xnestQueryBestSize; in xnestOpenScreen()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dxv.c480 adapt->QueryBestSize = ms_exa_xv_query_best_size; in ms_exa_xv_init()