Home
last modified time | relevance | path

Searched refs:m_attacher (Results 1 – 2 of 2) sorted by relevance

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