Home
last modified time | relevance | path

Searched refs:gfx_error_state_t (Results 1 – 2 of 2) sorted by relevance

/dports/games/egoboo/egoboo-2.8.1/src/game/
H A Dgraphic.h66 typedef struct s_gfx_error_state gfx_error_state_t; typedef
73 gfx_error_state_t lst[GFX_ERROR_MAX];
80 gfx_error_state_t * gfx_error_pop();
H A Dgraphic.c751 gfx_error_state_t * pstate; in gfx_error_add()
773 gfx_error_state_t * gfx_error_pop() in gfx_error_pop()
775 gfx_error_state_t * retval; in gfx_error_pop()
3456 gfx_error_state_t * err_tmp; in render_world()