Lines Matching defs:container
377 * container about this to get the filters reset properly next draw. */
1138 IWineD3DSwapChainImpl *swapchain = (IWineD3DSwapChainImpl *)This->container;
1201 /* if the container is a basetexture then mark it dirty. */
1204 TRACE("Passing to container\n");
1311 TRACE("(%p)Checking to see if the container is a base texture\n", This);
1314 TRACE("Passing to container\n");
2041 TRACE("Making container dirty\n");
2045 TRACE("Surface is standalone, no need to dirty the container\n");
2883 TRACE("(%p)Checking to see if the container is a base texture\n", This);
2885 TRACE("Passing to container\n");
2939 /* Mipmap surfaces should have a base texture container */
4855 TRACE("Passing to container\n");
4917 TRACE("Passing to container\n");
4986 swapchain = (This->Flags & SFLAG_SWAPCHAIN) ? (IWineD3DSwapChainImpl *)This->container : NULL;
5300 static HRESULT WINAPI IWineD3DSurfaceImpl_SetContainer(IWineD3DSurface *iface, IWineD3DBase *container)
5306 if(container) {
5307 IWineD3DBase_QueryInterface(container, &IID_IWineD3DSwapChain, (void **) &swapchain);
5319 return IWineD3DBaseSurfaceImpl_SetContainer(iface, container);
5351 IWineD3DSwapChainImpl *swapchain = (IWineD3DSwapChainImpl *) This->container;