Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DTypes.h272 bool isElementTypeOf(const TType &arrayType) const;
DTypes.cpp579 bool TType::isElementTypeOf(const TType &arrayType) const in isElementTypeOf() function in sh::TType
DParseContext.cpp828 if (!argType.isElementTypeOf(type)) in checkConstructorArguments()