Searched defs:isArrayType (Results 1 – 4 of 4) sorted by relevance
82 bool isArrayType (void) const { return m_type == TYPE_ARRAY; } in isArrayType() function in deqp::gls::ub::VarType
59 bool isArrayType (void) const { return m_type == TYPE_ARRAY; } in isArrayType() function in glu::VarType
84 bool isArrayType (void) const { return m_type == TYPE_ARRAY; } in isArrayType() function in vkt::ubo::VarType
1843 bool isArrayType; in iterate() member