Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/frontends/wgl/
H A Dstw_ext_context.c176 HMODULE opengl_lib = GetModuleHandleA("opengl32.dll"); in wglCreateContextAttribsARB() local
177 if (!opengl_lib) { in wglCreateContextAttribsARB()
183 GetProcAddress(opengl_lib, "wglCreateContext"); in wglCreateContextAttribsARB()
190 GetProcAddress(opengl_lib, "wglDeleteContext"); in wglCreateContextAttribsARB()