Home | History | Annotate | Download | only in glshared

Lines Matching refs:InputAttacher

957 										 InputAttacher&	inputAttacher)
958 : TestBase (name, description, inputAttacher.getContext())
959 , m_inputAttacher (inputAttacher) {}
964 InputAttacher& m_inputAttacher;
1220 const vector<InputAttacher*>& inAtts = types.getInputAttachers();
1221 for (vector<InputAttacher*>::const_iterator it = inAtts.begin();