Home
last modified time | relevance | path

Searched refs:pCaps (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Dadapter9.c520 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 …]
Ddevice9ex.c37 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()
Ddevice9video.h42 D3DCONTENTPROTECTIONCAPS *pCaps );
Ddevice9video.c31 D3DCONTENTPROTECTIONCAPS *pCaps ) in NineDevice9Video_GetContentProtectionCaps() argument
Dadapter9.h117 D3DCAPS9 *pCaps );
Ddevice9ex.h41 D3DCAPS9 *pCaps,
Ddevice9.h167 D3DCAPS9 *pCaps,
182 D3DCAPS9 *pCaps,
224 D3DCAPS9 *pCaps );
Ddevice9.c128 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()
Dnine_lock.c563 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/
Dd3dadapter9.h46 HRESULT (WINAPI *GetDeviceCaps)(ID3DAdapter9 *This, D3DDEVTYPE DeviceType, D3DCAPS9 *pCaps);
81 HRESULT WINAPI GetDeviceCaps(D3DDEVTYPE DeviceType, D3DCAPS9 *pCaps);
/external/mesa3d/include/D3D9/
Dd3d9.h96 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/
Dd3d8.h183 STDMETHOD(GetDeviceCaps)(THIS_ UINT Adapter,D3DDEVTYPE DeviceType,D3DCAPS8* pCaps) PURE; in DECLARE_INTERFACE_()
259 STDMETHOD(GetDeviceCaps)(THIS_ D3DCAPS8* pCaps) PURE; in DECLARE_INTERFACE_()