Searched refs:wglCreateContextAttribsARB (Results 1 - 16 of 16) sorted by relevance
/third_party/mesa3d/src/gallium/targets/libgl-gdi/tests/ |
H A D | wgl_tests.cpp | 109 auto wglCreateContextAttribsARB = (pwglCreateContextAttribsARB)wglGetProcAddress("wglCreateContextAttribsARB"); in recreate_attribs() 110 if (!wglCreateContextAttribsARB) in recreate_attribs() 111 GTEST_FAIL() << "failed to get wglCreateContextAttribsARB"; in recreate_attribs() 115 _hglrc = wglCreateContextAttribsARB(_hdc, nullptr, attribs); in recreate_attribs()
|
/third_party/mesa3d/src/glx/windows/ |
H A D | wgl.h | 35 HGLRC wglCreateContextAttribsARB(HDC hdc_, HGLRC hShareContext_,
|
H A D | wgl.c | 58 PRERESOLVE(PFNWGLCREATECONTEXTATTRIBSARBPROC, "wglCreateContextAttribsARB"); in wglResolveExtensionProcs() 72 HGLRC wglCreateContextAttribsARB(HDC hdc_, HGLRC hShareContext_, in wglCreateContextAttribsARB() function
|
H A D | windowsgl.c | 172 gc->ctx = wglCreateContextAttribsARB(hdc, shareContext, attribList); in windows_create_context_attribs()
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
H A D | stw_getprocaddress.c | 75 STW_EXTENSION_ENTRY( wglCreateContextAttribsARB ),
|
H A D | stw_ext_context.c | 72 wglCreateContextAttribsARB(HDC hDC, HGLRC hShareContext, const int *attribList) in wglCreateContextAttribsARB() function
|
/third_party/glfw/src/ |
H A D | wgl_context.c | 486 wglGetProcAddress("wglCreateContextAttribsARB"); in _glfwInitWGL() 694 wglCreateContextAttribsARB(window->context.wgl.dc, share, attribs); in _glfwCreateContextWGL()
|
H A D | win32_platform.h | 329 #define wglCreateContextAttribsARB _glfw.wgl.CreateContextAttribsARB macro
|
/third_party/mesa3d/include/GL/ |
H A D | wglext.h | 89 HGLRC WINAPI wglCreateContextAttribsARB (HDC hDC, HGLRC hShareContext, const int *attribList);
|
/third_party/openGLES/api/GL/ |
H A D | wglext.h | 70 HGLRC WINAPI wglCreateContextAttribsARB (HDC hDC, HGLRC hShareContext, const int *attribList);
|
H A D | wgl.h | 161 HGLRC WINAPI wglCreateContextAttribsARB (HDC hDC, HGLRC hShareContext, const int *attribList);
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | wglext.h | 89 HGLRC WINAPI wglCreateContextAttribsARB (HDC hDC, HGLRC hShareContext, const int *attribList);
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | wglext.h | 89 HGLRC WINAPI wglCreateContextAttribsARB (HDC hDC, HGLRC hShareContext, const int *attribList);
|
H A D | wgl.h | 180 HGLRC WINAPI wglCreateContextAttribsARB (HDC hDC, HGLRC hShareContext, const int *attribList);
|
/third_party/skia/third_party/externals/angle2/src/third_party/khronos/GL/ |
H A D | wglext.h | 91 HGLRC WINAPI wglCreateContextAttribsARB (HDC hDC, HGLRC hShareContext, const int *attribList);
|
/third_party/skia/third_party/externals/angle2/include/WGL/ |
H A D | wgl.h | 180 HGLRC WINAPI wglCreateContextAttribsARB (HDC hDC, HGLRC hShareContext, const int *attribList);
|
Completed in 25 milliseconds