Searched refs:FreeModule (Results 1 – 2 of 2) sorted by relevance
34 struct FreeModule { void operator()(HMODULE m) { (void)FreeLibrary(m); } }; in GrGLMakeNativeInterface() argument35 std::unique_ptr<typename std::remove_pointer<HMODULE>::type, FreeModule> module( in GrGLMakeNativeInterface()
335 #define FreeModule(hLibModule) FreeLibrary((hLibModule)) macro