Home
last modified time | relevance | path

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

/dports/games/gracer/gracer-0.1.5/common/
H A Dgr_scene_option.h39 GR_OBJECT_MIP_LINEAR = 1<<12, enumerator
49 GR_OBJECT_MIP_LINEAR),
H A Dgr_texture.c158 switch (option & (GR_OBJECT_MIN_LINEAR | GR_OBJECT_MIP_LINEAR)) { in gr_texture_setup_gl()
164 case GR_OBJECT_MIP_LINEAR: in gr_texture_setup_gl()
174 case GR_OBJECT_MIN_LINEAR | GR_OBJECT_MIP_LINEAR: in gr_texture_setup_gl()
/dports/games/gracer/gracer-0.1.5/src/
H A Dglutgame.c82 GR_OBJECT_MAG_LINEAR | GR_OBJECT_MIN_LINEAR | GR_OBJECT_MIP_LINEAR; in gr_viewer_set_options()