Home
last modified time | relevance | path

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

/dports/games/edge/Edge-1.35-source/ddf/
H A Dimage.cc234 def->special = (image_special_e) (IMGSP_Clamp | IMGSP_Smooth | IMGSP_NoMip); in AddEssentialImages()
266 def->special = (image_special_e) (IMGSP_Clamp | IMGSP_Smooth | IMGSP_NoMip); in AddEssentialImages()
382 {"FORCE_SMOOTH", IMGSP_Smooth, 0},
H A Dimage.h73 IMGSP_Smooth = 0x0010, // force smoothing enumerator
/dports/games/edge/Edge-1.35-source/src/
H A Dr_image.cc916 if (rim->source.user.def->special & IMGSP_Smooth) in LoadImageOGL()