Home
last modified time | relevance | path

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

/third_party/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…
/third_party/mesa3d/src/gallium/frontends/nine/
Dadapter9.c197 D3DFORMAT AdapterFormat, in NineAdapter9_CheckDeviceType() argument
207 d3dformat_to_string(AdapterFormat), in NineAdapter9_CheckDeviceType()
210 user_assert(backbuffer_format(AdapterFormat, BackBufferFormat, bWindowed), in NineAdapter9_CheckDeviceType()
222 dfmt = d3d9_to_pipe_format_checked(screen, AdapterFormat, PIPE_TEXTURE_2D, in NineAdapter9_CheckDeviceType()
280 D3DFORMAT AdapterFormat, in NineAdapter9_CheckDeviceFormat() argument
295 nine_D3DDEVTYPE_to_str(DeviceType), d3dformat_to_string(AdapterFormat)); in NineAdapter9_CheckDeviceFormat()
300 user_assert(adapter_format(AdapterFormat), D3DERR_INVALIDCALL); in NineAdapter9_CheckDeviceFormat()
301 user_assert(display_format(AdapterFormat, FALSE), D3DERR_NOTAVAILABLE); in NineAdapter9_CheckDeviceFormat()
306 pf = d3d9_to_pipe_format_checked(screen, AdapterFormat, PIPE_TEXTURE_2D, 0, in NineAdapter9_CheckDeviceFormat()
311 d3dformat_to_string(AdapterFormat)); in NineAdapter9_CheckDeviceFormat()
[all …]
Dadapter9.h85 D3DFORMAT AdapterFormat,
92 D3DFORMAT AdapterFormat,
108 D3DFORMAT AdapterFormat,
/third_party/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…