Searched refs:opengl_lib (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/
H A Dstw_ext_context.c142 HMODULE opengl_lib = GetModuleHandleA("opengl32.dll"); local in function:wglCreateContextAttribsARB
143 if (!opengl_lib) {
150 GetProcAddress(opengl_lib, "wglCreateContext");
158 GetProcAddress(opengl_lib, "wglDeleteContext");
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
H A Dstw_ext_context.c156 HMODULE opengl_lib = GetModuleHandleA("opengl32.dll"); local in function:wglCreateContextAttribsARB
157 if (!opengl_lib) {
164 GetProcAddress(opengl_lib, "wglCreateContext");
172 GetProcAddress(opengl_lib, "wglDeleteContext");

Completed in 8 milliseconds