Home
last modified time | relevance | path

Searched refs:IDirect3DAuthenticatedChannel9 (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
H A Ddevice9video.c39 IDirect3DAuthenticatedChannel9 **ppAuthenticatedChannel, in NineDevice9Video_CreateAuthenticatedChannel()
H A Ddevice9video.h47 IDirect3DAuthenticatedChannel9 **ppAuthenticatedChannel,
H A Dnine_lock.c2436 IDirect3DAuthenticatedChannel9 **ppAuthenticatedChannel, in LockDevice9Video_CreateAuthenticatedChannel()
/third_party/mesa3d/include/D3D9/
H A Dd3d9.h34 typedef struct IDirect3DAuthenticatedChannel9 IDirect3DAuthenticatedChannel9, *PDIRECT3DAUTHENTICATEDCHANNEL9, *LPDIRECT3DAUTHENTICATEDCHANNEL9; typedef
301 virtual HRESULT WINAPI CreateAuthenticatedChannel(D3DAUTHENTICATEDCHANNELTYPE ChannelType, IDirect3DAuthenticatedChannel9 **ppAuthenticatedChannel, HANDLE *pChannelHandle) = 0;
569 HRESULT (WINAPI *QueryInterface)(IDirect3DAuthenticatedChannel9 *This, REFIID riid, void **ppvObject);
570 ULONG (WINAPI *AddRef)(IDirect3DAuthenticatedChannel9 *This);
571 ULONG (WINAPI *Release)(IDirect3DAuthenticatedChannel9 *This);
572 /* IDirect3DAuthenticatedChannel9 */
573 HRESULT (WINAPI *GetCertificateSize)(IDirect3DAuthenticatedChannel9 *This, UINT *pCertificateSize);
574 HRESULT (WINAPI *GetCertificate)(IDirect3DAuthenticatedChannel9 *This, UINT CertifacteSize, BYTE *ppCertificate);
575 HRESULT (WINAPI *NegotiateKeyExchange)(IDirect3DAuthenticatedChannel9 *Thi
579 struct IDirect3DAuthenticatedChannel9 global() struct
[all...]

Completed in 14 milliseconds