Lines Matching refs:attacher
240 InputAttacher (Attacher& attacher) in InputAttacher() argument
241 : ContextWrapper (attacher.getContext()) in InputAttacher()
242 , m_attacher (attacher) {} in InputAttacher()
253 OutputAttacher (Attacher& attacher) in OutputAttacher() argument
254 : ContextWrapper (attacher.getContext()) in OutputAttacher()
255 , m_attacher (attacher) {} in OutputAttacher()
293 FboInputAttacher (FboAttacher& attacher) in FboInputAttacher() argument
294 : InputAttacher (attacher) {} in FboInputAttacher()
301 FboOutputAttacher (FboAttacher& attacher) in FboOutputAttacher() argument
302 : OutputAttacher (attacher) {} in FboOutputAttacher()
347 ShaderProgramInputAttacher (Attacher& attacher) in ShaderProgramInputAttacher() argument
348 : InputAttacher (attacher) {} in ShaderProgramInputAttacher()