Searched refs:hRC (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_wgl.c1326 //context->hRC = render_spu.ws.wglCreateContext( visual->device_context );
1327 if (!context->hRC)
1334 context->hRC = NULL; /* create it later in makecurrent */
1343 render_spu.ws.wglDeleteContext( context->hRC );
1344 context->hRC = NULL;
1351 if (sharedContext->hRC)
1370 sharedContext->hRC = render_spu.ws.wglCreateContext(window->device_context);
1371 if (!sharedContext->hRC)
1421 if (context->hRC == 0) {
1422 context->hRC
[all...]
H A Drenderspu.h163 HGLRC hRC; member in struct:_ContextInfo

Completed in 53 milliseconds