Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DTypes.cpp632 void TType::setBasicType(TBasicType t) in setBasicType() function in sh::TType
DTypes.h481 void setBasicType(TBasicType basicType) { typeSpecifierNonArray.type = basicType; } in setBasicType() function
/external/deqp-deps/glslang/glslang/Include/
DTypes.h140 void setBasicType(TBasicType t) { type = t; } in setBasicType() function
2627 void setBasicType(const TBasicType& t) { basicType = t; } in setBasicType() function
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/
DTypes.h140 void setBasicType(TBasicType t) { type = t; } in setBasicType() function
2648 void setBasicType(const TBasicType& t) { basicType = t; } in setBasicType() function