Searched refs:wglGetProcAddress (Results 1 – 25 of 26) sorted by relevance
12
101 wglGetProcAddress = override_wglGetProcAddress; in test_createshader()142 wglGetProcAddress("glCreateShader"); in test_function()
54 #define glutGetProcAddress(procName) wglGetProcAddress(procName)
45 if (GrGLFuncPtr p = (GrGLFuncPtr)wglGetProcAddress(name)) { in GrGLMakeNativeInterface()
49 if ((proc = (GrGLFuncPtr) wglGetProcAddress(name))) { in getProc()
36 type##proc = (type)wglGetProcAddress(symbol); \
267 … PFNGLADDSWAPHINTRECTWIN proc = (PFNGLADDSWAPHINTRECTWIN)wglGetProcAddress("glAddSwapHintRectWIN"); in glAddSwapHintRectWIN()
54 getext = (void *)wglGetProcAddress("wglGetExtensionsStringARB"); in epoxy_has_wgl_extension()
857 return wglGetProcAddress(name); in epoxy_get_proc_address()
67 if ((proc = wglGetProcAddress(name))) { in getProc()
357 wglGetProcAddress = wglGetProcAddress@4
357 wglGetProcAddress
149 wglGetProcAddress( in wglGetProcAddress() function
216 return reinterpret_cast<GrGLFuncPtr>(wglGetProcAddress(name)); in onPlatformGetProcAddress()
215 return reinterpret_cast<GrGLFuncPtr>(wglGetProcAddress(name)); in onPlatformGetProcAddress()
50 - mesa: fix spurious wglGetProcAddress / GL_INVALID_OPERATION error
142 is a wrapper for glXGetProcAddressARB() and wglGetProcAddress(). It
224 PROC GL_APIENTRY wglGetProcAddress(LPCSTR lpszProc) in wglGetProcAddress() function
1110 wglGetProcAddress
1087 {"wglGetProcAddress", P(wglGetProcAddress)},
115 epoxy knows when `wglMakeCurrent()` is called, because `wglGetProcAddress()`
209 One of the catia tests calls wglGetProcAddress() to get some212 extension/function is not supported, wglGetProcAddress() can return
1219 - wglGetProcAddress didn't handle all API functions1649 - wglGetProcAddress() didn't handle wgl-functions
238 (NAME##Proc) wglGetProcAddress("wgl" #NAME #SUFFIX)
236 (NAME##Proc) wglGetProcAddress("wgl" #NAME #SUFFIX)
129 PROC WINAPI wglGetProcAddress (LPCSTR lpszProc);