Searched refs:IDirect3DAuthenticatedChannel9 (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | device9video.h | 47 … IDirect3DAuthenticatedChannel9 **ppAuthenticatedChannel,
|
D | device9video.c | 39 … IDirect3DAuthenticatedChannel9 **ppAuthenticatedChannel, in NineDevice9Video_CreateAuthenticatedChannel()
|
D | nine_lock.c | 2436 … IDirect3DAuthenticatedChannel9 **ppAuthenticatedChannel, in LockDevice9Video_CreateAuthenticatedChannel()
|
/external/mesa3d/include/D3D9/ |
D | d3d9.h | 34 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 …]
|