Searched refs:wglMakeCurrent (Results 1 – 13 of 13) sorted by relevance
/external/skia/tools/gpu/gl/win/ |
D | CreatePlatformGLTestContext_win.cpp | 32 return [glrc, dc] { wglMakeCurrent(dc, glrc); }; in context_restorer() 134 if (!(wglMakeCurrent(dc, glrc))) { in WinGLTestContext() 189 if (!wglMakeCurrent(dc, glrc)) { in onPlatformMakeCurrent()
|
/external/skqp/tools/gpu/gl/win/ |
D | CreatePlatformGLTestContext_win.cpp | 32 return [glrc, dc] { wglMakeCurrent(dc, glrc); }; in context_restorer() 134 if (!(wglMakeCurrent(dc, glrc))) { in WinGLTestContext() 189 if (!wglMakeCurrent(dc, glrc)) { in onPlatformMakeCurrent()
|
/external/skqp/src/utils/win/ |
D | SkWGL_win.cpp | 279 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()
|
/external/skia/src/utils/win/ |
D | SkWGL_win.cpp | 279 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()
|
/external/mesa3d/src/glx/windows/ |
D | windowsgl.c | 227 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()
|
/external/skqp/tools/sk_app/win/ |
D | GLWindowContext_win.cpp | 76 if (wglMakeCurrent(dc, fHGLRC)) { in onInitializeContext() 90 if (wglMakeCurrent(dc, fHGLRC)) { in onInitializeContext()
|
/external/skia/tools/sk_app/win/ |
D | GLWindowContext_win.cpp | 76 if (wglMakeCurrent(dc, fHGLRC)) { in onInitializeContext() 90 if (wglMakeCurrent(dc, fHGLRC)) { in onInitializeContext()
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | opengl32.mingw.def | 358 wglMakeCurrent = wglMakeCurrent@8
|
D | opengl32.def | 358 wglMakeCurrent
|
D | stw_wgl.c | 110 wglMakeCurrent( in wglMakeCurrent() function
|
/external/syzkaller/executor/ |
D | syscalls.h | 14704 {"wglMakeCurrent", 0, (syscall_t)wglMakeCurrent},
|
/external/mesa3d/docs/ |
D | VERSIONS | 1176 - fixed wglMakeCurrent(NULL, NULL) bug (#835861)
|
/external/syzkaller/sys/windows/ |
D | windows.txt | 1213 wglMakeCurrent(arg0 ptr[inout, intptr], arg1 ptr[inout, intptr])
|