Home
last modified time | relevance | path

Searched refs:hglrc (Results 1 – 25 of 28) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsopengl.c341 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()
DSDL_windowsopengl.h37 BOOL(WINAPI * wglDeleteContext) (HGLRC hglrc);
38 BOOL(WINAPI * wglMakeCurrent) (HDC hdc, HGLRC hglrc);
/third_party/openGLES/extensions/AMD/
DWGL_AMD_gpu_association.txt92 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/
DWGL_AMD_gpu_association.txt92 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/
Dstw_wgl.c81 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()
Dstw_wgl.h69 HGLRC hglrc );
/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_ext_context.c225 wglMakeContextCurrentARB(HDC hDrawDC, HDC hReadDC, HGLRC hglrc) in wglMakeContextCurrentARB() argument
231 dhglrc = stw_dev->callbacks.pfnGetDhglrc(hglrc); in wglMakeContextCurrentARB()
Dstw_ext_context.h33 typedef BOOL (WINAPI *wglDeleteContext_t)(HGLRC hglrc);
/third_party/openGLES/api/GL/
Dwglext.h112 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);
Dwgl.h203 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/
Dwglext.h128 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/
Dwglext.h131 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);
Dwgl.h217 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/
Dwglext.h131 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/
Dwglext.h131 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/
Dwglext.h128 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/
Dwindowsgl.c321 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/
Dosr_render_handler_win_gl.cc19 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/
Dwgl.h222 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/
Dwgl.h222 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/
DWGL_EXT_make_current_read.txt31 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/
DWGL_EXT_make_current_read.txt31 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/
DWGL_ARB_make_current_read.txt48 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/
DWGL_ARB_make_current_read.txt58 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/
DtcuWGL.cpp130 typedef BOOL (WINAPI* wglDeleteContextFunc) (HGLRC hglrc);
131 typedef BOOL (WINAPI* wglMakeCurrentFunc) (HDC hdc, HGLRC hglrc);

12