Searched refs:dst_impl (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Ddevice.c1268 struct d3d9_texture *src_impl, *dst_impl; local
1274 dst_impl = unsafe_impl_from_IDirect3DBaseTexture9(dst_texture);
1278 src_impl->wined3d_texture, dst_impl->wined3d_texture);
1288 struct d3d9_surface *dst_impl = unsafe_impl_from_IDirect3DSurface9(dst_surface); local
1294 hr = wined3d_surface_get_render_target_data(dst_impl->wined3d_surface, rt_impl->wined3d_surface);
1304 struct d3d9_surface *dst_impl = unsafe_impl_from_IDirect3DSurface9(dst_surface); local
1310 hr = wined3d_device_get_front_buffer_data(device->wined3d_device, swapchain, dst_impl->wined3d_surface);
2478 struct d3d9_vertexbuffer *dst_impl = unsafe_impl_from_IDirect3DVertexBuffer9(dst_buffer); local
2487 dst_impl->wined3d_buffer, decl_impl ? decl_impl->wined3d_declaration : NULL,
2488 flags, dst_impl
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddevice.c5493 IWineD3DSurfaceImpl *dst_impl = (IWineD3DSurfaceImpl *)dst_surface; local
5510 if (src_impl->resource.pool != WINED3DPOOL_SYSTEMMEM || dst_impl->resource.pool != WINED3DPOOL_DEFAULT)
5518 dst_format = dst_impl->resource.format_desc;
5533 d3dfmt_get_conv(dst_impl, FALSE, TRUE, &dummy_desc, &convert);
5571 "format %#x, image_size %#x, data %p.\n", dst_impl->texture_target, dst_impl->texture_level,
5576 GL_EXTCALL(glCompressedTexSubImage2DARB(dst_impl->texture_target, dst_impl->texture_level,
5587 GL_EXTCALL(glCompressedTexSubImage2DARB(dst_impl->texture_target, dst_impl
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/
H A Ddevice.c1062 struct d3d8_texture *src_impl, *dst_impl; local
1068 dst_impl = unsafe_impl_from_IDirect3DBaseTexture8(dst_texture);
1072 src_impl->wined3d_texture, dst_impl->wined3d_texture);
1081 struct d3d8_surface *dst_impl = unsafe_impl_from_IDirect3DSurface8(dst_surface); local
1093 hr = wined3d_device_get_front_buffer_data(device->wined3d_device, 0, dst_impl->wined3d_surface);

Completed in 74 milliseconds