Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Public/
DShaderLang.h321 GLSLANG_EXPORT ShHandle ShConstructCompiler(const EShLanguage, int debugOptions); // one per shader
/third_party/glslang/StandAlone/
DStandAlone.cpp1150 ShHandle compiler = ShConstructCompiler(FindLanguage("stdin"), Options); in CompileShaders()
1163 ShHandle compiler = ShConstructCompiler(FindLanguage(workItem->name), Options); in CompileShaders()
/third_party/glslang/glslang/MachineIndependent/
DShaderLang.cpp1357 ShHandle ShConstructCompiler(const EShLanguage language, int debugOptions) in ShConstructCompiler() function