Searched refs:D3DCAPS9 (Results 1 - 19 of 19) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_dump.h | 24 nine_dump_D3DCAPS9(unsigned, const D3DCAPS9 *); 38 nine_dump_D3DCAPS9(unsigned ch, const D3DCAPS9 *caps) in nine_dump_D3DCAPS9()
|
H A D | device9.h | 71 D3DCAPS9 caps; 182 D3DCAPS9 *pCaps, 197 D3DCAPS9 *pCaps, 224 const D3DCAPS9 * 247 D3DCAPS9 *pCaps );
|
H A D | adapter9.h | 121 D3DCAPS9 *pCaps );
|
H A D | device9ex.h | 41 D3DCAPS9 *pCaps,
|
H A D | device9ex.c | 39 D3DCAPS9 *pCaps, in NineDevice9Ex_ctor() 518 D3DCAPS9 *pCaps, in NineDevice9Ex_new()
|
H A D | adapter9.c | 563 D3DCAPS9 *pCaps ) in NineAdapter9_GetDeviceCaps() 1025 D3DCAPS9 caps; in NineAdapter9_CreateDevice() 1086 D3DCAPS9 caps; in NineAdapter9_CreateDeviceEx()
|
H A D | vertexdeclaration9.c | 176 const D3DCAPS9 *caps; in NineVertexDeclaration9_ctor()
|
H A D | nine_state.h | 623 void nine_state_set_defaults(struct NineDevice9 *, const D3DCAPS9 *,
|
H A D | nine_dump.c | 425 nine_dump_D3DCAPS9(unsigned ch, const D3DCAPS9 *caps) in nine_dump_D3DCAPS9() 432 DBG_FLAG(ch, "D3DCAPS9(%p): (out of memory)\n", caps); in nine_dump_D3DCAPS9() 742 DBG_FLAG(ch, "D3DCAPS9(%p) part 1:\n%s\n", caps, s); in nine_dump_D3DCAPS9() 809 DBG_FLAG(ch, "D3DCAPS9(%p) part 2:\n%s\n", caps, s); in nine_dump_D3DCAPS9()
|
H A D | device9.c | 177 D3DCAPS9 *pCaps, in NineDevice9_ctor() 678 const D3DCAPS9 * 778 D3DCAPS9 *pCaps ) in NineDevice9_GetDeviceCaps() 4298 D3DCAPS9 *pCaps, in NineDevice9_new()
|
H A D | nine_lock.c | 563 D3DCAPS9 *pCaps )
|
H A D | nine_state.c | 2853 nine_state_set_defaults(struct NineDevice9 *device, const D3DCAPS9 *caps, in nine_state_set_defaults()
|
/third_party/mesa3d/include/d3dadapter/ |
H A D | d3dadapter9.h | 46 HRESULT (WINAPI *GetDeviceCaps)(ID3DAdapter9 *This, D3DDEVTYPE DeviceType, D3DCAPS9 *pCaps); 81 HRESULT WINAPI GetDeviceCaps(D3DDEVTYPE DeviceType, D3DCAPS9 *pCaps);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | VertexDeclarationCache.cpp | 104 D3DCAPS9 caps; in applyDeclaration()
|
H A D | renderer9_utils.cpp | 506 D3DCAPS9 deviceCaps; in GenerateCaps()
|
H A D | Renderer9.h | 501 D3DCAPS9 mDeviceCaps;
|
H A D | Renderer9.cpp | 2331 D3DCAPS9 deviceCaps; in isRemovedDeviceResettable()
|
/third_party/mesa3d/include/D3D9/ |
H A D | d3d9caps.h | 374 } D3DCAPS9, *PD3DCAPS9, *LPD3DCAPS9; typedef
|
H A 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 *pCaps); 504 HRESULT (WINAPI *GetDeviceCaps)(IDirect3D9Ex *This, UINT Adapter, D3DDEVTYPE DeviceType, D3DCAPS9 *pCaps); 753 HRESULT (WINAPI *GetDeviceCaps)(IDirect3DDevice9 *This, D3DCAPS9 *pCaps); 1004 HRESULT (WINAPI *GetDeviceCaps)(IDirect3DDevice9Ex *This, D3DCAPS9 *pCaps);
|
Completed in 37 milliseconds