Searched refs:OutputAttacher (Results 1 – 3 of 3) sorted by relevance
246 class OutputAttacher : public ContextWrapper class253 OutputAttacher (Attacher& attacher) in OutputAttacher() function in deqp::gls::LifetimeTests::details::OutputAttacher268 const vector<OutputAttacher*>& getOutputAttachers (void) { return m_outAttachers; } in getOutputAttachers()275 vector<OutputAttacher*> m_outAttachers;298 class FboOutputAttacher : public OutputAttacher302 : OutputAttacher (attacher) {} in FboOutputAttacher()416 using details::OutputAttacher;
1218 OutputAttacher& outputAttacher) in OutputAttachmentTest()1225 OutputAttacher& m_outputAttacher;1398 const vector<OutputAttacher*>& outAtts = types.getOutputAttachers(); in addTestCases()1399 for (vector<OutputAttacher*>::const_iterator it = outAtts.begin(); in addTestCases()
353 class BufferTfOutputAttacher : public OutputAttacher357 : OutputAttacher (attacher) in BufferTfOutputAttacher()