Searched refs:D3DCAPS9 (Results 1 – 21 of 21) sorted by relevance
/external/mesa3d/src/gallium/frontends/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; 173 D3DCAPS9 *pCaps, 188 D3DCAPS9 *pCaps, 215 const D3DCAPS9 * 238 D3DCAPS9 *pCaps );
|
D | adapter9.h | 119 D3DCAPS9 *pCaps );
|
D | device9ex.c | 37 D3DCAPS9 *pCaps, in NineDevice9Ex_ctor() 442 D3DCAPS9 *pCaps, in NineDevice9Ex_new()
|
D | device9ex.h | 41 D3DCAPS9 *pCaps,
|
D | adapter9.c | 555 D3DCAPS9 *pCaps ) in NineAdapter9_GetDeviceCaps() 1018 D3DCAPS9 caps; in NineAdapter9_CreateDevice() 1079 D3DCAPS9 caps; in NineAdapter9_CreateDeviceEx()
|
D | nine_state.h | 605 void nine_state_set_defaults(struct NineDevice9 *, const D3DCAPS9 *,
|
D | vertexdeclaration9.c | 176 const D3DCAPS9 *caps; in NineVertexDeclaration9_ctor()
|
D | nine_dump.c | 424 nine_dump_D3DCAPS9(unsigned ch, const D3DCAPS9 *caps) in nine_dump_D3DCAPS9()
|
D | device9.c | 151 D3DCAPS9 *pCaps, in NineDevice9_ctor() 631 const D3DCAPS9 * 730 D3DCAPS9 *pCaps ) in NineDevice9_GetDeviceCaps() 4149 D3DCAPS9 *pCaps, in NineDevice9_new()
|
D | nine_lock.c | 563 D3DCAPS9 *pCaps )
|
D | nine_state.c | 2788 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/OpenCL-CTS/test_conformance/extensions/cl_khr_dx9_media_sharing/ |
D | wrappers.cpp | 197 D3DCAPS9 caps; in AdapterNext() 319 D3DCAPS9 caps; in AdapterNext()
|
/external/angle/doc/ |
D | ResourceLimits.md | 34 * fn2: on SM3 or better hardware the max point size is D3DCAPS9.MaxPointSize
|
/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | VertexDeclarationCache.cpp | 104 D3DCAPS9 caps; in applyDeclaration()
|
D | renderer9_utils.cpp | 490 D3DCAPS9 deviceCaps; in GenerateCaps()
|
D | Renderer9.h | 501 D3DCAPS9 mDeviceCaps;
|
D | Renderer9.cpp | 2326 D3DCAPS9 deviceCaps; in isRemovedDeviceResettable()
|
/external/mesa3d/include/D3D9/ |
D | d3d9caps.h | 374 } 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);
|