Searched defs:m_attacher (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/glshared/
H A DglsLifetimeTests.hpp237 Attacher& getAttacher (void) const { return m_attacher; }
242 , m_attacher (attacher) {}
243 Attacher& m_attacher; member in class:deqp::gls::LifetimeTests::details::InputAttacher
249 Attacher& getAttacher (void) const { return m_attacher; }
255 , m_attacher (attacher) {}
256 Attacher& m_attacher; member in class:deqp::gls::LifetimeTests::details::OutputAttacher
H A DglsLifetimeTests.cpp316 m_attacher.enableLogging(false);
317 m_attacher.attach(element, *fbo);
319 m_attacher.detach(element, *fbo);
320 m_attacher.enableLogging(true);
322 << "// Read pixels from " << m_attacher.getElementType().getName() << " " << element
885 , m_attacher (attacher)
894 Attacher& m_attacher; member in class:deqp::gls::LifetimeTests::details::AttachmentTest
917 Type& elemType = m_attacher.getElementType();
918 Type& containerType = m_attacher.getContainerType();
926 m_attacher
[all...]

Completed in 95 milliseconds