Searched refs:_gx_system_animation_pool (Results 1 – 2 of 2) sorted by relevance
214 _gx_animation_create(&_gx_system_animation_pool[index]); in _gx_system_initialize()215 _gx_system_animation_pool[index].gx_animation_next = &_gx_system_animation_pool[index + 1]; in _gx_system_initialize()217 _gx_system_animation_free_list = _gx_system_animation_pool; in _gx_system_initialize()
296 SYSTEM_DECLARE GX_ANIMATION _gx_system_animation_pool[GX_ANIMATION_POOL_SIZE]; variable