Searched refs:Attacher (Results 1 – 3 of 3) sorted by relevance
209 class Attacher : public ContextWrapper class220 virtual ~Attacher (void) {} in ~Attacher()223 Attacher (const Context& ctx, in Attacher() function in deqp::gls::LifetimeTests::details::Attacher237 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()[all …]
1044 Attacher& attacher, in AttachmentTest()1056 Attacher& m_attacher;1066 GLuint getAttachment (Attacher& attacher, GLuint container) in getAttachment()1149 Attacher& attacher = m_inputAttacher.getAttacher(); in iterate()1230 Attacher& attacher = m_outputAttacher.getAttacher(); in iterate()1337 string attacherName (Attacher& attacher) in attacherName()1372 const vector<Attacher*>& atts = types.getAttachers(); in addTestCases()1373 for (vector<Attacher*>::const_iterator it = atts.begin(); it != atts.end(); ++it) in addTestCases()
207 class BufferVAOAttacher : public Attacher212 : Attacher (ctx, elementType, varrType) in BufferVAOAttacher()307 class BufferTfAttacher : public Attacher311 : Attacher (ctx, bufferType, tfType) {} in BufferTfAttacher()