Searched refs:mComBaseModule (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/converged/ |
H A D | CompositorNativeWindow11.cpp | 240 mComBaseModule(nullptr), in RoHelper() 255 mComBaseModule = LoadLibraryA("ComBase.dll"); in RoHelper() 257 if (mComBaseModule == nullptr) in RoHelper() 262 if (!AssignProcAddress(mComBaseModule, "WindowsCreateStringReference", in RoHelper() 268 if (!AssignProcAddress(mComBaseModule, "RoGetActivationFactory", mFpGetActivationFactory)) in RoHelper() 273 if (!AssignProcAddress(mComBaseModule, "WindowsCompareStringOrdinal", in RoHelper() 279 if (!AssignProcAddress(mComBaseModule, "WindowsDeleteString", mFpWindowsDeleteString)) in RoHelper() 284 if (!AssignProcAddress(mComBaseModule, "RoInitialize", mFpRoInitialize)) in RoHelper() 289 if (!AssignProcAddress(mComBaseModule, "RoUninitialize", mFpRoUninitialize)) in RoHelper() 335 if (mComBaseModule != nullptr) in ~RoHelper() [all …]
|
H A D | CompositorNativeWindow11.h | 71 HMODULE mComBaseModule; variable
|