Searched defs:swapchain_cleanup_rt_refs (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/ |
H A D | swapchain.c | 64 static VOID swapchain_cleanup_rt_refs(IWineD3DSwapChainImpl *pSwapchain, IWineD3DSurface *rt, int iBb) function 117 swapchain_cleanup_rt_refs(pSwapchain, pSwapchain->frontBuffer, -1); 124 swapchain_cleanup_rt_refs(pSwapchain, pSwapchain->backBuffer[j], j);
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/ |
H A D | swapchain.c | 40 static VOID swapchain_cleanup_rt_refs(struct wined3d_swapchain *swapchain, struct wined3d_surface * rt, int iBb) function 118 // swapchain_cleanup_rt_refs(swapchain, swapchain->front_buffer, -1); 124 // swapchain_cleanup_rt_refs(swapchain, swapchain->back_buffers[i], i);
|
Completed in 47 milliseconds