HomeSort by relevance Sort by last modified time
    Searched defs:TType (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/angle/src/compiler/translator/
Types.cpp 48 TType::TType(const TPublicType &p)
65 TString TType::buildMangledName() const
170 size_t TType::getObjectSize() const
195 const TType *fieldType = (*mFields)[i]->type();
Types.h 17 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
223 TType()
226 TType(TBasicType t, unsigned char ps = 1, unsigned char ss = 1)
233 TType(TBasicType t, TPrecision p, TQualifier q = EvqTemporary,
241 explicit TType(const TPublicType &p)
    [all...]

Completed in 73 milliseconds