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

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DSymbolTable.cpp87 void TFunction::dump(TInfoSink &infoSink) const
110 TFunction::~TFunction()
136 TFunction* function = static_cast<TFunction*>((*it).second);
153 TFunction* function = static_cast<TFunction*>(it->second);
190 TFunction::TFunction(const TFunction function in class:TFunction
[all...]
H A DSymbolTable.h132 class TFunction : public TSymbol { class in inherits:TSymbol
134 TFunction(TOperator o) : function in class:TFunction
139 TFunction(const TString *name, TType& retType, TOperator tOp = EOpNull) : function in class:TFunction
142 mangledName(TFunction::mangleName(*name)),
145 virtual ~TFunction();
176 TFunction(const TFunction&, TStructureMap& remapper);
177 virtual TFunction* clone(TStructureMap& remapper);
/external/mesa3d/src/glsl/
H A Dlower_variable_index_to_cond_assign.cpp72 /* make TFunction a template parameter if you need to use other generators */
73 typedef assignment_generator TFunction; typedef in struct:switch_generator
74 const TFunction& generator;
82 switch_generator(const TFunction& generator, ir_variable *index,

Completed in 107 milliseconds