Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/gl/win/
DGrGLMakeNativeInterface_win.cpp34 struct FreeModule { void operator()(HMODULE m) { (void)FreeLibrary(m); } }; in GrGLMakeNativeInterface() argument
35 std::unique_ptr<typename std::remove_pointer<HMODULE>::type, FreeModule> module( in GrGLMakeNativeInterface()
/third_party/mingw-w64/mingw-w64-headers/include/
Dwinbase.h335 #define FreeModule(hLibModule) FreeLibrary((hLibModule)) macro