Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_win32.cpp932 typedef HRESULT (STDAPICALLTYPE *PFN_DCOMP_CREATE_DEVICE)(IDXGIDevice *, REFIID, void **); in dcomp_get_device() typedef
933 PFN_DCOMP_CREATE_DEVICE DCompositionCreateDevice; in dcomp_get_device()
935 …DCompositionCreateDevice = (PFN_DCOMP_CREATE_DEVICE)GetProcAddress(dcomp_mod, "DCompositionCreateD… in dcomp_get_device()