Home
last modified time | relevance | path

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

/external/angle/util/windows/
DWGLWindow.cpp43 HMODULE gCurrentModule = nullptr; variable
53 return reinterpret_cast<angle::GenericProc>(GetProcAddress(gCurrentModule, name)); in GetProcAddressWithFallback()
147 gCurrentModule = reinterpret_cast<HMODULE>(glWindowingLibrary->getNative()); in initializeGLWithResult()