ReactOS 0.4.16-dev-88-ga65b6ae
|
Go to the source code of this file.
Variables | |
static const DWORD | pixel_states_render [] |
static const DWORD | pixel_states_texture [] |
static const DWORD | pixel_states_sampler [] |
static const DWORD | vertex_states_render [] |
static const DWORD | vertex_states_texture [] |
static const DWORD | vertex_states_sampler [] |
|
static |
Definition at line 947 of file stateblock.c.
Referenced by wined3d_stateblock_apply().
void state_cleanup | ( | struct wined3d_state * | state | ) |
Definition at line 528 of file stateblock.c.
Referenced by device_init(), wined3d_cs_create(), wined3d_cs_destroy(), wined3d_cs_exec_reset_state(), wined3d_device_decref(), wined3d_device_reset(), and wined3d_stateblock_decref().
void state_init | ( | struct wined3d_state * | state, |
struct wined3d_fb_state * | fb, | ||
const struct wined3d_gl_info * | gl_info, | ||
const struct wined3d_d3d_info * | d3d_info, | ||
DWORD | flags | ||
) |
Definition at line 1310 of file stateblock.c.
Referenced by stateblock_init().
|
static |
Definition at line 1107 of file stateblock.c.
Referenced by state_init().
void state_unbind_resources | ( | struct wined3d_state * | state | ) |
Definition at line 429 of file stateblock.c.
Referenced by state_cleanup(), wined3d_device_reset(), and wined3d_device_uninit_3d().
|
static |
Definition at line 1328 of file stateblock.c.
void stateblock_init_contained_states | ( | struct wined3d_stateblock * | stateblock | ) |
Definition at line 290 of file stateblock.c.
Referenced by stateblock_init(), and wined3d_device_end_stateblock().
|
static |
Definition at line 402 of file stateblock.c.
Referenced by stateblock_init().
|
static |
Definition at line 205 of file stateblock.c.
Referenced by stateblock_init().
|
static |
Definition at line 237 of file stateblock.c.
Referenced by stateblock_init().
|
static |
Definition at line 263 of file stateblock.c.
Referenced by stateblock_init().
Definition at line 197 of file stateblock.c.
Referenced by stateblock_savedstates_set_all().
WINE_DEFAULT_DEBUG_CHANNEL | ( | d3d | ) |
void wined3d_state_enable_light | ( | struct wined3d_state * | state, |
const struct wined3d_d3d_info * | d3d_info, | ||
struct wined3d_light_info * | light_info, | ||
BOOL | enable | ||
) |
Definition at line 582 of file stateblock.c.
Referenced by wined3d_cs_exec_set_light_enable(), and wined3d_device_set_light_enable().
struct wined3d_light_info * wined3d_state_get_light | ( | const struct wined3d_state * | state, |
unsigned int | idx | ||
) |
Definition at line 567 of file stateblock.c.
Referenced by wined3d_cs_exec_set_light(), wined3d_cs_exec_set_light_enable(), wined3d_device_get_light(), wined3d_device_get_light_enable(), wined3d_device_set_light(), and wined3d_device_set_light_enable().
|
static |
Definition at line 627 of file stateblock.c.
Referenced by wined3d_stateblock_capture().
void CDECL wined3d_stateblock_apply | ( | const struct wined3d_stateblock * | stateblock | ) |
Definition at line 965 of file stateblock.c.
Referenced by d3d8_device_ApplyStateBlock(), d3d9_stateblock_Apply(), d3d_device7_ApplyStateBlock(), and ddraw_set_cooperative_level().
void CDECL wined3d_stateblock_capture | ( | struct wined3d_stateblock * | stateblock | ) |
Definition at line 684 of file stateblock.c.
Referenced by d3d8_device_CaptureStateBlock(), d3d9_stateblock_Capture(), d3d_device7_CaptureStateBlock(), ddraw_set_cooperative_level(), and stateblock_init().
HRESULT CDECL wined3d_stateblock_create | ( | struct wined3d_device * | device, |
enum wined3d_stateblock_type | type, | ||
struct wined3d_stateblock ** | stateblock | ||
) |
Definition at line 1372 of file stateblock.c.
Referenced by d3d8_device_CreateStateBlock(), d3d_device7_CreateStateBlock(), ddraw_set_cooperative_level(), stateblock_init(), and wined3d_device_begin_stateblock().
ULONG CDECL wined3d_stateblock_decref | ( | struct wined3d_stateblock * | stateblock | ) |
Definition at line 552 of file stateblock.c.
Referenced by d3d8_device_CreateStateBlock(), d3d8_device_DeleteStateBlock(), d3d8_device_EndStateBlock(), d3d9_device_EndStateBlock(), d3d9_stateblock_Release(), d3d_device7_CreateStateBlock(), d3d_device7_DeleteStateBlock(), d3d_device7_EndStateBlock(), ddraw_set_cooperative_level(), wined3d_device_decref(), and wined3d_device_reset().
ULONG CDECL wined3d_stateblock_incref | ( | struct wined3d_stateblock * | stateblock | ) |
Definition at line 420 of file stateblock.c.
Definition at line 31 of file stateblock.c.
Referenced by stateblock_savedstates_set_pixel().
Definition at line 121 of file stateblock.c.
Referenced by stateblock_savedstates_set_pixel().
Definition at line 100 of file stateblock.c.
Referenced by stateblock_savedstates_set_pixel().
Definition at line 137 of file stateblock.c.
Referenced by stateblock_savedstates_set_vertex().
Definition at line 192 of file stateblock.c.
Referenced by stateblock_savedstates_set_vertex().
Definition at line 186 of file stateblock.c.
Referenced by stateblock_savedstates_set_vertex().