/external/swiftshader/src/D3D9/ |
D | Direct3D9Ex.cpp | 141 …long Direct3D9Ex::CheckDeviceFormat(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT adapter… in CheckDeviceFormat() function in D3D9::Direct3D9Ex 151 …return d3d9ex->CheckDeviceFormat(adapter, deviceType, adapterFormat, usage, resourceType, checkFor… in CheckDeviceFormat() 155 …return CheckDeviceFormat(adapter, D3DDEVTYPE_HAL, adapterFormat, usage, resourceType, checkFormat); in CheckDeviceFormat() 159 …return Direct3D9::CheckDeviceFormat(adapter, deviceType, adapterFormat, usage, resourceType, check… in CheckDeviceFormat()
|
D | Direct3D9.hpp | 47 …long __stdcall CheckDeviceFormat(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT adapterFor…
|
D | Direct3D9Ex.hpp | 47 …long __stdcall CheckDeviceFormat(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT adapterFor…
|
D | Direct3D9.cpp | 213 …long Direct3D9::CheckDeviceFormat(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT adapterFo… in CheckDeviceFormat() function in D3D9::Direct3D9 223 …return d3d9->CheckDeviceFormat(adapter, deviceType, adapterFormat, usage, resourceType, checkForma… in CheckDeviceFormat() 227 …return CheckDeviceFormat(adapter, D3DDEVTYPE_HAL, adapterFormat, usage, resourceType, checkFormat); in CheckDeviceFormat() 790 …if(CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, D3DUSAGE_RENDERTARGET, D3DRTYPE_SURFACE… in CheckDeviceMultiSampleType() 791 …CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, D3DUSAGE_DEPTHSTENCIL, D3DRTYPE_SURFACE, s… in CheckDeviceMultiSampleType()
|
D | Direct3DDevice9.cpp | 538 …if(edgeLength == 0 || (usage & D3DUSAGE_AUTOGENMIPMAP && levels > 1) || d3d9->CheckDeviceFormat(ad… in CreateCubeTexture() 571 …if(width == 0 || height == 0 || d3d9->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, D3DU… in CreateDepthStencilSurface() 656 …if(width == 0 || height == 0 || d3d9->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, 0, D… in CreateOffscreenPlainSurface() 785 …if(width == 0 || height == 0 || d3d9->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, D3DU… in CreateRenderTarget() 836 …ght == 0 || (usage & D3DUSAGE_AUTOGENMIPMAP && levels > 1) || d3d9->CheckDeviceFormat(adapter, dev… in CreateTexture() 960 …pth == 0 || (usage & D3DUSAGE_AUTOGENMIPMAP && levels > 1) || d3d9->CheckDeviceFormat(adapter, dev… in CreateVolumeTexture()
|
/external/mesa3d/include/d3dadapter/ |
D | d3dadapter9.h | 42 …HRESULT (WINAPI *CheckDeviceFormat)(ID3DAdapter9 *This, D3DDEVTYPE DeviceType, D3DFORMAT AdapterFo… 63 #define ID3DAdapter9_CheckDeviceFormat(p,a,b,c,d,e) (p)->lpVtbl->CheckDeviceFormat(p,a,b,c,d,e) 77 …HRESULT WINAPI CheckDeviceFormat(D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, DWORD Usage, D3DR…
|
/external/swiftshader/src/D3D8/ |
D | Direct3D8.hpp | 42 …long __stdcall CheckDeviceFormat(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT adapaterFo…
|
D | Direct3D8.cpp | 145 …long Direct3D8::CheckDeviceFormat(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT adapterFo… in CheckDeviceFormat() function in D3D8::Direct3D8 155 …return d3d8->CheckDeviceFormat(adapter, deviceType, adapterFormat, usage, resourceType, checkForma… in CheckDeviceFormat() 159 …return CheckDeviceFormat(adapter, D3DDEVTYPE_HAL, adapterFormat, usage, resourceType, checkFormat); in CheckDeviceFormat()
|
D | Direct3DDevice8.cpp | 545 …if(edgeLength == 0 || d3d8->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, usage, D3DRTYP… in CreateCubeTexture() 575 …if(width == 0 || height == 0 || d3d8->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, D3DU… in CreateDepthStencilSurface() 605 …if(width == 0 || height == 0 || d3d8->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, 0, D… in CreateImageSurface() 691 …if(width == 0 || height == 0 || d3d8->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, D3DU… in CreateRenderTarget() 738 …if(width == 0 || height == 0 || d3d8->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, usag… in CreateTexture() 824 …if(width == 0 || height == 0 || depth == 0 || d3d8->CheckDeviceFormat(adapter, deviceType, D3DFMT_… in CreateVolumeTexture()
|
/external/swiftshader/include/Direct3D/ |
D | d3d8.h | 180 …STDMETHOD(CheckDeviceFormat)(THIS_ UINT Adapter,D3DDEVTYPE DeviceType,D3DFORMAT AdapterFormat,DWOR… in DECLARE_INTERFACE_() local 201 #define IDirect3D8_CheckDeviceFormat(p,a,b,c,d,e,f) (p)->lpVtbl->CheckDeviceFormat(p,a,b,c,d,e,f) 218 #define IDirect3D8_CheckDeviceFormat(p,a,b,c,d,e,f) (p)->CheckDeviceFormat(a,b,c,d,e,f)
|
/external/mesa3d/include/D3D9/ |
D | d3d9.h | 92 …virtual HRESULT WINAPI CheckDeviceFormat(UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT AdapterFor… 453 …HRESULT (WINAPI *CheckDeviceFormat)(IDirect3D9 *This, UINT Adapter, D3DDEVTYPE DeviceType, D3DFORM… 478 #define IDirect3D9_CheckDeviceFormat(p,a,b,c,d,e,f) (p)->lpVtbl->CheckDeviceFormat(p,a,b,c,d,e,f) 500 …HRESULT (WINAPI *CheckDeviceFormat)(IDirect3D9Ex *This, UINT Adapter, D3DDEVTYPE DeviceType, D3DFO… 531 #define IDirect3D9Ex_CheckDeviceFormat(p,a,b,c,d,e,f) (p)->lpVtbl->CheckDeviceFormat(p,a,b,c,d,e,f)
|