Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsLifetimeTests.cpp743 , m_texFboAtt (ctx, m_textureType, m_fboType) in ES2Types()
744 , m_texFboInAtt (m_texFboAtt) in ES2Types()
745 , m_texFboOutAtt(m_texFboAtt) in ES2Types()
758 m_attachers.push_back(&m_texFboAtt); in ES2Types()
DglsLifetimeTests.hpp370 TextureFboAttacher m_texFboAtt; member in deqp::gls::LifetimeTests::details::ES2Types