Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/wgl/
DDisplayWGL.cpp67 : mOpenGLModule(openGLModule), mGetProcAddressWGL(getProcAddressWGL) in FunctionsGLWindows()
69 ASSERT(mOpenGLModule); in FunctionsGLWindows()
81 proc = reinterpret_cast<void *>(GetProcAddress(mOpenGLModule, function.c_str())); in loadProcAddress()
86 HMODULE mOpenGLModule; member in rx::FunctionsGLWindows
94 mOpenGLModule(nullptr), in DisplayWGL()
129 mOpenGLModule = LoadLibraryExA("opengl32.dll", NULL, LOAD_LIBRARY_SEARCH_SYSTEM32); in initializeImpl()
130 if (!mOpenGLModule) in initializeImpl()
136 mFunctionsWGL->initialize(mOpenGLModule, nullptr); in initializeImpl()
212 mFunctionsWGL->initialize(mOpenGLModule, dummyDeviceContext); in initializeImpl()
382 if (mOpenGLModule) in destroy()
[all …]
DDisplayWGL.h124 HMODULE mOpenGLModule; variable