Searched refs:mOpenGLModule (Results 1 – 2 of 2) sorted by relevance
68 : mOpenGLModule(openGLModule), mGetProcAddressWGL(getProcAddressWGL) in FunctionsGLWindows()70 ASSERT(mOpenGLModule); in FunctionsGLWindows()82 proc = reinterpret_cast<void *>(GetProcAddress(mOpenGLModule, function.c_str())); in loadProcAddress()87 HMODULE mOpenGLModule; member in rx::FunctionsGLWindows95 mOpenGLModule(nullptr), in DisplayWGL()130 mOpenGLModule = LoadLibraryExA("opengl32.dll", NULL, LOAD_LIBRARY_SEARCH_SYSTEM32); in initializeImpl()131 if (!mOpenGLModule) in initializeImpl()137 mFunctionsWGL->initialize(mOpenGLModule, nullptr); in initializeImpl()215 mFunctionsWGL->initialize(mOpenGLModule, placeholderDeviceContext); in initializeImpl()385 if (mOpenGLModule) in destroy()[all …]
110 HMODULE mOpenGLModule; variable