Searched refs:TGenericCompiler (Results 1 – 1 of 1) sorted by relevance
42 class TGenericCompiler : public TCompiler { class44 … TGenericCompiler(EShLanguage l, int dOptions) : TCompiler(l, infoSink), debugOptions(dOptions) { } in TGenericCompiler() function in TGenericCompiler57 return new TGenericCompiler(language, debugOptions); in ConstructCompiler()71 bool TGenericCompiler::compile(TIntermNode* /*root*/, int /*version*/, EProfile /*profile*/) in compile()