Home
last modified time | relevance | path

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

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