ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Macros | |
#define | STRUCT DDSURFACEDESC2 |
#define STRUCT DDSURFACEDESC2 |
Definition at line 589 of file utils.c.
Referenced by wined3d_colour_from_ddraw_colour().
void DDRAW_Convert_DDDEVICEIDENTIFIER_2_To_1 | ( | const DDDEVICEIDENTIFIER2 * | pIn, |
DDDEVICEIDENTIFIER * | pOut | ||
) |
Definition at line 961 of file utils.c.
Referenced by ddraw4_GetDeviceIdentifier().
Definition at line 968 of file utils.c.
Referenced by ddraw_set_cooperative_level().
Definition at line 990 of file utils.c.
Referenced by ddraw7_GetCaps().
|
static |
Definition at line 692 of file utils.c.
Referenced by DDRAW_dump_surface_desc().
Definition at line 776 of file utils.c.
Referenced by DDRAW_dump_surface_desc().
Definition at line 713 of file utils.c.
Referenced by ddraw7_GetAvailableVidMem(), DDRAW_dump_DDCAPS(), DDRAW_dump_DDSCAPS(), and DDRAW_dump_surface_desc().
|
static |
Definition at line 707 of file utils.c.
Referenced by DDRAW_dump_cooperativelevel(), DDRAW_dump_DDCAPS(), and DDRAW_dump_DDSCAPS2().
|
static |
Definition at line 697 of file utils.c.
Referenced by DDRAW_dump_DDSCAPS2(), DDRAW_dump_flags(), and DDRAW_dump_pixelformat_flag().
|
static |
Definition at line 812 of file utils.c.
Referenced by DDRAW_dump_surface_desc().
|
static |
Definition at line 827 of file utils.c.
Referenced by DDRAW_dump_surface_desc(), ddrawformat_from_wined3dformat(), wined3d_colour_from_ddraw_colour(), and wined3dformat_from_ddrawformat().
Definition at line 789 of file utils.c.
Referenced by DDRAW_dump_pixelformat().
Definition at line 687 of file utils.c.
Referenced by DDRAW_dump_surface_desc().
void DDRAW_dump_surface_desc | ( | const DDSURFACEDESC2 * | lpddsd | ) |
Definition at line 864 of file utils.c.
Referenced by ddraw2_CreateSurface(), ddraw4_CreateSurface(), ddraw7_CreateSurface(), ddraw7_GetDisplayMode(), ddraw_surface3_GetSurfaceDesc(), ddraw_surface7_GetSurfaceDesc(), ddraw_surface_create(), and surface_lock().
void ddrawformat_from_wined3dformat | ( | DDPIXELFORMAT * | DDPixelFormat, |
enum wined3d_format_id | wined3d_format | ||
) |
Definition at line 33 of file utils.c.
Referenced by d3d7_EnumZBufferFormats(), d3d_device2_EnumTextureFormats(), d3d_device3_GetRenderState(), d3d_device3_SetRenderState(), d3d_device3_SetTexture(), d3d_device7_EnumTextureFormats(), ddraw7_EnumDisplayModes(), ddraw7_GetDisplayMode(), ddraw7_SetDisplayMode(), and ddraw_surface_create().
void DDSD2_to_DDSD | ( | const DDSURFACEDESC2 * | in, |
DDSURFACEDESC * | out | ||
) |
Definition at line 1262 of file utils.c.
Referenced by ddraw_surface1_Lock(), ddraw_surface2_Lock(), ddraw_surface3_GetSurfaceDesc(), ddraw_surface3_Lock(), and EnumDisplayModesCallbackThunk().
void DDSD_to_DDSD2 | ( | const DDSURFACEDESC * | in, |
DDSURFACEDESC2 * | out | ||
) |
Definition at line 1218 of file utils.c.
Referenced by ddraw1_CreateSurface(), ddraw1_EnumDisplayModes(), ddraw1_EnumSurfaces(), ddraw2_CreateSurface(), ddraw2_EnumDisplayModes(), ddraw2_EnumSurfaces(), ddraw_surface1_Initialize(), ddraw_surface2_Initialize(), ddraw_surface3_Initialize(), and ddraw_surface3_SetSurfaceDesc().
Definition at line 923 of file utils.c.
Definition at line 1206 of file utils.c.
Referenced by d3d_device7_BeginStateBlock(), d3d_device7_CreateStateBlock(), d3d_device7_EndStateBlock(), d3d_device7_GetLight(), d3d_device7_GetLightEnable(), d3d_device7_LightEnable(), d3d_device7_SetLight(), ddraw_surface7_SetPrivateData(), ddraw_surface7_SetSurfaceDesc(), ddraw_surface_create(), and ddraw_surface_set_color_key().
Definition at line 1173 of file utils.c.
Referenced by d3d_device3_MultiplyTransform(), d3d_device3_SetTransform(), d3d_viewport_TransformVertices(), get_modelview_matrix(), get_projection_matrix(), get_texture_matrix(), prepare_clip_space_planes(), process_vertices_strided(), update_clip_space(), and wined3d_device_multiply_transform().
WINE_DEFAULT_DEBUG_CHANNEL | ( | ddraw | ) |
BOOL wined3d_colour_from_ddraw_colour | ( | const DDPIXELFORMAT * | pf, |
const struct ddraw_palette * | palette, | ||
DWORD | colour, | ||
struct wined3d_color * | wined3d_colour | ||
) |
Definition at line 596 of file utils.c.
Referenced by ddraw_surface_blt().
enum wined3d_format_id wined3dformat_from_ddrawformat | ( | const DDPIXELFORMAT * | DDPixelFormat | ) |
Definition at line 333 of file utils.c.
Referenced by ddraw_surface7_SetSurfaceDesc(), and ddraw_surface_create().
Definition at line 564 of file utils.c.
Referenced by d3d_vertex_buffer7_Lock(), and surface_lock().