Home
last modified time | relevance | path

Searched refs:TGenericCompiler (Results 1 – 1 of 1) sorted by relevance

/external/deqp-deps/glslang/glslang/GenericCodeGen/
DCodeGen.cpp42 class TGenericCompiler : public TCompiler { class
44TGenericCompiler(EShLanguage l, int dOptions) : TCompiler(l, infoSink), debugOptions(dOptions) { } in TGenericCompiler() function in TGenericCompiler
57 return new TGenericCompiler(language, debugOptions); in ConstructCompiler()
71 bool TGenericCompiler::compile(TIntermNode* /*root*/, int /*version*/, EProfile /*profile*/) in compile()