Searched defs:TType (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/translator/
H A DTypes.cpp48 TType::TType(const TPublicType &p) function in class:TType
65 TString TType::buildMangledName() const
170 size_t TType::getObjectSize() const
195 const TType *fieldType = (*mFields)[i]->type();
H A DTypes.h17 class TType;
24 TField(TType *type, TString *name, const TSourceLoc &line)
33 TType *type()
37 const TType *type() const
53 TType *mType;
219 class TType class
223 TType() function in class:TType
226 TType(TBasicType t, unsigned char ps = 1, unsigned char ss = 1) function in class:TType
233 TType(TBasicType t, TPrecision p, TQualifier q = EvqTemporary, function in class:TType
241 explicit TType(cons
242 TType(TStructure *userDef, TPrecision p = EbpUndefined) function in class:TType
249 TType(TInterfaceBlock *interfaceBlockIn, TQualifier qualifierIn, function in class:TType
[all...]

Completed in 223 milliseconds