Searched defs:InputAttacher (Results 1 - 1 of 1) sorted by relevance
/external/deqp/modules/glshared/ | ||
H A D | glsLifetimeTests.hpp | 234 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; |
Completed in 1358 milliseconds