Home | History | Annotate | Download | only in common

Lines Matching refs:_other

10954   void Init(GLenum _current, GLenum _other) {
10957 other = _other;
10960 void* Set(void* cmd, GLenum _current, GLenum _other) {
10961 static_cast<ValueType*>(cmd)->Init(_current, _other);