Home
last modified time | relevance | path

Searched defs:getBasicType (Results 1 – 6 of 6) 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
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTypes.h156 constexpr TBasicType getBasicType() const { return type; } in getBasicType() function
477 TBasicType getBasicType() const { return typeSpecifierNonArray.type; } in getBasicType() function
DIntermNode.h166 TBasicType getBasicType() const { return getType().getBasicType(); } in getBasicType() function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DTypes.h275 TBasicType getBasicType() const { return type; } in getBasicType() function
Dintermediate.h314 TBasicType getBasicType() const { return type.getBasicType(); } in getBasicType() function