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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dswapchain.c1091 struct wined3d_context * swapchainContext; local
1114 swapchainContext = context_find_create(device, swapchain, (IWineD3DSurfaceImpl *)swapchain->frontBuffer,
1116 if (!swapchainContext)
1128 context_release(swapchainContext);

Completed in 45 milliseconds