Searched refs:anisotropy (Results 1 – 6 of 6) sorted by relevance
49 private int anisotropy; field in TextureKey124 return anisotropy; in getAnisotropy()127 public void setAnisotropy(int anisotropy) { in setAnisotropy() argument128 this.anisotropy = anisotropy; in setAnisotropy()178 oc.write(anisotropy, "anisotropy", 0); in write()188 anisotropy = ic.readInt("anisotropy", 0); in read()
218 GLuint anisotropy = (t->pp_txfilter & R200_MAX_ANISO_MASK); in r200SetTexFilter() local231 anisotropy); in r200SetTexFilter()233 if ( anisotropy == R200_MAX_ANISO_1_TO_1 ) { in r200SetTexFilter()
171 GLuint anisotropy = (t->pp_txfilter & RADEON_MAX_ANISO_MASK); in radeonSetTexFilter() local195 else if ( anisotropy == RADEON_MAX_ANISO_1_TO_1 ) { in radeonSetTexFilter()
146 * ``PIPE_CAPF_MAX_TEXTURE_ANISOTROPY``: The maximum level of anisotropy that can be
1417 representing no anisotropy. Source addresses A channel
225 + Gallium supports setting min/max/mip filters and anisotropy independently