Home
last modified time | relevance | path

Searched refs:wglMakeCurrent (Results 1 – 25 of 49) sorted by relevance

12

/third_party/skia/tools/gpu/gl/win/
DCreatePlatformGLTestContext_win.cpp33 return [glrc, dc] { wglMakeCurrent(dc, glrc); }; in context_restorer()
136 if (!(wglMakeCurrent(dc, glrc))) { in WinGLTestContext()
187 if (!wglMakeCurrent(NULL, NULL)) { in onPlatformMakeNotCurrent()
204 if (!wglMakeCurrent(dc, glrc)) { in onPlatformMakeCurrent()
/third_party/flutter/skia/tools/gpu/gl/win/
DCreatePlatformGLTestContext_win.cpp32 return [glrc, dc] { wglMakeCurrent(dc, glrc); }; in context_restorer()
134 if (!(wglMakeCurrent(dc, glrc))) { in WinGLTestContext()
189 if (!wglMakeCurrent(dc, glrc)) { in onPlatformMakeCurrent()
/third_party/flutter/skia/src/utils/win/
DSkWGL_win.cpp279 wglMakeCurrent(dummyDC, dummyGLRC); in SkWGLExtensions()
292 wglMakeCurrent(dummyDC, nullptr); in SkWGLExtensions()
297 wglMakeCurrent(prevDC, prevGLRC); in SkWGLExtensions()
358 wglMakeCurrent(prevDC, prevGLRC); in create_gl_context()
369 wglMakeCurrent(prevDC, prevGLRC); in create_gl_context()
411 wglMakeCurrent(prevDC, prevGLRC); in create_gl_context()
/third_party/skia/src/utils/win/
DSkWGL_win.cpp277 wglMakeCurrent(tempDC, tempGLRC); in SkWGLExtensions()
299 wglMakeCurrent(tempDC, nullptr); in SkWGLExtensions()
304 wglMakeCurrent(prevDC, prevGLRC); in SkWGLExtensions()
365 wglMakeCurrent(prevDC, prevGLRC); in create_gl_context()
376 wglMakeCurrent(prevDC, prevGLRC); in create_gl_context()
418 wglMakeCurrent(prevDC, prevGLRC); in create_gl_context()
/third_party/mesa3d/src/glx/windows/
Dwindowsgl.c227 BOOL ret = wglMakeCurrent(drawDc, context->ctx); in windows_bind_context()
243 wglMakeCurrent(NULL, NULL); in windows_unbind_context()
322 wglMakeCurrent(hdc, hglrc); in windows_call_with_context()
328 wglMakeCurrent(NULL, NULL); in windows_call_with_context()
/third_party/openGLES/extensions/NV/
DWGL_NV_multigpu_context.txt92 Add a new paragraph to the description of wglMakeCurrent and
100 When multigpu context attributes are used, however, wglMakeCurrent and
120 to wglMakeCurrent or wglMakeContextCurrentARB if the HDC is already current with
146 4 2019-05-29 rbiermann Added behavior of multithreaded wglMakeCurrent
DWGL_NV_gpu_affinity.txt127 New error codes set by wglShareLists, wglMakeCurrent and
132 New error codes set by wglMakeCurrent and
281 with the same affinity-mask, otherwise wglMakeCurrent and
287 affinity-DC, wglMakeCurrent and wglMakeContextCurrentARB will fail
299 wglMakeCurrent and wglMakeContextCurrentARB:
399 wglMakeCurrent(hDC, hRC);
435 wglMakeCurrent(affDC, affRC);
497 wglMakeCurrent(pBufferAffDC, affRC);
509 wglMakeCurrent will then be one way to create an off-screen
511 the HDC passed to wglMakeCurrent is one for a pBuffer, the
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsopengl.c122 _this->gl_data->wglMakeCurrent = (BOOL(WINAPI *) (HDC, HGLRC)) in WIN_GL_LoadLibrary()
130 !_this->gl_data->wglMakeCurrent) { in WIN_GL_LoadLibrary()
366 _this->gl_data->wglMakeCurrent(hdc, hglrc); in WIN_GL_InitExtensions()
420 _this->gl_data->wglMakeCurrent(hdc, NULL); in WIN_GL_InitExtensions()
450 _this->gl_data->wglMakeCurrent(hdc, hglrc); in WIN_GL_ChoosePixelFormatARB()
458 _this->gl_data->wglMakeCurrent(hdc, NULL); in WIN_GL_ChoosePixelFormatARB()
738 if (!_this->gl_data->wglMakeCurrent(hdc, (HGLRC) context)) { in WIN_GL_MakeCurrent()
DSDL_windowsopengl.h38 BOOL(WINAPI * wglMakeCurrent) (HDC hdc, HGLRC hglrc);
/third_party/flutter/skia/tools/sk_app/win/
DGLWindowContext_win.cpp81 if (wglMakeCurrent(dc, fHGLRC)) { in onInitializeContext()
95 if (wglMakeCurrent(dc, fHGLRC)) { in onInitializeContext()
/third_party/skia/tools/sk_app/win/
DGLWindowContext_win.cpp81 if (wglMakeCurrent(dc, fHGLRC)) { in onInitializeContext()
95 if (wglMakeCurrent(dc, fHGLRC)) { in onInitializeContext()
/third_party/mesa3d/src/gallium/targets/libgl-gdi/tests/
Dwgl_tests.cpp101 wglMakeCurrent(_hdc, _hglrc); in window()
107 wglMakeCurrent(NULL, NULL); in ~window()
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DWGL_NV_gpu_affinity.txt127 New error codes set by wglShareLists, wglMakeCurrent and
132 New error codes set by wglMakeCurrent and
281 with the same affinity-mask, otherwise wglMakeCurrent and
287 affinity-DC, wglMakeCurrent and wglMakeContextCurrentARB will fail
299 wglMakeCurrent and wglMakeContextCurrentARB:
399 wglMakeCurrent(hDC, hRC);
435 wglMakeCurrent(affDC, affRC);
497 wglMakeCurrent(pBufferAffDC, affRC);
509 wglMakeCurrent will then be one way to create an off-screen
511 the HDC passed to wglMakeCurrent is one for a pBuffer, the
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/wgl/
Dgstglcontext_wgl.c196 wglMakeCurrent (device, trampoline); in gst_gl_context_wgl_create_context()
205 wglMakeCurrent (device, 0); in gst_gl_context_wgl_create_context()
440 result = wglMakeCurrent (device, context_wgl->wgl_context); in gst_gl_context_wgl_activate()
442 result = wglMakeCurrent (NULL, NULL); in gst_gl_context_wgl_activate()
/third_party/cef/tests/cefclient/browser/
Dosr_render_handler_win_gl.cc21 BOOL result = wglMakeCurrent(hdc, hglrc); in ScopedGLContext()
26 BOOL result = wglMakeCurrent(nullptr, nullptr); in ~ScopedGLContext()
/third_party/flutter/glfw/src/
Dwgl_context.c238 if (wglMakeCurrent(window->context.wgl.dc, window->context.wgl.handle)) in makeContextCurrentWGL()
249 if (!wglMakeCurrent(NULL, NULL)) in makeContextCurrentWGL()
371 if (!wglMakeCurrent(dc, rc)) in loadWGLExtensions()
416 wglMakeCurrent(dc, NULL); in loadWGLExtensions()
Dwgl_context.h97 #define wglMakeCurrent _glfw.wgl.MakeCurrent macro
/third_party/gstreamer/gstplugins_good/ext/qt/
Dgstqtglutility.cc280 wglMakeCurrent (NULL, NULL);
286 wglMakeCurrent (device, (HGLRC) gl_handle);
/third_party/mesa3d/src/gallium/targets/libgl-gdi/
Dopengl32.def358 wglMakeCurrent @357
Dstw_wgl.c101 wglMakeCurrent( in wglMakeCurrent() function
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_create_context_no_error.txt71 Additions to WGL_ARB_create_context and wglMakeCurrent
DWGL_ARB_create_context.txt105 returns a handle to it. The handle can be used (via wglMakeCurrent
306 (add to the description of wglMakeCurrent and
310 either the <hdc> parameter of wglMakeCurrent is NULL, or both of the
406 pixel format. Instead, wglMakeCurrent may fail when binding contexts
635 eglCreateContext, using an attribute list. Add wglMakeCurrent
/third_party/skia/third_party/externals/opengl-registry/extensions/KHR/
DKHR_context_flush_control.txt216 Additions to WGL_ARB_create_context and wglMakeCurrent
228 Define flushing behavior for wglMakeCurrent (there is no WGL
231 that was current to the calling thread." in the Microsoft wglMakeCurrent
/third_party/openGLES/extensions/ARB/
DARB_create_context_no_error.txt81 Additions to WGL_ARB_create_context and wglMakeCurrent
DWGL_ARB_create_context.txt115 returns a handle to it. The handle can be used (via wglMakeCurrent
316 (add to the description of wglMakeCurrent and
320 either the <hdc> parameter of wglMakeCurrent is NULL, or both of the
416 pixel format. Instead, wglMakeCurrent may fail when binding contexts
645 eglCreateContext, using an attribute list. Add wglMakeCurrent

12