ReactOS 0.4.16-dev-122-g325d74c
|
Definition at line 287 of file arb_program_shader.c.
const struct arb_ps_compiled_shader* shader_arb_priv::compiled_fprog |
Definition at line 291 of file arb_program_shader.c.
Referenced by shader_arb_load_constants_internal(), and shader_arb_select().
const struct arb_vs_compiled_shader* shader_arb_priv::compiled_vprog |
Definition at line 292 of file arb_program_shader.c.
Referenced by shader_arb_load_constants_internal(), and shader_arb_select().
GLuint shader_arb_priv::current_fprogram_id |
Definition at line 290 of file arb_program_shader.c.
Referenced by fragment_prog_arbfp(), shader_arb_disable(), and shader_arb_select().
GLuint shader_arb_priv::current_vprogram_id |
Definition at line 289 of file arb_program_shader.c.
Referenced by shader_arb_disable(), and shader_arb_select().
BOOL shader_arb_priv::ffp_proj_control |
Definition at line 308 of file arb_program_shader.c.
Referenced by shader_arb_alloc(), shader_arb_generate_vshader(), and shader_arb_has_ffp_proj_control().
const struct fragment_pipeline* shader_arb_priv::fragment_pipe |
Definition at line 307 of file arb_program_shader.c.
Referenced by shader_arb_alloc(), shader_arb_disable(), shader_arb_free(), and shader_arb_select().
struct wine_rb_tree shader_arb_priv::fragment_shaders |
Definition at line 294 of file arb_program_shader.c.
Referenced by arbfp_alloc(), arbfp_free(), and fragment_prog_arbfp().
Definition at line 301 of file arb_program_shader.c.
Referenced by color_key_arbfp(), set_bumpmat_arbfp(), shader_arb_load_constants_internal(), shader_arb_select(), shader_arb_update_float_pixel_constants(), state_arb_specularenable(), state_texfactor_arbfp(), state_tss_constant_arbfp(), and tex_bumpenvlum_arbfp().
Definition at line 301 of file arb_program_shader.c.
Referenced by shader_arb_load_constants_internal(), and shader_arb_update_float_vertex_constants().
const struct wined3d_context* shader_arb_priv::last_context |
Definition at line 304 of file arb_program_shader.c.
Referenced by shader_arb_free_context_data(), and shader_arb_load_constants_internal().
BOOL shader_arb_priv::last_ps_const_clamped |
Definition at line 295 of file arb_program_shader.c.
Referenced by shader_arb_select().
BOOL shader_arb_priv::last_vs_color_unclamp |
Definition at line 296 of file arb_program_shader.c.
Referenced by shader_arb_disable(), and shader_arb_select().
DWORD shader_arb_priv::ps_sig_number |
Definition at line 299 of file arb_program_shader.c.
Referenced by find_input_signature().
char shader_arb_priv::pshader_const_dirty[WINED3D_MAX_PS_CONSTS_F] |
Definition at line 303 of file arb_program_shader.c.
Referenced by color_key_arbfp(), set_bumpmat_arbfp(), shader_arb_alloc(), shader_arb_load_constants_internal(), shader_arb_select(), shader_arb_update_float_pixel_constants(), state_arb_specularenable(), state_texfactor_arbfp(), state_tss_constant_arbfp(), and tex_bumpenvlum_arbfp().
struct wine_rb_tree shader_arb_priv::signature_tree |
Definition at line 298 of file arb_program_shader.c.
Referenced by find_input_signature(), shader_arb_alloc(), and shader_arb_free().
BOOL shader_arb_priv::use_arbfp_fixed_func |
Definition at line 293 of file arb_program_shader.c.
Referenced by arbfp_alloc(), arbfp_free(), and shader_arb_select().
const struct wined3d_vertex_pipe_ops* shader_arb_priv::vertex_pipe |
Definition at line 306 of file arb_program_shader.c.
Referenced by shader_arb_alloc(), shader_arb_disable(), shader_arb_free(), and shader_arb_select().
char shader_arb_priv::vshader_const_dirty[WINED3D_MAX_VS_CONSTS_F] |
Definition at line 302 of file arb_program_shader.c.
Referenced by shader_arb_alloc(), shader_arb_load_constants_internal(), and shader_arb_update_float_vertex_constants().