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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dswapchain.c740 HRESULT WINAPI IWineD3DBaseSwapChainImpl_PresentRt(IWineD3DSwapChain* iface, IWineD3DSurface* surf) argument
743 IWineD3DSurfaceImpl *surface = (IWineD3DSurfaceImpl *)surf;
744 if (This->presentRt != surf)
746 if (surf)
748 IWineD3DSurface_AddRef(surf);
764 This->presentRt = surf;
767 if (surf)
H A Dstate.c495 IWineD3DSurfaceImpl *surf; local
497 surf = (IWineD3DSurfaceImpl *) ((IWineD3DTextureImpl *)stateblock->textures[0])->surfaces[0];
499 if (surf->CKeyFlags & WINEDDSD_CKSRCBLT)
504 if (!surf->resource.format_desc->alpha_mask) enable_ckey = TRUE;
3114 IWineD3DSurfaceImpl *surf; local
3116 surf = (IWineD3DSurfaceImpl *) ((IWineD3DTextureImpl *) stateblock->textures[0])->surfaces[0];
3118 if (surf->CKeyFlags & WINEDDSD_CKSRCBLT && !surf->resource.format_desc->alpha_mask)
H A Dutils.c2785 IWineD3DSurfaceImpl *surf; local
2786 surf = (IWineD3DSurfaceImpl *) ((IWineD3DTextureImpl *) stateblock->textures[0])->surfaces[0];
2788 if (surf->CKeyFlags & WINEDDSD_CKSRCBLT && !surf->resource.format_desc->alpha_mask)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dutils.c3282 struct wined3d_surface *surf = surface_from_resource(texture->sub_resources[0]); local
3284 if (surf->CKeyFlags & WINEDDSD_CKSRCBLT && !surf->resource.format->alpha_size)
H A Dstate.c3246 struct wined3d_surface *surf = surface_from_resource(texture->sub_resources[0]); local
3248 if (surf->CKeyFlags & WINEDDSD_CKSRCBLT && !surf->resource.format->alpha_size)
H A Dsurface.c50 void surface_shrc_lock_surf(struct wined3d_surface *surf) argument
52 VBOXSHRC_LOCK(surf);
55 void surface_shrc_unlock_surf(struct wined3d_surface *surf) argument
57 VBOXSHRC_UNLOCK(surf);
58 if (VBOXSHRC_IS_LOCKED(surf))
62 surface_load_location(surf, SFLAG_INTEXTURE, NULL);
65 void surface_shrc_lock(struct wined3d_surface *surf) argument
67 if (!VBOXSHRC_IS_SHARED(surf))
70 surface_shrc_lock_surf(surf);
73 void surface_shrc_unlock(struct wined3d_surface *surf) argument
[all...]

Completed in 1542 milliseconds