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 313 m_attacher.enableLogging(false);
314 m_attacher.attach(element, *fbo);
316 m_attacher.detach(element, *fbo);
317 m_attacher.enableLogging(true);
319 << "// Read pixels from " << m_attacher.getElementType().getName() << " " << element
882 , m_attacher (attacher)
891 Attacher& m_attacher; member in class:deqp::gls::LifetimeTests::details::AttachmentTest
914 Type& elemType = m_attacher.getElementType();
915 Type& containerType = m_attacher.getContainerType();
923 m_attacher.initAttachment(0, *element)
    [all...]

Completed in 39 milliseconds