Searched refs:mipmap_mode_ (Results 1 – 1 of 1) sorted by relevance
65 void SetMipmapMode(FilterType filter) { mipmap_mode_ = filter; } in SetMipmapMode()66 FilterType GetMipmapMode() const { return mipmap_mode_; } in GetMipmapMode()93 FilterType mipmap_mode_ = FilterType::kNearest; variable