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.cpp318 m_attacher.enableLogging(false); in drawAttachment()
319 m_attacher.attach(element, *fbo); in drawAttachment()
321 m_attacher.detach(element, *fbo); in drawAttachment()
322 m_attacher.enableLogging(true); in drawAttachment()
324 << "// Read pixels from " << m_attacher.getElementType().getName() << " " << element in drawAttachment()
1047 , m_attacher (attacher) in AttachmentTest()
1056 Attacher& m_attacher; member in deqp::gls::LifetimeTests::details::AttachmentTest
1079 Type& elemType = m_attacher.getElementType(); in testDeletedNames()
1080 Type& containerType = m_attacher.getContainerType(); in testDeletedNames()
1088 m_attacher.initAttachment(0, *element); in testDeletedNames()
[all …]