Searched refs:surface_alignment (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface.c743 unsigned char alignment = This->resource.device->surface_alignment;
4301 outpitch = (outpitch + myDevice->surface_alignment - 1) & ~(myDevice->surface_alignment - 1);
4319 outpitch = (outpitch + myDevice->surface_alignment - 1) & ~(myDevice->surface_alignment - 1);
5127 outpitch = (outpitch + device->surface_alignment - 1) & ~(device->surface_alignment - 1);
5210 outpitch = (outpitch + device->surface_alignment - 1) & ~(device->surface_alignment - 1);
5225 outpitch = (outpitch + device->surface_alignment
[all...]
H A Dsurface_base.c353 unsigned char alignment = This->resource.device->surface_alignment;
527 This->resource.size = surface_calculate_size(format_desc, This->resource.device->surface_alignment,
H A Dcontext.c1788 glPixelStorei(GL_PACK_ALIGNMENT, device->surface_alignment);
1789 checkGLcall("glPixelStorei(GL_PACK_ALIGNMENT, device->surface_alignment);");
1790 glPixelStorei(GL_UNPACK_ALIGNMENT, device->surface_alignment);
1791 checkGLcall("glPixelStorei(GL_UNPACK_ALIGNMENT, device->surface_alignment);");
H A Ddevice.c840 hr = surface_init(object, Impl, This->surface_alignment, Width, Height, Level, Lockable,
7553 device->surface_alignment = wined3d->dxVersion == 7 ? DDRAW_PITCH_ALIGNMENT : D3D8_PITCH_ALIGNMENT;
H A Dwined3d_private.h1890 unsigned char surface_alignment; /* Line Alignment of surfaces */ member in struct:IWineD3DDeviceImpl
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dsurface.c2445 unsigned char alignment = surface->resource.device->surface_alignment;
2643 gl_info->gl_ops.gl.p_glPixelStorei(GL_UNPACK_ALIGNMENT, surface->resource.device->surface_alignment);
3516 unsigned char alignment = surface->resource.device->surface_alignment;
3746 UINT resource_size = wined3d_format_calculate_size(format, device->surface_alignment, width, height);
6364 dst_pitch = (dst_pitch + device->surface_alignment - 1) & ~(device->surface_alignment - 1);
6510 dst_pitch = (dst_pitch + device->surface_alignment - 1) & ~(device->surface_alignment - 1);
6529 dst_pitch = (dst_pitch + device->surface_alignment - 1) & ~(device->surface_alignment
[all...]
H A Dcontext.c1943 gl_info->gl_ops.gl.p_glPixelStorei(GL_PACK_ALIGNMENT, device->surface_alignment);
1944 checkGLcall("glPixelStorei(GL_PACK_ALIGNMENT, device->surface_alignment);");
1945 gl_info->gl_ops.gl.p_glPixelStorei(GL_UNPACK_ALIGNMENT, device->surface_alignment);
1946 checkGLcall("glPixelStorei(GL_UNPACK_ALIGNMENT, device->surface_alignment);");
H A Ddevice.c5519 BYTE surface_alignment, struct wined3d_device_parent *device_parent)
5534 device->surface_alignment = surface_alignment;
5517 device_init(struct wined3d_device *device, struct wined3d *wined3d, UINT adapter_idx, enum wined3d_device_type device_type, HWND focus_window, DWORD flags, BYTE surface_alignment, struct wined3d_device_parent *device_parent) argument
H A Dwined3d_private.h1911 unsigned char surface_alignment; /* Line Alignment of surfaces */ member in struct:wined3d_device
2014 BYTE surface_alignment, struct wined3d_device_parent *device_parent) DECLSPEC_HIDDEN;
H A Ddirectx.c4913 HWND focus_window, DWORD flags, BYTE surface_alignment, struct wined3d_device_parent *device_parent,
4932 focus_window, flags, surface_alignment, device_parent);
4912 wined3d_device_create(struct wined3d *wined3d, UINT adapter_idx, enum wined3d_device_type device_type, HWND focus_window, DWORD flags, BYTE surface_alignment, struct wined3d_device_parent *device_parent, struct wined3d_device **device) argument
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dwined3d.h2100 enum wined3d_device_type device_type, HWND focus_window, DWORD behaviour_flags, BYTE surface_alignment,
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h1922 unsigned char surface_alignment; /* Line Alignment of surfaces */ member in struct:IWineD3DDeviceImpl

Completed in 304 milliseconds