Home
last modified time | relevance | path

Searched refs:gfx_rv (Results 1 – 8 of 8) sorted by relevance

/dports/games/egoboo/egoboo-2.8.1/src/game/
H A Dgraphic_mad.h206 gfx_rv chr_instance_set_mad( chr_instance_t * pinst, const MAD_REF imad );
210 gfx_rv chr_instance_update_bbox( chr_instance_t * pinst );
218 gfx_rv chr_instance_increment_action( chr_instance_t * pinst );
222 gfx_rv chr_instance_remove_interpolation( chr_instance_t * pinst );
227 gfx_rv chr_instance_set_action_keep( chr_instance_t * pinst, bool_t val );
230 gfx_rv chr_instance_set_action_next( chr_instance_t * pinst, int val );
232 gfx_rv chr_instance_set_texture( chr_instance_t * pinst, TX_REF itex );
238 gfx_rv chr_instance_update_one_lip( chr_instance_t * pinst );
245 gfx_rv render_one_mad_ref( const CHR_REF ichr );
246 gfx_rv render_one_mad_trans( const CHR_REF ichr );
[all …]
H A Dgraphic_mad.c503 gfx_rv retval; in render_one_mad()
542 gfx_rv render_one_mad_ref( const CHR_REF ichr ) in render_one_mad_ref()
549 gfx_rv retval; in render_one_mad_ref()
629 gfx_rv render_one_mad_trans( const CHR_REF ichr ) in render_one_mad_trans()
713 gfx_rv render_one_mad_solid( const CHR_REF ichr ) in render_one_mad_solid()
717 gfx_rv retval = gfx_error; in render_one_mad_solid()
1322 gfx_rv retval; in chr_instance_update_vertices()
1580 gfx_rv retval; in chr_instance_update_grip_verts()
1711 gfx_rv retval; in chr_instance_set_anim()
1759 gfx_rv retval; in chr_instance_increment_action()
[all …]
H A Dgraphic_prt.h100 gfx_rv render_one_prt_solid( const PRT_REF iprt );
101 gfx_rv render_one_prt_trans( const PRT_REF iprt );
102 gfx_rv render_one_prt_ref( const PRT_REF iprt );
110 gfx_rv update_all_prt_instance( struct s_camera * pcam );
H A Dgraphic_fan.h41 gfx_rv render_fan( struct s_ego_mpd * pmesh, Uint32 fan );
42 gfx_rv render_hmap_fan( struct s_ego_mpd * pmesh, Uint32 fan );
43 gfx_rv render_water_fan( struct s_ego_mpd * pmesh, Uint32 fan, Uint8 layer );
H A Dgraphic.h53 typedef enum e_gfx_rv gfx_rv; typedef
432 gfx_rv render_scene( ego_mpd_t * pmesh, struct s_camera * pcam );
435 gfx_rv render_all_billboards( struct s_camera * pcam );
446 gfx_rv renderlist_reset( renderlist_t * prlist );
447 gfx_rv renderlist_make( renderlist_t * prlist, ego_mpd_t * pmesh, struct s_camera * pcam );
469 gfx_rv flash_character( const CHR_REF character, Uint8 value );
H A Dgraphic.c2280 gfx_rv retval; in update_one_chr_instance()
2306 gfx_rv retval; in update_all_chr_instance()
2308 gfx_rv tmp_rv; in update_all_chr_instance()
2388 gfx_rv retval; in render_scene_init()
2478 gfx_rv retval; in render_scene_mesh_ndr()
2527 gfx_rv retval; in render_scene_mesh_drf_back()
2575 gfx_rv retval; in render_scene_mesh_ref()
2689 gfx_rv retval; in render_scene_mesh_ref_chr()
2731 gfx_rv retval; in render_scene_mesh_drf_solid()
2843 gfx_rv retval; in render_scene_mesh()
[all …]
H A Dgraphic_prt.c99 static gfx_rv prt_instance_update( camera_t * pcam, const PRT_REF particle, Uint8 trans, bool_t do_…
176 gfx_rv render_one_prt_solid( const PRT_REF iprt ) in render_one_prt_solid()
270 gfx_rv render_one_prt_trans( const PRT_REF iprt ) in render_one_prt_trans()
479 gfx_rv render_one_prt_ref( const PRT_REF iprt ) in render_one_prt_ref()
817 gfx_rv update_all_prt_instance( camera_t * pcam ) in update_all_prt_instance()
819 gfx_rv retval; in update_all_prt_instance()
865 gfx_rv prt_instance_update_vertices( camera_t * pcam, prt_instance_t * pinst, prt_t * pprt ) in prt_instance_update_vertices()
1209 gfx_rv prt_instance_update_lighting( prt_instance_t * pinst, prt_t * pprt, Uint8 trans, bool_t do_l… in prt_instance_update_lighting()
1270 gfx_rv prt_instance_update( camera_t * pcam, const PRT_REF particle, Uint8 trans, bool_t do_lightin… in prt_instance_update()
1274 gfx_rv retval; in prt_instance_update()
H A Dgraphic_fan.c111 gfx_rv render_fan( ego_mpd_t * pmesh, Uint32 itile ) in render_fan()
209 gfx_rv render_hmap_fan( ego_mpd_t * pmesh, Uint32 itile ) in render_hmap_fan()
300 gfx_rv render_water_fan( ego_mpd_t * pmesh, Uint32 itile, Uint8 layer ) in render_water_fan()