/external/mesa3d/src/gallium/state_trackers/nine/ |
D | adapter9.c | 520 D3DCAPS9 *pCaps ) in NineAdapter9_GetDeviceCaps() argument 526 nine_D3DDEVTYPE_to_str(DeviceType), pCaps); in NineAdapter9_GetDeviceCaps() 528 user_assert(pCaps, D3DERR_INVALIDCALL); in NineAdapter9_GetDeviceCaps() 542 pCaps->DeviceType = DeviceType; in NineAdapter9_GetDeviceCaps() 544 pCaps->AdapterOrdinal = 0; in NineAdapter9_GetDeviceCaps() 546 pCaps->Caps = 0; in NineAdapter9_GetDeviceCaps() 548 pCaps->Caps2 = D3DCAPS2_CANMANAGERESOURCE | in NineAdapter9_GetDeviceCaps() 558 pCaps->Caps3 = D3DCAPS3_ALPHA_FULLSCREEN_FLIP_OR_DISCARD | in NineAdapter9_GetDeviceCaps() 563 pCaps->PresentationIntervals = D3DPRESENT_INTERVAL_DEFAULT | in NineAdapter9_GetDeviceCaps() 569 pCaps->CursorCaps = D3DCURSORCAPS_COLOR | D3DCURSORCAPS_LOWRES; in NineAdapter9_GetDeviceCaps() [all …]
|
D | device9ex.c | 37 D3DCAPS9 *pCaps, in NineDevice9Ex_ctor() argument 48 This, pParams, pScreen, pCreationParameters, pCaps, in NineDevice9Ex_ctor() 53 pScreen, pCreationParameters, pCaps, in NineDevice9Ex_ctor() 442 D3DCAPS9 *pCaps, in NineDevice9Ex_new() argument 455 pScreen, pCreationParameters, pCaps, pPresentationParameters, in NineDevice9Ex_new()
|
D | device9video.h | 42 D3DCONTENTPROTECTIONCAPS *pCaps );
|
D | device9video.c | 31 D3DCONTENTPROTECTIONCAPS *pCaps ) in NineDevice9Video_GetContentProtectionCaps() argument
|
D | adapter9.h | 117 D3DCAPS9 *pCaps );
|
D | device9ex.h | 41 D3DCAPS9 *pCaps,
|
D | device9.h | 167 D3DCAPS9 *pCaps, 182 D3DCAPS9 *pCaps, 224 D3DCAPS9 *pCaps );
|
D | device9.c | 128 D3DCAPS9 *pCaps, in NineDevice9_ctor() argument 142 This, pParams, pScreen, pCreationParameters, pCaps, pPresentationParameters, pD3D9, in NineDevice9_ctor() 154 This->caps = *pCaps; in NineDevice9_ctor() 664 D3DCAPS9 *pCaps ) in NineDevice9_GetDeviceCaps() argument 666 user_assert(pCaps != NULL, D3DERR_INVALIDCALL); in NineDevice9_GetDeviceCaps() 667 *pCaps = This->caps; in NineDevice9_GetDeviceCaps() 3992 D3DCAPS9 *pCaps, in NineDevice9_new() argument 4006 pScreen, pCreationParameters, pCaps, in NineDevice9_new()
|
D | nine_lock.c | 563 D3DCAPS9 *pCaps ) 567 r = NineDevice9_GetDeviceCaps(This, pCaps); 2424 D3DCONTENTPROTECTIONCAPS *pCaps ) in LockDevice9Video_GetContentProtectionCaps() argument 2428 r = NineDevice9Video_GetContentProtectionCaps(This, pCryptoType, pDecodeProfile, pCaps); in LockDevice9Video_GetContentProtectionCaps()
|
/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/mesa3d/include/D3D9/ |
D | d3d9.h | 96 virtual HRESULT WINAPI GetDeviceCaps(UINT Adapter, D3DDEVTYPE DeviceType, D3DCAPS9 *pCaps) = 0; 165 virtual HRESULT WINAPI GetDeviceCaps(D3DCAPS9 *pCaps) = 0; 300 …tionCaps(const GUID *pCryptoType, const GUID *pDecodeProfile, D3DCONTENTPROTECTIONCAPS *pCaps) = 0; 457 …LT (WINAPI *GetDeviceCaps)(IDirect3D9 *This, UINT Adapter, D3DDEVTYPE DeviceType, D3DCAPS9 *pCaps); 504 … (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); 1283 …Video *This, const GUID *pCryptoType, const GUID *pDecodeProfile, D3DCONTENTPROTECTIONCAPS *pCaps);
|
/external/swiftshader/include/Direct3D/ |
D | d3d8.h | 183 STDMETHOD(GetDeviceCaps)(THIS_ UINT Adapter,D3DDEVTYPE DeviceType,D3DCAPS8* pCaps) PURE; in DECLARE_INTERFACE_() 259 STDMETHOD(GetDeviceCaps)(THIS_ D3DCAPS8* pCaps) PURE; in DECLARE_INTERFACE_()
|