Home
last modified time | relevance | path

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

/dports/graphics/opendx/dx-4.4.4/src/exec/hwrender/
H A DhwXfield.h67 } textureFilterE; typedef
146 textureFilterE texture_min_filter;
147 textureFilterE texture_mag_filter;
H A DhwXfield.c1082 { char *str; textureFilterE val; } in _dxf_parameters()
1090 { 0, (textureFilterE) 0 } }; in _dxf_parameters()
/dports/graphics/opendx/dx-4.4.4/src/exec/hwrender/opengl/
H A DhwPortUtilOGL.c2223 { textureFilterE dx; GLint gl; } in startTexture()