Home
last modified time | relevance | path

Searched defs:getBasicType (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DTypes.h147 constexpr TBasicType getBasicType() const { return type; } in getBasicType() function
432 TBasicType getBasicType() const { return typeSpecifierNonArray.type; } in getBasicType() function
DIntermNode.h153 TBasicType getBasicType() const { return getType().getBasicType(); } in getBasicType() function