Searched defs:IDirect3DDevice9Video (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/include/D3D9/
H A Dd3d9.h40 typedef struct IDirect3DDevice9Video IDirect3DDevice9Video, *PDIRECT3DDEVICE9VIDEO, *LPDIRECT3DDEVICE9VIDEO; typedef in typeref:struct:IDirect3DDevice9Video
298 struct IDirect3DDevice9Video : public IUnknown struct in inherits:IUnknown
1279 HRESULT (WINAPI *QueryInterface)(IDirect3DDevice9Video *This, REFIID riid, void **ppvObject);
1280 ULONG (WINAPI *AddRef)(IDirect3DDevice9Video *This);
1281 ULONG (WINAPI *Release)(IDirect3DDevice9Video *This);
1282 /* IDirect3DDevice9Video */
1283 HRESULT (WINAPI *GetContentProtectionCaps)(IDirect3DDevice9Video *This, const GUID *pCryptoType, const GUID *pDecodeProfile, D3DCONTENTPROTECTIONCAPS *pCaps);
1284 HRESULT (WINAPI *CreateAuthenticatedChannel)(IDirect3DDevice9Video *This, D3DAUTHENTICATEDCHANNELTYPE ChannelType, IDirect3DAuthenticatedChannel9 **ppAuthenticatedChannel, HANDLE *pChannelHandle);
1285 HRESULT (WINAPI *CreateCryptoSession)(IDirect3DDevice9Video *Thi
1287 struct IDirect3DDevice9Video struct
[all...]

Completed in 85 milliseconds