Home
last modified time | relevance | path

Searched refs:asteroid_gfx (Results 1 – 3 of 3) sorted by relevance

/dports/games/naev/naev-0.7.0/src/
H A Dspace.h206 extern glTexture **asteroid_gfx; /**< Asteroid graphics list. */
H A Dspace.c114 glTexture **asteroid_gfx = NULL; variable
3050 asteroid_gfx = malloc( sizeof(StarSystem) * systems_mstack ); in space_load()
3055 asteroid_gfx[i] = gl_newImage( file, OPENGL_TEX_MIPMAPS ); in space_load()
3440 gl_blitSpriteInterpolateScale( asteroid_gfx[d->gfxID], asteroid_gfx[d->gfxID], 1, in space_renderDebris()
3467 gl_freeTexture(asteroid_gfx[i]); in space_exit()
3468 free(asteroid_gfx); in space_exit()
H A Ddev_sysedit.c657 sysedit_renderSprite( asteroid_gfx[0], x, y, ast->pos.x, ast->pos.y, in sysedit_render()