Home
last modified time | relevance | path

Searched refs:AdapterFormat (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/include/d3dadapter/
Dd3dadapter9.h41 …I *CheckDeviceType)(ID3DAdapter9 *This, D3DDEVTYPE DevType, D3DFORMAT AdapterFormat, D3DFORMAT Bac…
42 …eckDeviceFormat)(ID3DAdapter9 *This, D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, DWORD Usage, …
44 …pthStencilMatch)(ID3DAdapter9 *This, D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, D3DFORMAT Ren…
76 …HRESULT WINAPI CheckDeviceType(D3DDEVTYPE DevType, D3DFORMAT AdapterFormat, D3DFORMAT BackBufferFo…
77 …HRESULT WINAPI CheckDeviceFormat(D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, DWORD Usage, D3DR…
79 …HRESULT WINAPI CheckDepthStencilMatch(D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, D3DFORMAT Re…
/external/mesa3d/src/gallium/frontends/nine/
Dadapter9.c198 D3DFORMAT AdapterFormat, in NineAdapter9_CheckDeviceType() argument
208 d3dformat_to_string(AdapterFormat), in NineAdapter9_CheckDeviceType()
211 user_assert(backbuffer_format(AdapterFormat, BackBufferFormat, bWindowed), in NineAdapter9_CheckDeviceType()
223 dfmt = d3d9_to_pipe_format_checked(screen, AdapterFormat, PIPE_TEXTURE_2D, in NineAdapter9_CheckDeviceType()
281 D3DFORMAT AdapterFormat, in NineAdapter9_CheckDeviceFormat() argument
296 nine_D3DDEVTYPE_to_str(DeviceType), d3dformat_to_string(AdapterFormat)); in NineAdapter9_CheckDeviceFormat()
301 user_assert(adapter_format(AdapterFormat), D3DERR_INVALIDCALL); in NineAdapter9_CheckDeviceFormat()
302 user_assert(display_format(AdapterFormat, FALSE), D3DERR_NOTAVAILABLE); in NineAdapter9_CheckDeviceFormat()
307 pf = d3d9_to_pipe_format_checked(screen, AdapterFormat, PIPE_TEXTURE_2D, 0, in NineAdapter9_CheckDeviceFormat()
312 d3dformat_to_string(AdapterFormat)); in NineAdapter9_CheckDeviceFormat()
[all …]
Dadapter9.h83 D3DFORMAT AdapterFormat,
90 D3DFORMAT AdapterFormat,
106 D3DFORMAT AdapterFormat,
/external/mesa3d/include/D3D9/
Dd3d9.h91 …virtual HRESULT WINAPI CheckDeviceType(UINT Adapter, D3DDEVTYPE DevType, D3DFORMAT AdapterFormat, …
92 …NAPI CheckDeviceFormat(UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, DWORD Usage, …
94 …CheckDepthStencilMatch(UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, D3DFORMAT Ren…
452 …ceType)(IDirect3D9 *This, UINT Adapter, D3DDEVTYPE DevType, D3DFORMAT AdapterFormat, D3DFORMAT Bac…
453 …mat)(IDirect3D9 *This, UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, DWORD Usage, …
455 …tch)(IDirect3D9 *This, UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, D3DFORMAT Ren…
499 …Type)(IDirect3D9Ex *This, UINT Adapter, D3DDEVTYPE DevType, D3DFORMAT AdapterFormat, D3DFORMAT Bac…
500 …t)(IDirect3D9Ex *This, UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, DWORD Usage, …
502 …h)(IDirect3D9Ex *This, UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, D3DFORMAT Ren…