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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dcontext.c2280 * findThreadContextForSwapChain
2286 static struct wined3d_context *findThreadContextForSwapChain(IWineD3DSwapChain *swapchain function
2400 context = findThreadContextForSwapChain(swapchain
2423 * for findThreadContextForSwapChain.
2425 * Can also happen on thread switches - in that case findThreadContextForSwapChain
2428 context = findThreadContextForSwapChain(This->swapchains[This->NumberOfSwapChains-1]
2434 context = findThreadContextForSwapChain(This->swapchains[0]
2518 context = findThreadContextForSwapChain(swapchain);
2537 context = findThreadContextForSwapChain((IWineD3DSwapChain*)swapchain);

Completed in 38 milliseconds