Searched refs:CKey (Results 1 - 6 of 6) sorted by relevance
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/ |
H A D | surface_base.c | 273 HRESULT WINAPI IWineD3DBaseSurfaceImpl_SetColorKey(IWineD3DSurface *iface, DWORD Flags, const WINEDDCOLORKEY *CKey) argument 276 TRACE("(%p)->(%08x,%p)\n", This, Flags, CKey); 284 if(CKey) { 287 This->DestBltCKey = *CKey; 292 This->DestOverlayCKey = *CKey; 297 This->SrcOverlayCKey = *CKey; 302 This->SrcBltCKey = *CKey;
|
H A D | wined3d_private.h | 2465 DWORD Flags, const WINEDDCOLORKEY *CKey) DECLSPEC_HIDDEN;
|
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/ |
H A D | VBoxDispDDrawVHWA.cpp | 181 VBoxDispVHWAFromDDCOLORKEY(&pBody->u.in.CKey, &lpSetColorKey->ckNew);
|
/vbox/src/VBox/Frontends/VirtualBox/src/ |
H A D | VBoxFBOverlay.cpp | 2947 VBoxVHWAColorKey ckey(pCmd->u.in.CKey.high, pCmd->u.in.CKey.low); 2952 VBoxVHWAColorKey ckey(pCmd->u.in.CKey.high, pCmd->u.in.CKey.low); 2957 VBoxVHWAColorKey ckey(pCmd->u.in.CKey.high, pCmd->u.in.CKey.low); 2963 VBoxVHWAColorKey ckey(pCmd->u.in.CKey.high, pCmd->u.in.CKey.low);
|
/vbox/include/VBox/ |
H A D | VBoxVideo.h | 724 VBOXVHWA_COLORKEY CKey; member in struct:VBOXVHWACMD_SURF_COLORKEY_SET::__anon116::__anon117
|
/vbox/src/VBox/Devices/Graphics/shaderlib/ |
H A D | wined3d_private.h | 2500 DWORD Flags, const WINEDDCOLORKEY *CKey) DECLSPEC_HIDDEN;
|
Completed in 351 milliseconds