Searched refs:pszFilter (Results 1 - 1 of 1) sorted by relevance
/third_party/vulkan-loader/tests/framework/shim/ |
H A D | windows_shim.cpp | 121 static CONFIGRET(WINAPI *REAL_CM_Get_Device_ID_List_SizeW)(PULONG pulLen, PCWSTR pszFilter, ULONG ulFlags) = CM_Get_Device_ID_List_SizeW; 122 static CONFIGRET(WINAPI *REAL_CM_Get_Device_ID_ListW)(PCWSTR pszFilter, PZZWSTR Buffer, ULONG BufferLen, ULONG ulFlags) = CM_Get_Device_ID_ListW; 131 CONFIGRET WINAPI SHIM_CM_Get_Device_ID_List_SizeW(PULONG pulLen, [[maybe_unused]] PCWSTR pszFilter, in SHIM_CM_Get_Device_ID_List_SizeW() argument 139 CONFIGRET WINAPI SHIM_CM_Get_Device_ID_ListW([[maybe_unused]] PCWSTR pszFilter, PZZWSTR Buffer, ULONG BufferLen, in SHIM_CM_Get_Device_ID_ListW() argument
|
Completed in 1 milliseconds