Searched defs:isArrayType (Results 1 – 9 of 9) sorted by relevance
273 public boolean isArrayType() { in isArrayType() method in ArrayType
161 public boolean isArrayType() { in isArrayType() method in Type
80 bool isArrayType(void) const in isArrayType() function in deqp::ub::VarType
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
89 bool isArrayType (void) const { return m_type == TYPE_ARRAY; } in isArrayType() function in vkt::ubo::VarType
193 bool isArrayType(Id typeId) const { return getTypeClass(typeId) == OpTypeArray; } in isArrayType() function
1555 static bool isArrayType(StringView S) { return S[0] == 'Y'; } in isArrayType() function
1863 bool isArrayType; in iterate() member