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

/external/chromium_org/third_party/angle/src/compiler/translator/
H A DTypes.h58 typedef TVector<TField *> TFieldList; typedef
59 inline TFieldList *NewPoolTFieldList()
61 void *memory = GetGlobalPoolAllocator()->allocate(sizeof(TFieldList));
62 return new(memory) TFieldList;
72 const TFieldList &fields() const
91 TFieldListCollection(const TString *name, TFieldList *fields)
102 TFieldList *mFields;
113 TStructure(const TString *name, TFieldList *fields)
168 TInterfaceBlock(const TString *name, TFieldList *fields, const TString *instanceName,

Completed in 89 milliseconds