Home
last modified time | relevance | path

Searched refs:texture_mag_filter (Results 1 – 7 of 7) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/graphics/tinygl/
H A Dtexture.cpp142 c->texture_mag_filter = TGL_LINEAR; in glInitTextures()
201 filter = c->texture_mag_filter; in glopTexImage2D()
265 c->texture_mag_filter = param; in glopTexParameter()
H A Dzgl.h283 int texture_mag_filter; member
/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/font/
H A Dbase.py293 texture_mag_filter = GL_LINEAR variable in Font
366 self.texture_mag_filter)
/dports/graphics/py-pyglet150/pyglet-1.5.0/pyglet/font/
H A Dbase.py286 texture_mag_filter = GL_LINEAR variable in Font
354 self.texture_mag_filter)
/dports/graphics/opendx/dx-4.4.4/src/exec/hwrender/
H A DhwXfield.h147 textureFilterE texture_mag_filter; member
H A DhwXfield.c1203 new->texture_mag_filter = filter_to_str[i].val; in _dxf_parameters()
/dports/graphics/opendx/dx-4.4.4/src/exec/hwrender/opengl/
H A DhwPortUtilOGL.c2268 if ( attr->texture_mag_filter == filter_to_gl[i].dx ) in startTexture()