Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DTypes.cpp624 void TType::setBasicType(TBasicType t) in setBasicType() function in sh::TType
DTypes.h474 void setBasicType(TBasicType basicType) { typeSpecifierNonArray.type = basicType; } in setBasicType() function
/external/deqp-deps/glslang/glslang/Include/
DTypes.h137 void setBasicType(TBasicType t) { type = t; } in setBasicType() function
2400 void setBasicType(const TBasicType& t) { basicType = t; } in setBasicType() function
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/
DTypes.h137 void setBasicType(TBasicType t) { type = t; } in setBasicType() function
2504 void setBasicType(const TBasicType& t) { basicType = t; } in setBasicType() function