/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/ |
D | SDL_windowsopengl.c | 341 HGLRC hglrc; in WIN_GL_InitExtensions() local 362 hglrc = _this->gl_data->wglCreateContext(hdc); in WIN_GL_InitExtensions() 363 if (!hglrc) { in WIN_GL_InitExtensions() 366 _this->gl_data->wglMakeCurrent(hdc, hglrc); in WIN_GL_InitExtensions() 421 _this->gl_data->wglDeleteContext(hglrc); in WIN_GL_InitExtensions() 433 HGLRC hglrc; in WIN_GL_ChoosePixelFormatARB() local 448 hglrc = _this->gl_data->wglCreateContext(hdc); in WIN_GL_ChoosePixelFormatARB() 449 if (hglrc) { in WIN_GL_ChoosePixelFormatARB() 450 _this->gl_data->wglMakeCurrent(hdc, hglrc); in WIN_GL_ChoosePixelFormatARB() 459 _this->gl_data->wglDeleteContext(hglrc); in WIN_GL_ChoosePixelFormatARB()
|
D | SDL_windowsopengl.h | 37 BOOL(WINAPI * wglDeleteContext) (HGLRC hglrc); 38 BOOL(WINAPI * wglMakeCurrent) (HDC hdc, HGLRC hglrc);
|
/third_party/openGLES/extensions/AMD/ |
D | WGL_AMD_gpu_association.txt | 92 UINT wglGetContextGPUIDAMD(HGLRC hglrc); 99 BOOL wglDeleteAssociatedContextAMD(HGLRC hglrc); 101 BOOL wglMakeAssociatedContextCurrentAMD(HGLRC hglrc); 241 UINT wglGetContextGPUIDAMD(HGLRC hglrc); 243 <hglrc> is the context for which the GPU id will be returned. If the 280 BOOL wglDeleteAssociatedContextAMD(HGLRC hglrc); 283 returned. <hglrc> must be a valid associated context created by 285 created by calling wglCreateContext, is passed into <hglrc>, the 293 BOOL wglMakeAssociatedContextCurrentAMD(HGLRC hglrc); 295 <hglrc> is a context handle created by calling [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/ |
D | WGL_AMD_gpu_association.txt | 92 UINT wglGetContextGPUIDAMD(HGLRC hglrc); 99 BOOL wglDeleteAssociatedContextAMD(HGLRC hglrc); 101 BOOL wglMakeAssociatedContextCurrentAMD(HGLRC hglrc); 241 UINT wglGetContextGPUIDAMD(HGLRC hglrc); 243 <hglrc> is the context for which the GPU id will be returned. If the 280 BOOL wglDeleteAssociatedContextAMD(HGLRC hglrc); 283 returned. <hglrc> must be a valid associated context created by 285 created by calling wglCreateContext, is passed into <hglrc>, the 293 BOOL wglMakeAssociatedContextCurrentAMD(HGLRC hglrc); 295 <hglrc> is a context handle created by calling [all …]
|
/third_party/mesa3d/src/gallium/targets/libgl-gdi/ |
D | stw_wgl.c | 81 HGLRC hglrc ) in wglDeleteContext() argument 83 return DrvDeleteContext((DHGLRC)(UINT_PTR)hglrc ); in wglDeleteContext() 103 HGLRC hglrc ) in wglMakeCurrent() argument 105 return DrvSetContext( hdc, (DHGLRC)(UINT_PTR)hglrc, NULL ) ? TRUE : FALSE; in wglMakeCurrent()
|
D | stw_wgl.h | 69 HGLRC hglrc );
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
D | stw_ext_context.c | 225 wglMakeContextCurrentARB(HDC hDrawDC, HDC hReadDC, HGLRC hglrc) in wglMakeContextCurrentARB() argument 231 dhglrc = stw_dev->callbacks.pfnGetDhglrc(hglrc); in wglMakeContextCurrentARB()
|
D | stw_ext_context.h | 33 typedef BOOL (WINAPI *wglDeleteContext_t)(HGLRC hglrc);
|
/third_party/openGLES/api/GL/ |
D | wglext.h | 112 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTARBPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 115 BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 303 typedef UINT (WINAPI * PFNWGLGETCONTEXTGPUIDAMDPROC) (HGLRC hglrc); 306 typedef BOOL (WINAPI * PFNWGLDELETEASSOCIATEDCONTEXTAMDPROC) (HGLRC hglrc); 307 typedef BOOL (WINAPI * PFNWGLMAKEASSOCIATEDCONTEXTCURRENTAMDPROC) (HGLRC hglrc); 313 UINT WINAPI wglGetContextGPUIDAMD (HGLRC hglrc); 316 BOOL WINAPI wglDeleteAssociatedContextAMD (HGLRC hglrc); 317 BOOL WINAPI wglMakeAssociatedContextCurrentAMD (HGLRC hglrc); 385 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTEXTPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 388 BOOL WINAPI wglMakeContextCurrentEXT (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
|
D | wgl.h | 203 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTARBPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 206 BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 394 typedef UINT (WINAPI * PFNWGLGETCONTEXTGPUIDAMDPROC) (HGLRC hglrc); 397 typedef BOOL (WINAPI * PFNWGLDELETEASSOCIATEDCONTEXTAMDPROC) (HGLRC hglrc); 398 typedef BOOL (WINAPI * PFNWGLMAKEASSOCIATEDCONTEXTCURRENTAMDPROC) (HGLRC hglrc); 404 UINT WINAPI wglGetContextGPUIDAMD (HGLRC hglrc); 407 BOOL WINAPI wglDeleteAssociatedContextAMD (HGLRC hglrc); 408 BOOL WINAPI wglMakeAssociatedContextCurrentAMD (HGLRC hglrc); 476 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTEXTPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 479 BOOL WINAPI wglMakeContextCurrentEXT (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
|
/third_party/flutter/skia/third_party/externals/angle2/src/third_party/khronos/GL/ |
D | wglext.h | 128 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTARBPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 131 BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 319 typedef UINT (WINAPI * PFNWGLGETCONTEXTGPUIDAMDPROC) (HGLRC hglrc); 322 typedef BOOL (WINAPI * PFNWGLDELETEASSOCIATEDCONTEXTAMDPROC) (HGLRC hglrc); 323 typedef BOOL (WINAPI * PFNWGLMAKEASSOCIATEDCONTEXTCURRENTAMDPROC) (HGLRC hglrc); 329 UINT WINAPI wglGetContextGPUIDAMD (HGLRC hglrc); 332 BOOL WINAPI wglDeleteAssociatedContextAMD (HGLRC hglrc); 333 BOOL WINAPI wglMakeAssociatedContextCurrentAMD (HGLRC hglrc); 389 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTEXTPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 392 BOOL WINAPI wglMakeContextCurrentEXT (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
D | wglext.h | 131 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTARBPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 134 BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 322 typedef UINT (WINAPI * PFNWGLGETCONTEXTGPUIDAMDPROC) (HGLRC hglrc); 325 typedef BOOL (WINAPI * PFNWGLDELETEASSOCIATEDCONTEXTAMDPROC) (HGLRC hglrc); 326 typedef BOOL (WINAPI * PFNWGLMAKEASSOCIATEDCONTEXTCURRENTAMDPROC) (HGLRC hglrc); 332 UINT WINAPI wglGetContextGPUIDAMD (HGLRC hglrc); 335 BOOL WINAPI wglDeleteAssociatedContextAMD (HGLRC hglrc); 336 BOOL WINAPI wglMakeAssociatedContextCurrentAMD (HGLRC hglrc); 399 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTEXTPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 402 BOOL WINAPI wglMakeContextCurrentEXT (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
|
D | wgl.h | 217 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTARBPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 220 BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 408 typedef UINT (WINAPI * PFNWGLGETCONTEXTGPUIDAMDPROC) (HGLRC hglrc); 411 typedef BOOL (WINAPI * PFNWGLDELETEASSOCIATEDCONTEXTAMDPROC) (HGLRC hglrc); 412 typedef BOOL (WINAPI * PFNWGLMAKEASSOCIATEDCONTEXTCURRENTAMDPROC) (HGLRC hglrc); 418 UINT WINAPI wglGetContextGPUIDAMD (HGLRC hglrc); 421 BOOL WINAPI wglDeleteAssociatedContextAMD (HGLRC hglrc); 422 BOOL WINAPI wglMakeAssociatedContextCurrentAMD (HGLRC hglrc); 485 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTEXTPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 488 BOOL WINAPI wglMakeContextCurrentEXT (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
D | wglext.h | 131 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTARBPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 134 BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 322 typedef UINT (WINAPI * PFNWGLGETCONTEXTGPUIDAMDPROC) (HGLRC hglrc); 325 typedef BOOL (WINAPI * PFNWGLDELETEASSOCIATEDCONTEXTAMDPROC) (HGLRC hglrc); 326 typedef BOOL (WINAPI * PFNWGLMAKEASSOCIATEDCONTEXTCURRENTAMDPROC) (HGLRC hglrc); 332 UINT WINAPI wglGetContextGPUIDAMD (HGLRC hglrc); 335 BOOL WINAPI wglDeleteAssociatedContextAMD (HGLRC hglrc); 336 BOOL WINAPI wglMakeAssociatedContextCurrentAMD (HGLRC hglrc); 399 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTEXTPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 402 BOOL WINAPI wglMakeContextCurrentEXT (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
|
/third_party/mesa3d/include/GL/ |
D | wglext.h | 131 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTARBPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 134 BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 322 typedef UINT (WINAPI * PFNWGLGETCONTEXTGPUIDAMDPROC) (HGLRC hglrc); 325 typedef BOOL (WINAPI * PFNWGLDELETEASSOCIATEDCONTEXTAMDPROC) (HGLRC hglrc); 326 typedef BOOL (WINAPI * PFNWGLMAKEASSOCIATEDCONTEXTCURRENTAMDPROC) (HGLRC hglrc); 332 UINT WINAPI wglGetContextGPUIDAMD (HGLRC hglrc); 335 BOOL WINAPI wglDeleteAssociatedContextAMD (HGLRC hglrc); 336 BOOL WINAPI wglMakeAssociatedContextCurrentAMD (HGLRC hglrc); 404 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTEXTPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 407 BOOL WINAPI wglMakeContextCurrentEXT (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
|
/third_party/skia/third_party/externals/angle2/src/third_party/khronos/GL/ |
D | wglext.h | 128 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTARBPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 131 BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 319 typedef UINT (WINAPI * PFNWGLGETCONTEXTGPUIDAMDPROC) (HGLRC hglrc); 322 typedef BOOL (WINAPI * PFNWGLDELETEASSOCIATEDCONTEXTAMDPROC) (HGLRC hglrc); 323 typedef BOOL (WINAPI * PFNWGLMAKEASSOCIATEDCONTEXTCURRENTAMDPROC) (HGLRC hglrc); 329 UINT WINAPI wglGetContextGPUIDAMD (HGLRC hglrc); 332 BOOL WINAPI wglDeleteAssociatedContextAMD (HGLRC hglrc); 333 BOOL WINAPI wglMakeAssociatedContextCurrentAMD (HGLRC hglrc); 389 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTEXTPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 392 BOOL WINAPI wglMakeContextCurrentEXT (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
|
/third_party/mesa3d/src/glx/windows/ |
D | windowsgl.c | 321 HGLRC hglrc = wglCreateContext(hdc); in windows_call_with_context() local 322 wglMakeCurrent(hdc, hglrc); in windows_call_with_context() 329 wglDeleteContext(hglrc); in windows_call_with_context()
|
/third_party/cef/tests/cefclient/browser/ |
D | osr_render_handler_win_gl.cc | 19 ScopedGLContext(HDC hdc, HGLRC hglrc, bool swap_buffers) in ScopedGLContext() argument 21 BOOL result = wglMakeCurrent(hdc, hglrc); in ScopedGLContext()
|
/third_party/skia/third_party/externals/angle2/include/WGL/ |
D | wgl.h | 222 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTARBPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 225 BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 413 typedef UINT (WINAPI * PFNWGLGETCONTEXTGPUIDAMDPROC) (HGLRC hglrc); 416 typedef BOOL (WINAPI * PFNWGLDELETEASSOCIATEDCONTEXTAMDPROC) (HGLRC hglrc); 417 typedef BOOL (WINAPI * PFNWGLMAKEASSOCIATEDCONTEXTCURRENTAMDPROC) (HGLRC hglrc); 423 UINT WINAPI wglGetContextGPUIDAMD (HGLRC hglrc); 426 BOOL WINAPI wglDeleteAssociatedContextAMD (HGLRC hglrc); 427 BOOL WINAPI wglMakeAssociatedContextCurrentAMD (HGLRC hglrc); 495 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTEXTPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 498 BOOL WINAPI wglMakeContextCurrentEXT (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
|
/third_party/flutter/skia/third_party/externals/angle2/include/WGL/ |
D | wgl.h | 222 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTARBPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 225 BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 413 typedef UINT (WINAPI * PFNWGLGETCONTEXTGPUIDAMDPROC) (HGLRC hglrc); 416 typedef BOOL (WINAPI * PFNWGLDELETEASSOCIATEDCONTEXTAMDPROC) (HGLRC hglrc); 417 typedef BOOL (WINAPI * PFNWGLMAKEASSOCIATEDCONTEXTCURRENTAMDPROC) (HGLRC hglrc); 423 UINT WINAPI wglGetContextGPUIDAMD (HGLRC hglrc); 426 BOOL WINAPI wglDeleteAssociatedContextAMD (HGLRC hglrc); 427 BOOL WINAPI wglMakeAssociatedContextCurrentAMD (HGLRC hglrc); 495 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTEXTPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 498 BOOL WINAPI wglMakeContextCurrentEXT (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
|
/third_party/openGLES/extensions/EXT/ |
D | WGL_EXT_make_current_read.txt | 31 HGLRC hglrc); 73 The function wglMakeContextCurrentEXT associates the context <hglrc> 81 that was passed to wglCreateContext when <hglrc> was created.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | WGL_EXT_make_current_read.txt | 31 HGLRC hglrc); 73 The function wglMakeContextCurrentEXT associates the context <hglrc> 81 that was passed to wglCreateContext when <hglrc> was created.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | WGL_ARB_make_current_read.txt | 48 HGLRC hglrc); 90 The function wglMakeContextCurrentARB associates the context <hglrc> 98 same <hdc> that was passed to wglCreateContext when <hglrc> was
|
/third_party/openGLES/extensions/ARB/ |
D | WGL_ARB_make_current_read.txt | 58 HGLRC hglrc); 100 The function wglMakeContextCurrentARB associates the context <hglrc> 108 same <hdc> that was passed to wglCreateContext when <hglrc> was
|
/third_party/vk-gl-cts/framework/platform/win32/ |
D | tcuWGL.cpp | 130 typedef BOOL (WINAPI* wglDeleteContextFunc) (HGLRC hglrc); 131 typedef BOOL (WINAPI* wglMakeCurrentFunc) (HDC hdc, HGLRC hglrc);
|