Searched refs:pScreenPriv (Results 1 - 25 of 104) sorted by relevance

12345

/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinpfbdd.c71 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo;
81 GetClientRect (pScreenPriv->hwndScreen, &rcClient);
82 MapWindowPoints (pScreenPriv->hwndScreen,
87 ddrval = (*g_fpDirectDrawCreate) (NULL, &pScreenPriv->pdd, NULL);
92 ddrval = IDirectDraw_QueryInterface (pScreenPriv->pdd,
94 (LPVOID*) &pScreenPriv->pdd2);
109 ddrval = IDirectDraw2_SetCooperativeLevel (pScreenPriv->pdd2,
110 pScreenPriv->hwndScreen,
118 ddrval = IDirectDraw2_SetDisplayMode (pScreenPriv->pdd2,
131 ddrval = IDirectDraw2_SetCooperativeLevel (pScreenPriv
[all...]
H A Dwinnativegdi.c117 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo;
122 pScreenPriv->fClosed = TRUE;
123 pScreenPriv->fActive = FALSE;
131 RemoveProp (pScreenPriv->hwndScreen, WIN_SCR_PROP);
137 winDeleteNotifyIcon (pScreenPriv);
147 if (pScreenPriv->hwndScreen)
149 DestroyWindow (pScreenPriv->hwndScreen);
150 pScreenPriv->hwndScreen = NULL;
157 free (pScreenPriv);
178 winScreenInfo *pScreenInfo = pScreenPriv
[all...]
H A Dwinshaddd.c132 ddrval = IDirectDraw2_CreateSurface (pScreenPriv->pdd2,
134 &pScreenPriv->pddsPrimary,
151 ddrval = IDirectDrawSurface2_SetClipper (pScreenPriv->pddsPrimary,
152 pScreenPriv->pddcPrimary);
184 if (pScreenPriv->pddsPrimary)
190 IDirectDrawSurface2_SetClipper (pScreenPriv->pddsPrimary,
196 IDirectDrawSurface2_Release (pScreenPriv->pddsPrimary);
197 pScreenPriv->pddsPrimary = NULL;
218 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo;
229 &pScreenPriv
[all...]
H A Dwinshadddnl.c135 ddrval = IDirectDraw4_CreateSurface (pScreenPriv->pdd4,
137 &pScreenPriv->pddsPrimary4,
139 pScreenPriv->fRetryCreateSurface = FALSE;
145 pScreenPriv->fRetryCreateSurface = TRUE;
162 ddrval = IDirectDrawSurface4_SetClipper (pScreenPriv->pddsPrimary4,
163 pScreenPriv->pddcPrimary);
195 if (pScreenPriv->pddsPrimary4)
201 IDirectDrawSurface4_SetClipper (pScreenPriv->pddsPrimary4,
207 IDirectDrawSurface4_Release (pScreenPriv->pddsPrimary4);
208 pScreenPriv
588 winPrivScreenPtr pScreenPriv = pWinPriv->pScreenPriv; local in function:winFinishCreateWindowsWindowDDNL
[all...]
H A Dwinshadgdi.c107 hbmp = CreateCompatibleBitmap (pScreenPriv->hdcScreen, 1, 1);
119 if (!GetDIBits (pScreenPriv->hdcScreen,
140 if (!GetDIBits (pScreenPriv->hdcScreen,
175 if (GetDeviceCaps (pScreenPriv->hdcScreen, RASTERCAPS) & RC_PALETTE)
181 pScreenPriv->dwBitsPerRGB = 8;
182 pScreenPriv->dwRedMask = 0x0L;
183 pScreenPriv->dwGreenMask = 0x0L;
184 pScreenPriv->dwBlueMask = 0x0L;
189 if (GetDeviceCaps (pScreenPriv->hdcScreen, PLANES)
190 * GetDeviceCaps (pScreenPriv
[all...]
H A Dwintrayicon.c44 winInitNotifyIcon (winPrivScreenPtr pScreenPriv) argument
46 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo;
50 nid.hWnd = pScreenPriv->hwndScreen;
57 pScreenPriv->hiconNotifyIcon = nid.hIcon;
77 winDeleteNotifyIcon (winPrivScreenPtr pScreenPriv) argument
79 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo;
87 nid.hWnd = pScreenPriv->hwndScreen;
98 if (pScreenPriv->hiconNotifyIcon != NULL
99 && DestroyIcon (pScreenPriv->hiconNotifyIcon) == 0)
103 pScreenPriv
112 winHandleIconMessage(HWND hwnd,UINT message,WPARAM wParam,LPARAM lParam,winPrivScreenPtr pScreenPriv) argument
[all...]
H A Dwinblock.c59 if (pScreenPriv != NULL && !pScreenPriv->fServerStarted)
66 pScreenPriv->fServerStarted = TRUE;
69 iReturn = pthread_mutex_unlock (&pScreenPriv->pmServerStarted);
H A Dwinmouse.c154 if ((pScreenPriv->iDeltaZ > 0
156 || (pScreenPriv->iDeltaZ < 0
160 iDeltaZ += pScreenPriv->iDeltaZ;
161 pScreenPriv->iDeltaZ = 0;
171 pScreenPriv->iDeltaZ = 0;
180 pScreenPriv->iDeltaZ = 0;
192 pScreenPriv->iDeltaZ = iDeltaZ;
269 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo;
281 && pScreenPriv->iE3BCachedPress == 0
282 && !pScreenPriv
[all...]
H A Dwinscrinit.c92 winPrivScreenPtr pScreenPriv; local in function:winScreenInit
109 pScreenPriv = winGetScreenPriv (pScreen);
116 pScreenPriv->pScreenInfo = pScreenInfo;
133 if (!(*pScreenPriv->pwinAdjustVideoMode) (pScreen))
189 if (!(*pScreenPriv->pwinCreateBoundingWindow) (pScreen))
197 hdc = GetDC (pScreenPriv->hwndScreen);
214 ReleaseDC (pScreenPriv->hwndScreen, hdc);
220 if (!((*pScreenPriv->pwinFinishScreenInit) (index, pScreen, argc, argv)))
254 result = pScreenPriv->pwinCreateScreenResources(pScreen);
259 pScreenPriv
[all...]
H A Dwinallpriv.c49 winPrivScreenPtr pScreenPriv; local in function:winAllocatePrivates
64 pScreenPriv = (winPrivScreenPtr) malloc (sizeof (winPrivScreenRec));
65 if (!pScreenPriv)
72 ZeroMemory (pScreenPriv, sizeof (winPrivScreenRec));
75 pScreenPriv->fActive = TRUE;
85 winSetScreenPriv (pScreen, pScreenPriv);
/xsrc/external/mit/xorg-server/dist/hw/kdrive/src/
H A Dkcmap.c36 ColormapPtr pCmap = pScreenPriv->pInstalledmap;
42 if (!pScreenPriv->card->cfuncs->putColors)
44 if (pScreenPriv->screen->fb.depth > KD_MAX_PSEUDO_DEPTH)
47 if (!pScreenPriv->enabled)
58 for (i = 0; i < (1 << pScreenPriv->screen->fb.depth); i++)
61 QueryColors(pCmap, (1 << pScreenPriv->screen->fb.depth), pixels, colors,
64 for (i = 0; i < (1 << pScreenPriv->screen->fb.depth); i++) {
72 (*pScreenPriv->card->cfuncs->putColors) (pCmap->pScreen,
73 (1 << pScreenPriv->screen->fb.
87 if (!pScreenPriv
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/
H A Dkcmap.c36 ColormapPtr pCmap = pScreenPriv->pInstalledmap;
42 if (!pScreenPriv->card->cfuncs->putColors)
44 if (pScreenPriv->screen->fb.depth > KD_MAX_PSEUDO_DEPTH)
47 if (!pScreenPriv->enabled)
58 for (i = 0; i < (1 << pScreenPriv->screen->fb.depth); i++)
61 QueryColors (pCmap, (1 << pScreenPriv->screen->fb.depth), pixels, colors, serverClient);
63 for (i = 0; i < (1 << pScreenPriv->screen->fb.depth); i++)
72 (*pScreenPriv->card->cfuncs->putColors) (pCmap->pScreen,
73 (1 << pScreenPriv->screen->fb.depth),
77 if (pScreenPriv
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinblock.c66 if (pScreenPriv != NULL && !pScreenPriv->fServerStarted) {
72 pScreenPriv->fServerStarted = TRUE;
75 iReturn = pthread_mutex_unlock(&pScreenPriv->pmServerStarted);
H A Dwinshadgdi.c102 hbmp = CreateCompatibleBitmap(pScreenPriv->hdcScreen, 1, 1);
113 if (!GetDIBits(pScreenPriv->hdcScreen,
129 if (!GetDIBits(pScreenPriv->hdcScreen,
158 if (GetDeviceCaps(pScreenPriv->hdcScreen, RASTERCAPS) & RC_PALETTE) {
163 pScreenPriv->dwBitsPerRGB = 8;
164 pScreenPriv->dwRedMask = 0x0L;
165 pScreenPriv->dwGreenMask = 0x0L;
166 pScreenPriv->dwBlueMask = 0x0L;
171 if (GetDeviceCaps(pScreenPriv->hdcScreen, PLANES)
172 * GetDeviceCaps(pScreenPriv
[all...]
H A Dwinshadddnl.c112 ddrval = IDirectDraw4_CreateSurface(pScreenPriv->pdd4,
114 &pScreenPriv->pddsPrimary4, NULL);
115 pScreenPriv->fRetryCreateSurface = FALSE;
119 pScreenPriv->fRetryCreateSurface = TRUE;
135 ddrval = IDirectDrawSurface4_SetClipper(pScreenPriv->pddsPrimary4,
136 pScreenPriv->pddcPrimary);
165 if (pScreenPriv->pddsPrimary4) {
170 IDirectDrawSurface4_SetClipper(pScreenPriv->pddsPrimary4, NULL);
175 IDirectDrawSurface4_Release(pScreenPriv->pddsPrimary4);
176 pScreenPriv
[all...]
H A Dwintrayicon.c46 winInitNotifyIcon(winPrivScreenPtr pScreenPriv) argument
48 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo;
52 nid.hWnd = pScreenPriv->hwndScreen;
59 pScreenPriv->hiconNotifyIcon = nid.hIcon;
77 winDeleteNotifyIcon(winPrivScreenPtr pScreenPriv) argument
79 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo;
87 nid.hWnd = pScreenPriv->hwndScreen;
97 if (pScreenPriv->hiconNotifyIcon != NULL
98 && DestroyIcon(pScreenPriv->hiconNotifyIcon) == 0) {
101 pScreenPriv
109 winHandleIconMessage(HWND hwnd,UINT message,WPARAM wParam,LPARAM lParam,winPrivScreenPtr pScreenPriv) argument
[all...]
H A Dwinscrinit.c51 winPrivScreenPtr pScreenPriv; local in function:winScreenInit
67 pScreenPriv = winGetScreenPriv(pScreen);
74 pScreenPriv->pScreenInfo = pScreenInfo;
90 if (!(*pScreenPriv->pwinAdjustVideoMode) (pScreen)) {
142 if (!(*pScreenPriv->pwinCreateBoundingWindow) (pScreen)) {
148 hdc = GetDC(pScreenPriv->hwndScreen);
163 ReleaseDC(pScreenPriv->hwndScreen, hdc);
169 if (!((*pScreenPriv->pwinFinishScreenInit) (pScreen->myNum, pScreen, argc, argv))) {
173 pScreenPriv->pwinCloseScreen(pScreen);
210 result = pScreenPriv
[all...]
H A Dwinmouse.c249 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo;
260 && pScreenPriv->iE3BCachedPress == 0
261 && !pScreenPriv->fE3BFakeButton2Sent) {
268 pScreenPriv->iE3BCachedPress = iButton;
274 SetTimer(pScreenPriv->hwndScreen,
278 && pScreenPriv->iE3BCachedPress != 0
279 && pScreenPriv->iE3BCachedPress != iButton
280 && !pScreenPriv->fE3BFakeButton2Sent) {
287 KillTimer(pScreenPriv->hwndScreen, WIN_E3B_TIMER_ID);
288 pScreenPriv
[all...]
H A Dwinallpriv.c48 winPrivScreenPtr pScreenPriv; local in function:winAllocatePrivates
61 pScreenPriv = malloc(sizeof(winPrivScreenRec));
62 if (!pScreenPriv) {
68 ZeroMemory(pScreenPriv, sizeof(winPrivScreenRec));
71 pScreenPriv->fActive = TRUE;
80 winSetScreenPriv(pScreen, pScreenPriv);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86DGA.c112 DGAScreenPtr pScreenPriv; local in function:DGAInit
124 pScreenPriv = DGA_GET_SCREEN_PRIV(pScreen);
126 if (!pScreenPriv)
128 if(!(pScreenPriv = (DGAScreenPtr)malloc(sizeof(DGAScreenRec))))
130 dixSetPrivate(&pScreen->devPrivates, &DGAScreenKeyRec, pScreenPriv);
131 pScreenPriv->CloseScreen = pScreen->CloseScreen;
133 pScreenPriv->DestroyColormap = pScreen->DestroyColormap;
135 pScreenPriv->InstallColormap = pScreen->InstallColormap;
137 pScreenPriv->UninstallColormap = pScreen->UninstallColormap;
141 pScreenPriv
177 DGAScreenPtr pScreenPriv; local in function:DGAReInitModes
222 DGAScreenPtr pScreenPriv = DGA_GET_SCREEN_PRIV(pScreen); local in function:FreeMarkedVisuals
251 DGAScreenPtr pScreenPriv = DGA_GET_SCREEN_PRIV(pScreen); local in function:DGACloseScreen
278 DGAScreenPtr pScreenPriv = DGA_GET_SCREEN_PRIV(pScreen); local in function:DGADestroyColormap
307 DGAScreenPtr pScreenPriv = DGA_GET_SCREEN_PRIV(pScreen); local in function:DGAInstallColormap
325 DGAScreenPtr pScreenPriv = DGA_GET_SCREEN_PRIV(pScreen); local in function:DGAUninstallColormap
345 DGAScreenPtr pScreenPriv; local in function:xf86SetDGAMode
466 DGAScreenPtr pScreenPriv = DGA_GET_SCREEN_PRIV(pScreen); local in function:DGASetInputMode
483 DGAScreenPtr pScreenPriv; local in function:DGAChangePixmapMode
550 DGAScreenPtr pScreenPriv; local in function:DGAActive
615 DGAScreenPtr pScreenPriv = DGA_GET_SCREEN_PRIV(screenInfo.screens[index]); local in function:DGASelectInput
625 DGAScreenPtr pScreenPriv = DGA_GET_SCREEN_PRIV(screenInfo.screens[index]); local in function:DGAGetViewportStatus
641 DGAScreenPtr pScreenPriv = DGA_GET_SCREEN_PRIV(screenInfo.screens[index]); local in function:DGASetViewport
667 DGAScreenPtr pScreenPriv = DGA_GET_SCREEN_PRIV(pScreen); local in function:DGACreateColormap
736 DGAScreenPtr pScreenPriv = DGA_GET_SCREEN_PRIV(pScreen); local in function:DGAInstallCmap
751 DGAScreenPtr pScreenPriv = DGA_GET_SCREEN_PRIV(screenInfo.screens[index]); local in function:DGASync
767 DGAScreenPtr pScreenPriv = DGA_GET_SCREEN_PRIV(screenInfo.screens[index]); local in function:DGAFillRect
787 DGAScreenPtr pScreenPriv = DGA_GET_SCREEN_PRIV(screenInfo.screens[index]); local in function:DGABlitRect
809 DGAScreenPtr pScreenPriv = DGA_GET_SCREEN_PRIV(screenInfo.screens[index]); local in function:DGABlitTransRect
827 DGAScreenPtr pScreenPriv = DGA_GET_SCREEN_PRIV(screenInfo.screens[index]); local in function:DGAGetModes
840 DGAScreenPtr pScreenPriv = DGA_GET_SCREEN_PRIV(screenInfo.screens[index]); local in function:DGAGetModeInfo
904 DGAScreenPtr pScreenPriv = DGA_GET_SCREEN_PRIV(pScreen); local in function:DGAVTSwitch
917 DGAScreenPtr pScreenPriv; local in function:DGAStealKeyEvent
948 DGAScreenPtr pScreenPriv; local in function:DGAStealMotionEvent
975 DGAScreenPtr pScreenPriv; local in function:DGAStealButtonEvent
1018 DGAScreenPtr pScreenPriv = DGA_GET_SCREEN_PRIV(pScreen); local in function:DGAProcessKeyboardEvent
1072 DGAScreenPtr pScreenPriv = DGA_GET_SCREEN_PRIV(pScreen); local in function:DGAProcessPointerEvent
1136 DGAScreenPtr pScreenPriv = DGA_GET_SCREEN_PRIV(screenInfo.screens[index]); local in function:DGAOpenFramebuffer
1147 DGAScreenPtr pScreenPriv = DGA_GET_SCREEN_PRIV(screenInfo.screens[index]); local in function:DGACloseFramebuffer
1159 DGAScreenPtr pScreenPriv = DGA_GET_SCREEN_PRIV(screenInfo.screens[index]); local in function:DGAGetOldDGAMode
1190 DGAScreenPtr pScreenPriv; local in function:DGAHandleEvent
[all...]
H A Dxf86xvmc.c73 xf86XvMCScreenPtr pScreenPriv = XF86XVMC_GET_PRIVATE(pContext->pScreen); local in function:xf86XvMCCreateContext
78 return (*pScreenPriv->adaptors[pContext->adapt_num]->CreateContext)(
85 xf86XvMCScreenPtr pScreenPriv = XF86XVMC_GET_PRIVATE(pContext->pScreen); local in function:xf86XvMCDestroyContext
88 (*pScreenPriv->adaptors[pContext->adapt_num]->DestroyContext)(
100 xf86XvMCScreenPtr pScreenPriv = XF86XVMC_GET_PRIVATE(pContext->pScreen); local in function:xf86XvMCCreateSurface
103 return (*pScreenPriv->adaptors[pContext->adapt_num]->CreateSurface)(
111 xf86XvMCScreenPtr pScreenPriv = XF86XVMC_GET_PRIVATE(pContext->pScreen); local in function:xf86XvMCDestroySurface
114 (*pScreenPriv->adaptors[pContext->adapt_num]->DestroySurface)(
126 xf86XvMCScreenPtr pScreenPriv = XF86XVMC_GET_PRIVATE(pContext->pScreen); local in function:xf86XvMCCreateSubpicture
129 return (*pScreenPriv
137 xf86XvMCScreenPtr pScreenPriv = XF86XVMC_GET_PRIVATE(pContext->pScreen); local in function:xf86XvMCDestroySubpicture
148 xf86XvMCScreenPtr pScreenPriv = XF86XVMC_GET_PRIVATE(pScreen); local in function:xf86XvMCCloseScreen
165 xf86XvMCScreenPtr pScreenPriv; local in function:xf86XvMCScreenInit
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/exa/
H A Dexamodule.c75 ExaXorgScreenPrivPtr pScreenPriv = (ExaXorgScreenPrivPtr) local in function:exaXorgCloseScreen
78 pScreen->CloseScreen = pScreenPriv->SavedCloseScreen;
80 pScrn->EnableDisableFBAccess = pScreenPriv->SavedEnableDisableFBAccess;
82 free(pScreenPriv->options);
83 free(pScreenPriv);
92 ExaXorgScreenPrivPtr pScreenPriv = (ExaXorgScreenPrivPtr) local in function:exaXorgEnableDisableFBAccess
98 if (pScreenPriv->SavedEnableDisableFBAccess)
99 pScreenPriv->SavedEnableDisableFBAccess (index, enable);
115 ExaXorgScreenPrivPtr pScreenPriv; local in function:exaDDXDriverInit
120 pScreenPriv
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/exa/
H A Dexamodule.c76 ExaXorgScreenPrivPtr pScreenPriv = (ExaXorgScreenPrivPtr) local in function:exaXorgCloseScreen
79 pScreen->CloseScreen = pScreenPriv->SavedCloseScreen;
81 pScrn->EnableDisableFBAccess = pScreenPriv->SavedEnableDisableFBAccess;
83 free(pScreenPriv->options);
84 free(pScreenPriv);
93 ExaXorgScreenPrivPtr pScreenPriv = (ExaXorgScreenPrivPtr) local in function:exaXorgEnableDisableFBAccess
99 if (pScreenPriv->SavedEnableDisableFBAccess)
100 pScreenPriv->SavedEnableDisableFBAccess(pScrn, enable);
115 ExaXorgScreenPrivPtr pScreenPriv; local in function:exaDDXDriverInit
120 pScreenPriv
[all...]
/xsrc/external/mit/xorg-server/dist/miext/sync/
H A Dmisync.c90 SyncScreenPrivPtr pScreenPriv = SYNC_SCREEN_PRIV(pScreen); local in function:miSyncInitFence
103 pScreenPriv->funcs.CreateFence(pScreen, pFence, initially_triggered);
115 SyncScreenPrivPtr pScreenPriv = SYNC_SCREEN_PRIV(pScreen); local in function:miSyncDestroyFence
125 pScreenPriv->funcs.DestroyFence(pScreen, pFence);
149 SyncScreenPrivPtr pScreenPriv = SYNC_SCREEN_PRIV(pScreen); local in function:miSyncGetScreenFuncs
151 return &pScreenPriv->funcs;
157 SyncScreenPrivPtr pScreenPriv = SYNC_SCREEN_PRIV(pScreen); local in function:SyncCloseScreen
159 pScreen->CloseScreen = pScreenPriv->CloseScreen;
167 SyncScreenPrivPtr pScreenPriv; local in function:miSyncSetup
180 pScreenPriv
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86xvmc.c64 xf86XvMCScreenPtr pScreenPriv = XF86XVMC_GET_PRIVATE(pContext->pScreen); local in function:xf86XvMCCreateContext
69 return (*pScreenPriv->adaptors[pContext->adapt_num]->CreateContext) (pScrn,
78 xf86XvMCScreenPtr pScreenPriv = XF86XVMC_GET_PRIVATE(pContext->pScreen); local in function:xf86XvMCDestroyContext
81 (*pScreenPriv->adaptors[pContext->adapt_num]->DestroyContext) (pScrn,
89 xf86XvMCScreenPtr pScreenPriv = XF86XVMC_GET_PRIVATE(pContext->pScreen); local in function:xf86XvMCCreateSurface
92 return (*pScreenPriv->adaptors[pContext->adapt_num]->CreateSurface) (pScrn,
102 xf86XvMCScreenPtr pScreenPriv = XF86XVMC_GET_PRIVATE(pContext->pScreen); local in function:xf86XvMCDestroySurface
105 (*pScreenPriv->adaptors[pContext->adapt_num]->DestroySurface) (pScrn,
114 xf86XvMCScreenPtr pScreenPriv = XF86XVMC_GET_PRIVATE(pContext->pScreen); local in function:xf86XvMCCreateSubpicture
117 return (*pScreenPriv
125 xf86XvMCScreenPtr pScreenPriv = XF86XVMC_GET_PRIVATE(pContext->pScreen); local in function:xf86XvMCDestroySubpicture
135 xf86XvMCScreenPtr pScreenPriv = XF86XVMC_GET_PRIVATE(pScreen); local in function:xf86XvMCCloseScreen
150 xf86XvMCScreenPtr pScreenPriv; local in function:xf86XvMCScreenInit
[all...]

Completed in 15 milliseconds

12345