Searched refs:ShConstructCompiler (Results 1 – 3 of 3) sorted by relevance
321 GLSLANG_EXPORT ShHandle ShConstructCompiler(const EShLanguage, int debugOptions); // one per shader
1150 ShHandle compiler = ShConstructCompiler(FindLanguage("stdin"), Options); in CompileShaders()1163 ShHandle compiler = ShConstructCompiler(FindLanguage(workItem->name), Options); in CompileShaders()
1357 ShHandle ShConstructCompiler(const EShLanguage language, int debugOptions) in ShConstructCompiler() function