Home
last modified time | relevance | path

Searched refs:GetAdapterLUID (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3D9Ex.hpp60 long __stdcall GetAdapterLUID(unsigned int adapter, LUID *luid) override;
DDirect3D9Ex.cpp338 long __stdcall Direct3D9Ex::GetAdapterLUID(unsigned int adapter, LUID *luid) in GetAdapterLUID() function in D3D9::Direct3D9Ex
/external/mesa3d/include/D3D9/
Dd3d9.h107 virtual HRESULT WINAPI GetAdapterLUID(UINT Adapter, LUID *pLUID) = 0;
512 HRESULT (WINAPI *GetAdapterLUID)(IDirect3D9Ex *This, UINT Adapter, LUID *pLUID);
543 #define IDirect3D9Ex_GetAdapterLUID(p,a,b) (p)->lpVtbl->GetAdapterLUID(p,a,b)