Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/wgl/
H A DDisplayWGL.cpp68 : 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::FunctionsGLWindows
95 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 …]
H A DDisplayWGL.h110 HMODULE mOpenGLModule; variable