Home
last modified time | relevance | path

Searched refs:AdapterFormat (Results 1 – 5 of 5) 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/state_trackers/nine/
Dadapter9.h81 D3DFORMAT AdapterFormat,
88 D3DFORMAT AdapterFormat,
104 D3DFORMAT AdapterFormat,
Dadapter9.c188 D3DFORMAT AdapterFormat, in NineAdapter9_CheckDeviceType() argument
198 d3dformat_to_string(AdapterFormat), in NineAdapter9_CheckDeviceType()
201 user_assert(backbuffer_format(AdapterFormat, BackBufferFormat, bWindowed), in NineAdapter9_CheckDeviceType()
213 dfmt = d3d9_to_pipe_format_checked(screen, AdapterFormat, PIPE_TEXTURE_2D, in NineAdapter9_CheckDeviceType()
251 D3DFORMAT AdapterFormat, in NineAdapter9_CheckDeviceFormat() argument
266 nine_D3DDEVTYPE_to_str(DeviceType), d3dformat_to_string(AdapterFormat)); in NineAdapter9_CheckDeviceFormat()
270 user_assert(display_format(AdapterFormat, FALSE), D3DERR_INVALIDCALL); in NineAdapter9_CheckDeviceFormat()
275 pf = d3d9_to_pipe_format_checked(screen, AdapterFormat, PIPE_TEXTURE_2D, 0, in NineAdapter9_CheckDeviceFormat()
280 d3dformat_to_string(AdapterFormat)); in NineAdapter9_CheckDeviceFormat()
439 D3DFORMAT AdapterFormat, in NineAdapter9_CheckDepthStencilMatch() argument
[all …]
/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…
/external/swiftshader/include/Direct3D/
Dd3d8.h180 …STDMETHOD(CheckDeviceFormat)(THIS_ UINT Adapter,D3DDEVTYPE DeviceType,D3DFORMAT AdapterFormat,DWOR… in DECLARE_INTERFACE_()
182 …DepthStencilMatch)(THIS_ UINT Adapter,D3DDEVTYPE DeviceType,D3DFORMAT AdapterFormat,D3DFORMAT Rend… in DECLARE_INTERFACE_()