Home
last modified time | relevance | path

Searched refs:OutputAttacher (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/glshared/
DglsLifetimeTests.hpp246 class OutputAttacher : public ContextWrapper class
253 OutputAttacher (Attacher& attacher) in OutputAttacher() function in deqp::gls::LifetimeTests::details::OutputAttacher
268 const vector<OutputAttacher*>& getOutputAttachers (void) { return m_outAttachers; } in getOutputAttachers()
275 vector<OutputAttacher*> m_outAttachers;
298 class FboOutputAttacher : public OutputAttacher
302 : OutputAttacher (attacher) {} in FboOutputAttacher()
416 using details::OutputAttacher;
DglsLifetimeTests.cpp1218 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()
/external/deqp/modules/gles3/functional/
Des3fLifetimeTests.cpp353 class BufferTfOutputAttacher : public OutputAttacher
357 : OutputAttacher (attacher) in BufferTfOutputAttacher()