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

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

Completed in 291 milliseconds