Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/
H A DTypes.cpp626 void TType::setBasicType(TBasicType t) in setBasicType() function in sh::TType
H A DTypes.h476 void setBasicType(TBasicType basicType) { typeSpecifierNonArray.type = basicType; } in setBasicType() function
/aosp_15_r20/external/deqp-deps/glslang/glslang/Include/
DTypes.h125 void setBasicType(TBasicType t) { type = t; } in setBasicType() function
2492 void setBasicType(const TBasicType& t) { basicType = t; } in setBasicType() function
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/Include/
H A DTypes.h125 void setBasicType(TBasicType t) { type = t; } in setBasicType() function
2505 void setBasicType(const TBasicType& t) { basicType = t; } in setBasicType() function