Home
last modified time | relevance | path

Searched defs:isAggregate (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTypes.cpp975 bool TPublicType::isAggregate() const in isAggregate() function in sh::TPublicType
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DTypes.h667 bool isAggregate() const in isAggregate() function
/third_party/glslang/SPIRV/
DSpvBuilder.h274 bool isAggregate(Id resultId) const { return isAggregateType(getTypeId(resultId)); } in isAggregate() function
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptors.java2343 boolean isAggregate(GenericDescriptor descriptor) { in isAggregate() method in Descriptors.DescriptorPool