Searched refs:D3DCAPS9 (Results 1 – 24 of 24) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | nine_dump.h | 24 nine_dump_D3DCAPS9(unsigned, const D3DCAPS9 *); 38 nine_dump_D3DCAPS9(unsigned ch, const D3DCAPS9 *caps) in nine_dump_D3DCAPS9()
|
D | device9.h | 70 D3DCAPS9 caps; 167 D3DCAPS9 *pCaps, 182 D3DCAPS9 *pCaps, 204 const D3DCAPS9 * 224 D3DCAPS9 *pCaps );
|
D | device9ex.c | 37 D3DCAPS9 *pCaps, in NineDevice9Ex_ctor() 442 D3DCAPS9 *pCaps, in NineDevice9Ex_new()
|
D | adapter9.h | 117 D3DCAPS9 *pCaps );
|
D | device9ex.h | 41 D3DCAPS9 *pCaps,
|
D | adapter9.c | 520 D3DCAPS9 *pCaps ) in NineAdapter9_GetDeviceCaps() 986 D3DCAPS9 caps; in NineAdapter9_CreateDevice() 1047 D3DCAPS9 caps; in NineAdapter9_CreateDeviceEx()
|
D | vertexdeclaration9.c | 176 const D3DCAPS9 *caps; in NineVertexDeclaration9_ctor()
|
D | nine_state.h | 597 void nine_state_set_defaults(struct NineDevice9 *, const D3DCAPS9 *,
|
D | nine_dump.c | 424 nine_dump_D3DCAPS9(unsigned ch, const D3DCAPS9 *caps) in nine_dump_D3DCAPS9()
|
D | device9.c | 128 D3DCAPS9 *pCaps, in NineDevice9_ctor() 584 const D3DCAPS9 * 664 D3DCAPS9 *pCaps ) in NineDevice9_GetDeviceCaps() 3992 D3DCAPS9 *pCaps, in NineDevice9_new()
|
D | nine_lock.c | 563 D3DCAPS9 *pCaps )
|
D | nine_state.c | 2932 nine_state_set_defaults(struct NineDevice9 *device, const D3DCAPS9 *caps, in nine_state_set_defaults()
|
/external/mesa3d/include/d3dadapter/ |
D | d3dadapter9.h | 46 HRESULT (WINAPI *GetDeviceCaps)(ID3DAdapter9 *This, D3DDEVTYPE DeviceType, D3DCAPS9 *pCaps); 81 HRESULT WINAPI GetDeviceCaps(D3DDEVTYPE DeviceType, D3DCAPS9 *pCaps);
|
/external/swiftshader/src/D3D9/ |
D | Direct3D9.hpp | 51 …long __stdcall GetDeviceCaps(unsigned int adapter, D3DDEVTYPE deviceType, D3DCAPS9 *caps) override;
|
D | Direct3D9Ex.hpp | 51 …long __stdcall GetDeviceCaps(unsigned int adapter, D3DDEVTYPE deviceType, D3DCAPS9 *caps) override;
|
D | Direct3D9Ex.cpp | 211 …long Direct3D9Ex::GetDeviceCaps(unsigned int adapter, D3DDEVTYPE deviceType, D3DCAPS9 *capabilitie… in GetDeviceCaps()
|
D | Direct3DDevice9Ex.hpp | 64 long __stdcall GetDeviceCaps(D3DCAPS9 *caps) override;
|
D | Direct3D9.cpp | 1185 long Direct3D9::GetDeviceCaps(unsigned int adapter, D3DDEVTYPE deviceType, D3DCAPS9 *capabilities) in GetDeviceCaps() 1224 D3DCAPS9 caps; in GetDeviceCaps() 1225 ZeroMemory(&caps, sizeof(D3DCAPS9)); in GetDeviceCaps()
|
D | Direct3DDevice9.hpp | 100 long __stdcall GetDeviceCaps(D3DCAPS9 *caps) override;
|
D | Direct3DDevice9Ex.cpp | 341 long Direct3DDevice9Ex::GetDeviceCaps(D3DCAPS9 *caps) in GetDeviceCaps()
|
D | Direct3DDevice9.cpp | 1453 long Direct3DDevice9::GetDeviceCaps(D3DCAPS9 *caps) in GetDeviceCaps()
|
/external/mesa3d/include/D3D9/ |
D | d3d9caps.h | 371 } D3DCAPS9, *PD3DCAPS9, *LPD3DCAPS9; typedef
|
D | d3d9.h | 96 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/ |
D | video_render_direct3d9.cc | 351 D3DCAPS9 caps; in GetVertexProcessingCaps()
|