/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dbg/ |
H A D | DumpD3DCaps9.cpp | 501 static void diffCaps(D3DCAPS9 *pCaps1, D3DCAPS9 *pCaps2) 503 if (!memcmp(pCaps1, pCaps2, sizeof (D3DCAPS9))) 940 static D3DCAPS9* selectCaps(D3DCAPS9 *pLocalStorage, D3DCAPS9 *pLocalEmbedded1, D3DCAPS9 *pLocalEmbedded2, D3DCAPSSOURCE_TYPE enmCapsType) 1037 if (sizeof (g_aCaps1) != sizeof (D3DCAPS9)) 1039 Log(("incorrect caps 1 size (%d), expected(%d)\n", sizeof (g_aCaps1), sizeof (D3DCAPS9))); 1043 if (sizeof (g_aCaps2) != sizeof (D3DCAPS9)) [all...] |
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/ |
H A D | VBoxDispD3DIf.h | 105 D3DCAPS9 Caps;
|
H A D | VBoxDispD3DIf.cpp | 986 static HRESULT vboxWddmGetD3D9Caps(PVBOXWDDMDISP_D3D pD3D, D3DCAPS9 *pCaps)
|
H A D | VBoxDispD3D.cpp | 2205 Assert(pData->DataSize == sizeof (D3DCAPS9)); 2206 if (pData->DataSize >= sizeof (D3DCAPS9)) 2211 memcpy(pData->pData, &pAdapter->D3D.Caps, sizeof (D3DCAPS9)); 2216 memset(pData->pData, 0, sizeof (D3DCAPS9)); 2224 Assert(pData->DataSize == RT_OFFSETOF(D3DCAPS9, DevCaps2)); 2225 if (pData->DataSize == RT_OFFSETOF(D3DCAPS9, DevCaps2)) 2230 memcpy(pData->pData, &pAdapter->D3D.Caps, RT_OFFSETOF(D3DCAPS9, DevCaps2));
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/ |
H A D | directx.c | 334 void filter_caps(D3DCAPS9* pCaps) 411 static HRESULT WINAPI d3d9_GetDeviceCaps(IDirect3D9Ex *iface, UINT adapter, D3DDEVTYPE device_type, D3DCAPS9 *caps)
|
H A D | d3d9_private.h | 147 void filter_caps(D3DCAPS9* pCaps) DECLSPEC_HIDDEN;
|
H A D | device.c | 429 static HRESULT WINAPI d3d9_device_GetDeviceCaps(IDirect3DDevice9Ex *iface, D3DCAPS9 *caps)
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/ |
H A D | directx.c | 338 void filter_caps(D3DCAPS9* pCaps) 406 static HRESULT WINAPI IDirect3D9Impl_GetDeviceCaps(LPDIRECT3D9EX iface, UINT Adapter, D3DDEVTYPE DeviceType, D3DCAPS9* pCaps) {
|
H A D | d3d9_private.h | 169 void filter_caps(D3DCAPS9* pCaps) DECLSPEC_HIDDEN;
|
H A D | device.c | 382 static HRESULT WINAPI IDirect3DDevice9Impl_GetDeviceCaps(LPDIRECT3DDEVICE9EX iface, D3DCAPS9* pCaps) {
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | d3d9caps.h | 402 } D3DCAPS9; typedef in typeref:struct:_D3DCAPS9
|
H A D | d3d9.h | 194 STDMETHOD(GetDeviceCaps)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DCAPS9* pCaps) PURE; 272 STDMETHOD(GetDeviceCaps)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DCAPS9* pCaps) PURE; 1229 STDMETHOD(GetDeviceCaps)(THIS_ D3DCAPS9* pCaps) PURE; 1606 STDMETHOD(GetDeviceCaps)(THIS_ D3DCAPS9* pCaps) PURE;
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | d3d9caps.h | 402 } D3DCAPS9; typedef in typeref:struct:_D3DCAPS9
|
H A D | d3d9.h | 209 STDMETHOD(GetDeviceCaps)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DCAPS9* pCaps) PURE; 287 STDMETHOD(GetDeviceCaps)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DCAPS9* pCaps) PURE; 1309 STDMETHOD(GetDeviceCaps)(THIS_ D3DCAPS9* pCaps) PURE; 1693 STDMETHOD(GetDeviceCaps)(THIS_ D3DCAPS9* pCaps) PURE;
|
/vbox/src/VBox/Devices/Graphics/ |
H A D | DevVGA-SVGA3d-win.cpp | 337 D3DCAPS9 caps; 464 static void vmsvgaDumpD3DCaps(D3DCAPS9 *pCaps); 735 D3DCAPS9 *pCaps = &pState->caps; 6040 static void vmsvgaDumpD3DCaps(D3DCAPS9 *pCaps)
|
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/ |
H A D | d3d9.h | 202 STDMETHOD(GetDeviceCaps)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DCAPS9* pCaps) PURE; 280 STDMETHOD(GetDeviceCaps)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DCAPS9* pCaps) PURE; 1237 STDMETHOD(GetDeviceCaps)(THIS_ D3DCAPS9* pCaps) PURE; 1614 STDMETHOD(GetDeviceCaps)(THIS_ D3DCAPS9* pCaps) PURE;
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/ |
H A D | d3d9.h | 202 STDMETHOD(GetDeviceCaps)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DCAPS9* pCaps) PURE; 280 STDMETHOD(GetDeviceCaps)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DCAPS9* pCaps) PURE; 1237 STDMETHOD(GetDeviceCaps)(THIS_ D3DCAPS9* pCaps) PURE; 1614 STDMETHOD(GetDeviceCaps)(THIS_ D3DCAPS9* pCaps) PURE;
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/ |
H A D | d3d9.h | 218 STDMETHOD(GetDeviceCaps)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DCAPS9* pCaps) PURE; 296 STDMETHOD(GetDeviceCaps)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DCAPS9* pCaps) PURE; 1314 STDMETHOD(GetDeviceCaps)(THIS_ D3DCAPS9* pCaps) PURE; 1691 STDMETHOD(GetDeviceCaps)(THIS_ D3DCAPS9* pCaps) PURE;
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/ |
H A D | d3d9.h | 202 STDMETHOD(GetDeviceCaps)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DCAPS9* pCaps) PURE; 280 STDMETHOD(GetDeviceCaps)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DCAPS9* pCaps) PURE; 1237 STDMETHOD(GetDeviceCaps)(THIS_ D3DCAPS9* pCaps) PURE; 1614 STDMETHOD(GetDeviceCaps)(THIS_ D3DCAPS9* pCaps) PURE;
|