Searched refs:wglMakeCurrent (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/
H A Dmesa_wgl.h93 WGLAPI int GLAPIENTRY wglMakeCurrent(HDC,HGLRC);
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_wgl.c1382 CRASSERT(render_spu.ws.wglMakeCurrent);
1437 render_spu.ws.wglMakeCurrent( window->nativeWindow, context->hRC );
1494 if (!render_spu.ws.wglMakeCurrent(!nativeWindow ? window->device_context : window->redraw_device_context, context->hRC))
1504 render_spu.ws.wglMakeCurrent( 0, 0 );
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dcontext.c792 if (backup || !wglMakeCurrent(ctx->hdc, ctx->glCtx))
794 if (!wglMakeCurrent(ctx->swapchain->hDC, ctx->glCtx))
837 if (!wglMakeCurrent(dc, ctx->glCtx))
863 if (!wglMakeCurrent(dc, gl_ctx))
1187 else if (wglGetCurrentContext() && !wglMakeCurrent(NULL, NULL))
1321 if (!wglMakeCurrent(NULL, NULL))
H A Ddirectx.c302 if (!wglMakeCurrent(NULL, NULL))
314 if (ctx->restore_gl_ctx && !wglMakeCurrent(ctx->restore_dc, ctx->restore_gl_ctx))
333 if (!wglMakeCurrent(fake_gl_ctx->dc, new_ctx))
412 if (!wglMakeCurrent(ctx->dc, ctx->gl_ctx))
427 if (ctx->restore_gl_ctx && !wglMakeCurrent(ctx->restore_dc, ctx->restore_gl_ctx))
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_spu.h319 wglMakeCurrentFunc_t wglMakeCurrent; member in struct:__anon16133
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dcontext.c1232 retVal = (GLboolean) stub.wsInterface.wglMakeCurrent( window->drawable, context->hglrc );
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-ogl.cpp193 BOOL fMakeCurrentRc = wglMakeCurrent((pContext)->hdc, (pContext)->hglrc); \
4621 wglMakeCurrent(pContext->hdc, NULL);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwingdi.h3792 WINGDIAPI BOOL WINAPI wglMakeCurrent(HDC,HGLRC);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwingdi.h3754 WINGDIAPI BOOL WINAPI wglMakeCurrent(HDC,HGLRC);
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_gl.h1404 /* We're directly using wglMakeCurrent calls skipping GDI layer, which causes GDI SwapBuffers to fail trying to
1760 USE_WGL_FUNC(wglMakeCurrent) \
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dwined3d_gl.h1399 /* We're directly using wglMakeCurrent calls skipping GDI layer, which causes GDI SwapBuffers to fail trying to
1755 USE_WGL_FUNC(wglMakeCurrent) \

Completed in 804 milliseconds