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

  /external/deqp/modules/glshared/
glsLifetimeTests.hpp 234 class InputAttacher : public ContextWrapper
240 InputAttacher (Attacher& attacher)
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;
glsLifetimeTests.cpp 960 InputAttacher& inputAttacher)
961 : TestBase (name, description, inputAttacher.getContext())
962 , m_inputAttacher (inputAttacher) {}
967 InputAttacher& m_inputAttacher;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fLifetimeTests.cpp 288 class BufferVAOInputAttacher : public InputAttacher
292 : InputAttacher (attacher)

Completed in 172 milliseconds