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

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DTypes.h17 class TType;
19 TType* type;
48 TType* userDef;
82 class TType { class
85 TType() {} function in class:TType
86 TType(TBasicType t, TPrecision p, TQualifier q = EvqTemporary, int s = 1, bool m = false, bool a = false) : function in class:TType
91 explicit TType(const TPublicType &p) : function in class:TType
100 TType(TTypeList* userDef, const TString& n, TPrecision p = EbpUndefined) : function in class:TType
107 void copyType(const TType& copyOf, TStructureMap& remapper)
151 TType* clon
[all...]

Completed in 52 milliseconds