HomeSort by relevance Sort by last modified time
    Searched refs:OutputAttacher (Results 1 - 3 of 3) sorted by null

  /external/deqp/modules/glshared/
glsLifetimeTests.hpp 246 class OutputAttacher : public ContextWrapper
253 OutputAttacher (Attacher& attacher)
268 const vector<OutputAttacher*>& getOutputAttachers (void) { return m_outAttachers; }
275 vector<OutputAttacher*> m_outAttachers;
298 class FboOutputAttacher : public OutputAttacher
302 : OutputAttacher (attacher) {}
416 using details::OutputAttacher;
glsLifetimeTests.cpp 1056 OutputAttacher& outputAttacher)
1058 outputAttacher.getContext())
1059 , m_outputAttacher (outputAttacher) {}
1063 OutputAttacher& m_outputAttacher;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fLifetimeTests.cpp 353 class BufferTfOutputAttacher : public OutputAttacher
357 : OutputAttacher (attacher)

Completed in 643 milliseconds