Home
last modified time | relevance | path

Searched refs:GR_OBJECT_MIPMAP (Results 1 – 4 of 4) sorted by relevance

/dports/games/gracer/gracer-0.1.5/common/
H A Dgr_scene_option.h30 GR_OBJECT_MIPMAP = 1<<3, enumerator
H A Dgr_texture.c157 if (option & (GR_OBJECT_MIPMAP)) { in gr_texture_setup_gl()
189 if (option & GR_OBJECT_MIPMAP) { in gr_texture_setup_gl()
/dports/games/gracer/gracer-0.1.5/src/
H A Dglutgame.c98 (options & GR_VIEWER_USE_MIPMAP)? ~0 : ~GR_OBJECT_MIPMAP; in gr_viewer_set_options()
H A Dglbind.c657 newopt = GR_OBJECT_MIPMAP; in gr_get_draw_option()