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

  /external/deqp/modules/glshared/
glsAttributeLocationTests.hpp 71 bool operator== (const Cond& other) const { return m_negate == other.m_negate && m_name == other.m_name; }
74 bool getNegate (void) const { return m_negate; }
77 bool m_negate; member in class:deqp::gls::AttributeLocationTestUtil::Cond
glsAttributeLocationTests.cpp 659 : m_negate (negate)
665 : m_negate (cond != COND_NEVER)
    [all...]

Completed in 170 milliseconds