Home
last modified time | relevance | path

Searched refs:wglCreateContextAttribsARB (Results 1 - 16 of 16) 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()
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 Dwgl.h35 HGLRC wglCreateContextAttribsARB(HDC hdc_, HGLRC hShareContext_,
H A Dwgl.c58 PRERESOLVE(PFNWGLCREATECONTEXTATTRIBSARBPROC, "wglCreateContextAttribsARB"); in wglResolveExtensionProcs()
72 HGLRC wglCreateContextAttribsARB(HDC hdc_, HGLRC hShareContext_, in wglCreateContextAttribsARB() function
H A Dwindowsgl.c172 gc->ctx = wglCreateContextAttribsARB(hdc, shareContext, attribList); in windows_create_context_attribs()
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_getprocaddress.c75 STW_EXTENSION_ENTRY( wglCreateContextAttribsARB ),
H A Dstw_ext_context.c72 wglCreateContextAttribsARB(HDC hDC, HGLRC hShareContext, const int *attribList) in wglCreateContextAttribsARB() function
/third_party/glfw/src/
H A Dwgl_context.c486 wglGetProcAddress("wglCreateContextAttribsARB"); in _glfwInitWGL()
694 wglCreateContextAttribsARB(window->context.wgl.dc, share, attribs); in _glfwCreateContextWGL()
H A Dwin32_platform.h329 #define wglCreateContextAttribsARB _glfw.wgl.CreateContextAttribsARB macro
/third_party/mesa3d/include/GL/
H A Dwglext.h89 HGLRC WINAPI wglCreateContextAttribsARB (HDC hDC, HGLRC hShareContext, const int *attribList);
/third_party/openGLES/api/GL/
H A Dwglext.h70 HGLRC WINAPI wglCreateContextAttribsARB (HDC hDC, HGLRC hShareContext, const int *attribList);
H A Dwgl.h161 HGLRC WINAPI wglCreateContextAttribsARB (HDC hDC, HGLRC hShareContext, const int *attribList);
/third_party/skia/third_party/externals/swiftshader/include/GL/
H A Dwglext.h89 HGLRC WINAPI wglCreateContextAttribsARB (HDC hDC, HGLRC hShareContext, const int *attribList);
/third_party/skia/third_party/externals/opengl-registry/api/GL/
H A Dwglext.h89 HGLRC WINAPI wglCreateContextAttribsARB (HDC hDC, HGLRC hShareContext, const int *attribList);
H A Dwgl.h180 HGLRC WINAPI wglCreateContextAttribsARB (HDC hDC, HGLRC hShareContext, const int *attribList);
/third_party/skia/third_party/externals/angle2/src/third_party/khronos/GL/
H A Dwglext.h91 HGLRC WINAPI wglCreateContextAttribsARB (HDC hDC, HGLRC hShareContext, const int *attribList);
/third_party/skia/third_party/externals/angle2/include/WGL/
H A Dwgl.h180 HGLRC WINAPI wglCreateContextAttribsARB (HDC hDC, HGLRC hShareContext, const int *attribList);

Completed in 25 milliseconds