Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/wgl/
Dstw_ext_context.c142 HMODULE opengl_lib = GetModuleHandleA("opengl32.dll"); in wglCreateContextAttribsARB() local
143 if (!opengl_lib) { in wglCreateContextAttribsARB()
150 GetProcAddress(opengl_lib, "wglCreateContext"); in wglCreateContextAttribsARB()
158 GetProcAddress(opengl_lib, "wglDeleteContext"); in wglCreateContextAttribsARB()