Searched refs:wglCreateContext (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/
H A Dmesa_wgl.h85 WGLAPI HGLRC GLAPIENTRY wglCreateContext(HDC);
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_wgl.c1326 //context->hRC = render_spu.ws.wglCreateContext( visual->device_context );
1329 crError( "Render SPU: wglCreateContext failed (error 0x%x)", GetLastError() );
1370 sharedContext->hRC = render_spu.ws.wglCreateContext(window->device_context);
1422 context->hRC = render_spu.ws.wglCreateContext( window->nativeWindow );
1449 context->hRC = render_spu.ws.wglCreateContext(window->device_context);
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_spu.h316 wglCreateContextFunc_t wglCreateContext; member in struct:__anon16133
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dcontext.c621 context->hglrc = stub.wsInterface.wglCreateContext( window->drawable );
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dcontext.c1774 if (!(ctx = wglCreateContext(hdc)))
H A Ddirectx.c400 if (!(ctx->gl_ctx = wglCreateContext(ctx->dc)))
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwingdi.h3783 WINGDIAPI HGLRC WINAPI wglCreateContext(HDC);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwingdi.h3745 WINGDIAPI HGLRC WINAPI wglCreateContext(HDC);
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-ogl.cpp4385 pContext->hglrc = wglCreateContext(pContext->hdc);
4386 AssertMsgReturn(pContext->hglrc, ("wglCreateContext %x failed with %d\n", pContext->hdc, GetLastError()), VERR_INTERNAL_ERROR);

Completed in 685 milliseconds