Home
last modified time | relevance | path

Searched refs:pCryptoType (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Ddevice9video.h40 const GUID *pCryptoType,
52 const GUID *pCryptoType,
Ddevice9video.c29 const GUID *pCryptoType, in NineDevice9Video_GetContentProtectionCaps() argument
47 const GUID *pCryptoType, in NineDevice9Video_CreateCryptoSession() argument
Dnine_lock.c2422 const GUID *pCryptoType, in LockDevice9Video_GetContentProtectionCaps() argument
2428 r = NineDevice9Video_GetContentProtectionCaps(This, pCryptoType, pDecodeProfile, pCaps); in LockDevice9Video_GetContentProtectionCaps()
2448 const GUID *pCryptoType, in LockDevice9Video_CreateCryptoSession() argument
2455 …r = NineDevice9Video_CreateCryptoSession(This, pCryptoType, pDecodeProfile, ppCryptoSession, pCryp… in LockDevice9Video_CreateCryptoSession()
/external/mesa3d/include/D3D9/
Dd3d9.h300 …virtual HRESULT WINAPI GetContentProtectionCaps(const GUID *pCryptoType, const GUID *pDecodeProfil…
302 …virtual HRESULT WINAPI CreateCryptoSession(const GUID *pCryptoType, const GUID *pDecodeProfile, ID…
1283 …HRESULT (WINAPI *GetContentProtectionCaps)(IDirect3DDevice9Video *This, const GUID *pCryptoType, c…
1285 …HRESULT (WINAPI *CreateCryptoSession)(IDirect3DDevice9Video *This, const GUID *pCryptoType, const …