Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Ddevice9video.h47IDirect3DAuthenticatedChannel9 **ppAuthenticatedChannel,
Ddevice9video.c39IDirect3DAuthenticatedChannel9 **ppAuthenticatedChannel, in NineDevice9Video_CreateAuthenticatedChannel()
Dnine_lock.c2436IDirect3DAuthenticatedChannel9 **ppAuthenticatedChannel, in LockDevice9Video_CreateAuthenticatedChannel()
/external/mesa3d/include/D3D9/
Dd3d9.h34 typedef struct IDirect3DAuthenticatedChannel9 IDirect3DAuthenticatedChannel9, *PDIRECT3DAUTHENTICAT… typedef
301 …uthenticatedChannel(D3DAUTHENTICATEDCHANNELTYPE ChannelType, IDirect3DAuthenticatedChannel9 **ppAu…
569 …HRESULT (WINAPI *QueryInterface)(IDirect3DAuthenticatedChannel9 *This, REFIID riid, void **ppvObje…
570 ULONG (WINAPI *AddRef)(IDirect3DAuthenticatedChannel9 *This);
571 ULONG (WINAPI *Release)(IDirect3DAuthenticatedChannel9 *This);
573 HRESULT (WINAPI *GetCertificateSize)(IDirect3DAuthenticatedChannel9 *This, UINT *pCertificateSize);
574 …HRESULT (WINAPI *GetCertificate)(IDirect3DAuthenticatedChannel9 *This, UINT CertifacteSize, BYTE *…
575 …HRESULT (WINAPI *NegotiateKeyExchange)(IDirect3DAuthenticatedChannel9 *This, UINT DataSize, void *…
576 …HRESULT (WINAPI *Query)(IDirect3DAuthenticatedChannel9 *This, UINT InputSize, const void *pInput, …
577 …HRESULT (WINAPI *Configure)(IDirect3DAuthenticatedChannel9 *This, UINT InputSize, const void *pInp…
[all …]