Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsLifetimeTests.hpp268 const vector<OutputAttacher*>& getOutputAttachers (void) { return m_outAttachers; } in getOutputAttachers()
275 vector<OutputAttacher*> m_outAttachers; member in deqp::gls::LifetimeTests::details::Types
DglsLifetimeTests.cpp766 m_outAttachers.push_back(&m_texFboOutAtt); in ES2Types()
767 m_outAttachers.push_back(&m_rboFboOutAtt); in ES2Types()
/external/deqp/modules/gles3/functional/
Des3fLifetimeTests.cpp447 m_outAttachers.push_back(&m_bufTfOutAtt); in ES3Types()