Home
last modified time | relevance | path

Searched refs:CheckDeviceFormat (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3D9Ex.cpp141 …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()
DDirect3D9.hpp47 …long __stdcall CheckDeviceFormat(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT adapterFor…
DDirect3D9Ex.hpp47 …long __stdcall CheckDeviceFormat(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT adapterFor…
DDirect3D9.cpp213 …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()
791CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, D3DUSAGE_DEPTHSTENCIL, D3DRTYPE_SURFACE, s… in CheckDeviceMultiSampleType()
DDirect3DDevice9.cpp538 …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/
Dd3dadapter9.h42 …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/
DDirect3D8.hpp42 …long __stdcall CheckDeviceFormat(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT adapaterFo…
DDirect3D8.cpp145 …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()
DDirect3DDevice8.cpp545 …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/
Dd3d8.h180 …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/
Dd3d9.h92 …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)