Home
last modified time | relevance | path

Searched refs:wglGetProcAddress (Results 1 - 17 of 17) sorted by relevance

/third_party/mesa3d/src/gallium/targets/libgl-gdi/tests/
H A Dwgl_tests.cpp109 auto wglCreateContextAttribsARB = (pwglCreateContextAttribsARB)wglGetProcAddress("wglCreateContextAttribsARB"); in recreate_attribs()
240 auto glGetGraphicsResetStatusARB = (pglGetGraphicsResetStatusARB)wglGetProcAddress("glGetGraphicsResetStatusARB"); in TEST_F()
260 auto glGetGraphicsResetStatusARB = (pglGetGraphicsResetStatusARB)wglGetProcAddress("glGetGraphicsResetStatusARB"); in TEST_F()
/third_party/glfw/src/
H A Dwgl_context.c388 const GLFWglproc proc = (GLFWglproc) wglGetProcAddress(procname); in getProcAddressWGL()
428 _glfwPlatformGetModuleSymbol(_glfw.wgl.instance, "wglGetProcAddress"); in _glfwInitWGL()
482 wglGetProcAddress("wglGetExtensionsStringEXT"); in _glfwInitWGL()
484 wglGetProcAddress("wglGetExtensionsStringARB"); in _glfwInitWGL()
486 wglGetProcAddress("wglCreateContextAttribsARB"); in _glfwInitWGL()
488 wglGetProcAddress("wglSwapIntervalEXT"); in _glfwInitWGL()
490 wglGetProcAddress("wglGetPixelFormatAttribivARB"); in _glfwInitWGL()
H A Dwin32_platform.h341 #define wglGetProcAddress _glfw.wgl.GetProcAddress macro
/third_party/skia/src/gpu/gl/win/
H A DGrGLMakeNativeInterface_win.cpp45 if (GrGLFuncPtr p = (GrGLFuncPtr)wglGetProcAddress(name)) { in GrGLMakeNativeInterface()
/third_party/mesa3d/src/glx/windows/
H A Dwgl.c36 type##proc = (type)wglGetProcAddress(symbol); \
H A Dwindowsgl.c267 PFNGLADDSWAPHINTRECTWIN proc = (PFNGLADDSWAPHINTRECTWIN)wglGetProcAddress("glAddSwapHintRectWIN"); in glAddSwapHintRectWIN()
/third_party/skia/tools/gpu/dawn/
H A DDawnTestContext.cpp67 if ((proc = wglGetProcAddress(name))) { in getProc()
/third_party/skia/tools/gpu/gl/win/
H A DCreatePlatformGLTestContext_win.cpp217 return reinterpret_cast<GrGLFuncPtr>(wglGetProcAddress(name));
/third_party/mesa3d/src/gallium/targets/libgl-gdi/
H A Dstw_wgl.c139 wglGetProcAddress( in wglGetProcAddress() function
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_wgl.cpp223 PROC GL_APIENTRY wglGetProcAddress(LPCSTR lpszProc) in wglGetProcAddress() function
H A Dproc_table_wgl_autogen.cpp1087 {"wglGetProcAddress", P(wglGetProcAddress)},
/third_party/skia/src/utils/win/
H A DSkWGL_win.cpp236 (NAME##Proc) wglGetProcAddress("wgl" #NAME #SUFFIX)
253 // pixel formats (where wglGetProcAddress is not guaranteed to return the same pointer). in SkWGLExtensions()
/third_party/ffmpeg/libavdevice/
H A Dopengl_enc.c497 #define SelectedGetProcAddress wglGetProcAddress in opengl_load_procedures()
/third_party/openGLES/api/GL/
H A Dwgl.h110 PROC WINAPI wglGetProcAddress (LPCSTR lpszProc);
/third_party/skia/third_party/externals/opengl-registry/api/GL/
H A Dwgl.h129 PROC WINAPI wglGetProcAddress (LPCSTR lpszProc);
/third_party/skia/third_party/externals/angle2/include/WGL/
H A Dwgl.h129 PROC WINAPI wglGetProcAddress (LPCSTR lpszProc);
/third_party/ffmpeg/
H A Dconfigure2319 wglGetProcAddress
6710 check_lib opengl windows.h wglGetProcAddress "-lopengl32 -lgdi32" ||

Completed in 24 milliseconds