Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_win32.cpp927 HMODULE dcomp_mod = LoadLibraryA("DComp.DLL"); in dcomp_get_device() local
928 if (!dcomp_mod) { in dcomp_get_device()
935 …DCompositionCreateDevice = (PFN_DCOMP_CREATE_DEVICE)GetProcAddress(dcomp_mod, "DCompositionCreateD… in dcomp_get_device()