Searched refs:D3DDEVTYPE (Results 1 – 19 of 19) sorted by relevance
/third_party/mesa3d/include/d3dadapter/ |
D | d3dadapter9.h | 41 …HRESULT (WINAPI *CheckDeviceType)(ID3DAdapter9 *This, D3DDEVTYPE DevType, D3DFORMAT AdapterFormat,… 42 …HRESULT (WINAPI *CheckDeviceFormat)(ID3DAdapter9 *This, D3DDEVTYPE DeviceType, D3DFORMAT AdapterFo… 43 …HRESULT (WINAPI *CheckDeviceMultiSampleType)(ID3DAdapter9 *This, D3DDEVTYPE DeviceType, D3DFORMAT … 44 …HRESULT (WINAPI *CheckDepthStencilMatch)(ID3DAdapter9 *This, D3DDEVTYPE DeviceType, D3DFORMAT Adap… 45 …HRESULT (WINAPI *CheckDeviceFormatConversion)(ID3DAdapter9 *This, D3DDEVTYPE DeviceType, D3DFORMAT… 46 HRESULT (WINAPI *GetDeviceCaps)(ID3DAdapter9 *This, D3DDEVTYPE DeviceType, D3DCAPS9 *pCaps); 47 …HRESULT (WINAPI *CreateDevice)(ID3DAdapter9 *This, UINT RealAdapter, D3DDEVTYPE DeviceType, HWND h… 48 …HRESULT (WINAPI *CreateDeviceEx)(ID3DAdapter9 *This, UINT RealAdapter, D3DDEVTYPE DeviceType, HWND… 76 …HRESULT WINAPI CheckDeviceType(D3DDEVTYPE DevType, D3DFORMAT AdapterFormat, D3DFORMAT BackBufferFo… 77 …HRESULT WINAPI CheckDeviceFormat(D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, DWORD Usage, D3DR… [all …]
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | adapter9.h | 84 D3DDEVTYPE DevType, 91 D3DDEVTYPE DeviceType, 99 D3DDEVTYPE DeviceType, 107 D3DDEVTYPE DeviceType, 114 D3DDEVTYPE DeviceType, 120 D3DDEVTYPE DeviceType, 126 D3DDEVTYPE DeviceType, 137 D3DDEVTYPE DeviceType,
|
D | adapter9.c | 127 D3DDEVTYPE DevType, in NineAdapter9_GetScreen() 197 D3DDEVTYPE DevType, in NineAdapter9_CheckDeviceType() 280 D3DDEVTYPE DeviceType, in NineAdapter9_CheckDeviceFormat() 413 D3DDEVTYPE DeviceType, in NineAdapter9_CheckDeviceMultiSampleType() 475 D3DDEVTYPE DeviceType, in NineAdapter9_CheckDepthStencilMatch() 521 D3DDEVTYPE DeviceType, in NineAdapter9_CheckDeviceFormatConversion() 559 D3DDEVTYPE DeviceType, in NineAdapter9_GetDeviceCaps() 1013 D3DDEVTYPE DeviceType, in NineAdapter9_CreateDevice() 1073 D3DDEVTYPE DeviceType, in NineAdapter9_CreateDeviceEx()
|
D | nineexoverlayextension.h | 41 D3DDEVTYPE DevType,
|
D | nineexoverlayextension.c | 30 D3DDEVTYPE DevType, in Nine9ExOverlayExtension_CheckDeviceOverlayType()
|
D | nine_dump.h | 8 const char *nine_D3DDEVTYPE_to_str(D3DDEVTYPE);
|
D | nine_dump.c | 15 const char *nine_D3DDEVTYPE_to_str(D3DDEVTYPE type) in nine_D3DDEVTYPE_to_str()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | renderer9_utils.h | 67 D3DDEVTYPE deviceType,
|
D | renderer9_utils.cpp | 418 D3DDEVTYPE deviceType, in GenerateTextureFormatCaps() 482 D3DDEVTYPE deviceType, in GenerateCaps()
|
D | Renderer9.h | 383 D3DDEVTYPE getD3D9DeviceType() const { return mDeviceType; } in getD3D9DeviceType() 491 D3DDEVTYPE mDeviceType;
|
D | SwapChain9.cpp | 184 D3DDEVTYPE deviceType = mRenderer->getD3D9DeviceType(); in reset()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | renderer9_utils.h | 67 D3DDEVTYPE deviceType,
|
D | Renderer9.h | 375 D3DDEVTYPE getD3D9DeviceType() const { return mDeviceType; } in getD3D9DeviceType() 489 D3DDEVTYPE mDeviceType;
|
D | renderer9_utils.cpp | 418 D3DDEVTYPE deviceType, in GenerateTextureFormatCaps() 499 D3DDEVTYPE deviceType, in GenerateCaps()
|
D | SwapChain9.cpp | 184 D3DDEVTYPE deviceType = mRenderer->getD3D9DeviceType(); in reset()
|
/third_party/mesa3d/include/D3D9/ |
D | d3d9.h | 91 …virtual HRESULT WINAPI CheckDeviceType(UINT Adapter, D3DDEVTYPE DevType, D3DFORMAT AdapterFormat, … 92 …virtual HRESULT WINAPI CheckDeviceFormat(UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT AdapterFor… 93 …virtual HRESULT WINAPI CheckDeviceMultiSampleType(UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT S… 94 …virtual HRESULT WINAPI CheckDepthStencilMatch(UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT Adapt… 95 …virtual HRESULT WINAPI CheckDeviceFormatConversion(UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT … 96 virtual HRESULT WINAPI GetDeviceCaps(UINT Adapter, D3DDEVTYPE DeviceType, D3DCAPS9 *pCaps) = 0; 98 …virtual HRESULT WINAPI CreateDevice(UINT Adapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD … 106 …virtual HRESULT WINAPI CreateDeviceEx(UINT Adapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWOR… 112 …virtual HRESULT WINAPI CheckDeviceOverlayType(UINT Adapter, D3DDEVTYPE DevType, UINT OverlayWidth,… 452 …HRESULT (WINAPI *CheckDeviceType)(IDirect3D9 *This, UINT Adapter, D3DDEVTYPE DevType, D3DFORMAT Ad… [all …]
|
D | d3d9caps.h | 305 D3DDEVTYPE DeviceType;
|
D | d3d9types.h | 574 } D3DDEVTYPE; typedef 1517 D3DDEVTYPE DeviceType;
|
/third_party/openh264/codec/console/dec/src/ |
D | d3d9_utils.cpp | 221 D3DDEVTYPE D3DDevType = D3DDEVTYPE_HAL; in InitResource() 402 D3DDEVTYPE D3DDevType = D3DDEVTYPE_HAL; in InitResource()
|