Home
last modified time | relevance | path

Searched refs:pVis (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-fbturbo/
H A D0002-Use-own-thunk-functions-instead-of-fbdevHW-Weak.patch122 +fbdevLoadPalette(ScrnInfoPtr pScrn, int num, int *i, LOCO *col, VisualPtr pVis)
124 + fbdevHWLoadPalette(pScrn, num, i, col, pVis);
/OK3568_Linux_fs/external/xserver/dix/
H A Dswaprep.c1076 SwapVisual(xVisualType * pVis, xVisualType * pVisT) in SwapVisual() argument
1078 cpswapl(pVis->visualID, pVisT->visualID); in SwapVisual()
1079 pVisT->class = pVis->class; in SwapVisual()
1080 pVisT->bitsPerRGB = pVis->bitsPerRGB; in SwapVisual()
1081 cpswaps(pVis->colormapEntries, pVisT->colormapEntries); in SwapVisual()
1082 cpswapl(pVis->redMask, pVisT->redMask); in SwapVisual()
1083 cpswapl(pVis->greenMask, pVisT->greenMask); in SwapVisual()
1084 cpswapl(pVis->blueMask, pVisT->blueMask); in SwapVisual()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog178233 Set render table on forceCurrent. (init_screen_visuals): Index pVis