Searched defs:current_gl (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dcontext.c1304 HGLRC current_gl = pwglGetCurrentContext(); local
1306 if (current_gl && (!current_context || current_context->glCtx != current_gl))
1309 current_gl, pwglGetCurrentDC());
1310 context->restore_ctx = current_gl;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dcontext.c1406 HGLRC current_gl = wglGetCurrentContext(); local
1408 if (current_gl && (!current_context || current_context->glCtx != current_gl))
1411 current_gl, wglGetCurrentDC());
1412 context->restore_ctx = current_gl;

Completed in 54 milliseconds