Searched refs:InputAttacher (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/glshared/
H A DglsLifetimeTests.hpp234 class InputAttacher : public ContextWrapper class in namespace:deqp::gls::LifetimeTests::details
240 InputAttacher (Attacher& attacher) function in class:deqp::gls::LifetimeTests::details::InputAttacher
267 const vector<InputAttacher*>& getInputAttachers (void) { return m_inAttachers; }
274 vector<InputAttacher*> m_inAttachers;
290 class FboInputAttacher : public InputAttacher
294 : InputAttacher (attacher) {}
344 class ShaderProgramInputAttacher : public InputAttacher
348 : InputAttacher (attacher) {}
415 using details::InputAttacher;
H A DglsLifetimeTests.cpp960 InputAttacher& inputAttacher)
967 InputAttacher& m_inputAttacher;
1223 const vector<InputAttacher*>& inAtts = types.getInputAttachers();
1224 for (vector<InputAttacher*>::const_iterator it = inAtts.begin();
/external/deqp/modules/gles3/functional/
H A Des3fLifetimeTests.cpp288 class BufferVAOInputAttacher : public InputAttacher
292 : InputAttacher (attacher)

Completed in 413 milliseconds