Lines Matching refs:Attacher
209 class Attacher : public ContextWrapper class
220 virtual ~Attacher (void) {} in ~Attacher()
223 Attacher (const Context& ctx, in Attacher() function in deqp::gls::LifetimeTests::details::Attacher
237 Attacher& getAttacher (void) const { return m_attacher; } in getAttacher()
240 InputAttacher (Attacher& attacher) in InputAttacher()
243 Attacher& m_attacher;
249 Attacher& getAttacher (void) const { return m_attacher; } in getAttacher()
253 OutputAttacher (Attacher& attacher) in OutputAttacher()
256 Attacher& m_attacher;
266 const vector<Attacher*>& getAttachers (void) { return m_attachers; } in getAttachers()
273 vector<Attacher*> m_attachers;
278 class FboAttacher : public Attacher
286 : Attacher (ctx, elementType, containerType) {} in FboAttacher()
331 class ShaderProgramAttacher : public Attacher
336 : Attacher (ctx, elementType, containerType) {} in ShaderProgramAttacher()
347 ShaderProgramInputAttacher (Attacher& attacher) in ShaderProgramInputAttacher()
414 using details::Attacher;