Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fFboInvalidateTests.cpp1201 , m_invalidateAttachments (invalidateAttachments, invalidateAttachments+numAttachments) in InvalidateFboTargetCase()
1217 …const bool isColorDiscarded = isDiscarded && hasAttachment(m_invalidateAttachments, GL_COLOR… in render()
1218 … = isDiscarded && (hasAttachment(m_invalidateAttachments, GL_DEPTH_ATTACHMENT) || hasAttachment(m_… in render()
1219 …= isDiscarded && (hasAttachment(m_invalidateAttachments, GL_STENCIL_ATTACHMENT) || hasAttachment(m… in render()
1274 …(m_invalidateTarget, (int)m_invalidateAttachments.size(), m_invalidateAttachments.empty() ? DE_NUL… in render()
1317 std::vector<deUint32> m_invalidateAttachments; member in deqp::gles3::Functional::InvalidateFboTargetCase