Home
last modified time | relevance | path

Searched refs:D3DCAPS9 (Results 1 – 24 of 24) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_dump.h24 nine_dump_D3DCAPS9(unsigned, const D3DCAPS9 *);
38 nine_dump_D3DCAPS9(unsigned ch, const D3DCAPS9 *caps) in nine_dump_D3DCAPS9()
Ddevice9.h70 D3DCAPS9 caps;
167 D3DCAPS9 *pCaps,
182 D3DCAPS9 *pCaps,
204 const D3DCAPS9 *
224 D3DCAPS9 *pCaps );
Ddevice9ex.c37 D3DCAPS9 *pCaps, in NineDevice9Ex_ctor()
442 D3DCAPS9 *pCaps, in NineDevice9Ex_new()
Dadapter9.h117 D3DCAPS9 *pCaps );
Ddevice9ex.h41 D3DCAPS9 *pCaps,
Dadapter9.c520 D3DCAPS9 *pCaps ) in NineAdapter9_GetDeviceCaps()
986 D3DCAPS9 caps; in NineAdapter9_CreateDevice()
1047 D3DCAPS9 caps; in NineAdapter9_CreateDeviceEx()
Dvertexdeclaration9.c176 const D3DCAPS9 *caps; in NineVertexDeclaration9_ctor()
Dnine_state.h597 void nine_state_set_defaults(struct NineDevice9 *, const D3DCAPS9 *,
Dnine_dump.c424 nine_dump_D3DCAPS9(unsigned ch, const D3DCAPS9 *caps) in nine_dump_D3DCAPS9()
Ddevice9.c128 D3DCAPS9 *pCaps, in NineDevice9_ctor()
584 const D3DCAPS9 *
664 D3DCAPS9 *pCaps ) in NineDevice9_GetDeviceCaps()
3992 D3DCAPS9 *pCaps, in NineDevice9_new()
Dnine_lock.c563 D3DCAPS9 *pCaps )
Dnine_state.c2932 nine_state_set_defaults(struct NineDevice9 *device, const D3DCAPS9 *caps, in nine_state_set_defaults()
/external/mesa3d/include/d3dadapter/
Dd3dadapter9.h46 HRESULT (WINAPI *GetDeviceCaps)(ID3DAdapter9 *This, D3DDEVTYPE DeviceType, D3DCAPS9 *pCaps);
81 HRESULT WINAPI GetDeviceCaps(D3DDEVTYPE DeviceType, D3DCAPS9 *pCaps);
/external/swiftshader/src/D3D9/
DDirect3D9.hpp51 …long __stdcall GetDeviceCaps(unsigned int adapter, D3DDEVTYPE deviceType, D3DCAPS9 *caps) override;
DDirect3D9Ex.hpp51 …long __stdcall GetDeviceCaps(unsigned int adapter, D3DDEVTYPE deviceType, D3DCAPS9 *caps) override;
DDirect3D9Ex.cpp211 …long Direct3D9Ex::GetDeviceCaps(unsigned int adapter, D3DDEVTYPE deviceType, D3DCAPS9 *capabilitie… in GetDeviceCaps()
DDirect3DDevice9Ex.hpp64 long __stdcall GetDeviceCaps(D3DCAPS9 *caps) override;
DDirect3D9.cpp1185 long Direct3D9::GetDeviceCaps(unsigned int adapter, D3DDEVTYPE deviceType, D3DCAPS9 *capabilities) in GetDeviceCaps()
1224 D3DCAPS9 caps; in GetDeviceCaps()
1225 ZeroMemory(&caps, sizeof(D3DCAPS9)); in GetDeviceCaps()
DDirect3DDevice9.hpp100 long __stdcall GetDeviceCaps(D3DCAPS9 *caps) override;
DDirect3DDevice9Ex.cpp341 long Direct3DDevice9Ex::GetDeviceCaps(D3DCAPS9 *caps) in GetDeviceCaps()
DDirect3DDevice9.cpp1453 long Direct3DDevice9::GetDeviceCaps(D3DCAPS9 *caps) in GetDeviceCaps()
/external/mesa3d/include/D3D9/
Dd3d9caps.h371 } D3DCAPS9, *PD3DCAPS9, *LPD3DCAPS9; typedef
Dd3d9.h96 virtual HRESULT WINAPI GetDeviceCaps(UINT Adapter, D3DDEVTYPE DeviceType, D3DCAPS9 *pCaps) = 0;
165 virtual HRESULT WINAPI GetDeviceCaps(D3DCAPS9 *pCaps) = 0;
457 …HRESULT (WINAPI *GetDeviceCaps)(IDirect3D9 *This, UINT Adapter, D3DDEVTYPE DeviceType, D3DCAPS9 *p…
504 …HRESULT (WINAPI *GetDeviceCaps)(IDirect3D9Ex *This, UINT Adapter, D3DDEVTYPE DeviceType, D3DCAPS9
753 HRESULT (WINAPI *GetDeviceCaps)(IDirect3DDevice9 *This, D3DCAPS9 *pCaps);
1004 HRESULT (WINAPI *GetDeviceCaps)(IDirect3DDevice9Ex *This, D3DCAPS9 *pCaps);
/external/webrtc/webrtc/modules/video_render/windows/
Dvideo_render_direct3d9.cc351 D3DCAPS9 caps; in GetVertexProcessingCaps()