Searched refs:TemplatedType (Results 1 – 9 of 9) sorted by relevance
473 TemplatedType::TemplatedType() : mElementType(nullptr) { in TemplatedType() function in android::TemplatedType476 void TemplatedType::setElementType(Type *elementType) { in setElementType()482 Type *TemplatedType::getElementType() const { in getElementType()486 bool TemplatedType::isTemplatedType() const { in isTemplatedType()490 status_t TemplatedType::emitVtsTypeDeclarations(Formatter &out) const { in emitVtsTypeDeclarations()503 status_t TemplatedType::emitVtsAttributeType(Formatter &out) const { in emitVtsAttributeType()
257 struct TemplatedType : public Type { struct265 TemplatedType();268 DISALLOW_COPY_AND_ASSIGN(TemplatedType); argument
25 struct FmqType : public TemplatedType {
25 struct RefType : public TemplatedType {
60 … return this->isCompatibleElementType(static_cast<TemplatedType *>(elementType)->getElementType()); in isCompatibleElementType()
25 struct VectorType : public TemplatedType {
143 struct BitFieldType : public TemplatedType {
62 Type *inner = static_cast<TemplatedType *>(elementType)->getElementType(); in isCompatibleElementType()
293 android::TemplatedType *templatedType;