Home
last modified time | relevance | path

Searched refs:CheckDeviceFormatConversion (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/include/d3dadapter/
Dd3dadapter9.h45 …HRESULT (WINAPI *CheckDeviceFormatConversion)(ID3DAdapter9 *This, D3DDEVTYPE DeviceType, D3DFORMAT…
66 #define ID3DAdapter9_CheckDeviceFormatConversion(p,a,b,c) (p)->lpVtbl->CheckDeviceFormatConversion(…
80 …HRESULT WINAPI CheckDeviceFormatConversion(D3DDEVTYPE DeviceType, D3DFORMAT SourceFormat, D3DFORMA…
/external/swiftshader/src/D3D9/
DDirect3D9Ex.cpp190 …long Direct3D9Ex::CheckDeviceFormatConversion(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORM… in CheckDeviceFormatConversion() function in D3D9::Direct3D9Ex
200 return d3d9ex->CheckDeviceFormatConversion(adapter, deviceType, sourceFormat, targetFormat); in CheckDeviceFormatConversion()
204 return CheckDeviceFormatConversion(adapter, D3DDEVTYPE_HAL, sourceFormat, targetFormat); in CheckDeviceFormatConversion()
DDirect3D9.hpp50 …long __stdcall CheckDeviceFormatConversion(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT …
DDirect3D9Ex.hpp50 …long __stdcall CheckDeviceFormatConversion(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT …
DDirect3D9.cpp727 …long Direct3D9::CheckDeviceFormatConversion(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT… in CheckDeviceFormatConversion() function in D3D9::Direct3D9
737 return d3d9->CheckDeviceFormatConversion(adapter, deviceType, sourceFormat, targetFormat); in CheckDeviceFormatConversion()
741 return CheckDeviceFormatConversion(adapter, D3DDEVTYPE_HAL, sourceFormat, targetFormat); in CheckDeviceFormatConversion()
/external/mesa3d/include/D3D9/
Dd3d9.h95 …virtual HRESULT WINAPI CheckDeviceFormatConversion(UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT …
456 …HRESULT (WINAPI *CheckDeviceFormatConversion)(IDirect3D9 *This, UINT Adapter, D3DDEVTYPE DeviceTyp…
481 #define IDirect3D9_CheckDeviceFormatConversion(p,a,b,c,d) (p)->lpVtbl->CheckDeviceFormatConversion(…
503 …HRESULT (WINAPI *CheckDeviceFormatConversion)(IDirect3D9Ex *This, UINT Adapter, D3DDEVTYPE DeviceT…
534 …irect3D9Ex_CheckDeviceFormatConversion(p,a,b,c,d) (p)->lpVtbl->CheckDeviceFormatConversion(p,a,b,c…