Home | History | Annotate | Download | only in native

Lines Matching defs:mode_

35     mode_ = INV_LINEAR;
88 return mode_;
91 mode_ = m;
94 if (mode_ == CONST) {
96 } else if (mode_ == INV_LINEAR) {
98 } else if (mode_ == INV_QUADRATIC) {
102 } else if (mode_ == INV_SQRT) {
114 mode_ = other.mode_;
123 AdaptationMode mode_;