Searched refs:CompileGlslToSpvAssembly (Results 1 - 2 of 2) sorted by relevance

/prebuilts/ndk/current/sources/third_party/shaderc/libshaderc/include/shaderc/
H A Dshaderc.hpp473 AssemblyCompilationResult CompileGlslToSpvAssembly( function in class:shaderc::Compiler
487 AssemblyCompilationResult CompileGlslToSpvAssembly( function in class:shaderc::Compiler
491 return CompileGlslToSpvAssembly(source_text, source_text_size, shader_kind,
496 // result. Like the first CompileGlslToSpvAssembly method but the source
499 AssemblyCompilationResult CompileGlslToSpvAssembly( function in class:shaderc::Compiler
503 return CompileGlslToSpvAssembly(source_text.data(), source_text.size(),
509 // result. Like the previous CompileGlslToSpvAssembly method but assumes
511 AssemblyCompilationResult CompileGlslToSpvAssembly( function in class:shaderc::Compiler
514 return CompileGlslToSpvAssembly(source_text, shader_kind, input_file_name,
/prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc/include/shaderc/
H A Dshaderc.hpp473 AssemblyCompilationResult CompileGlslToSpvAssembly( function in class:shaderc::Compiler
487 AssemblyCompilationResult CompileGlslToSpvAssembly( function in class:shaderc::Compiler
491 return CompileGlslToSpvAssembly(source_text, source_text_size, shader_kind,
496 // result. Like the first CompileGlslToSpvAssembly method but the source
499 AssemblyCompilationResult CompileGlslToSpvAssembly( function in class:shaderc::Compiler
503 return CompileGlslToSpvAssembly(source_text.data(), source_text.size(),
509 // result. Like the previous CompileGlslToSpvAssembly method but assumes
511 AssemblyCompilationResult CompileGlslToSpvAssembly( function in class:shaderc::Compiler
514 return CompileGlslToSpvAssembly(source_text, shader_kind, input_file_name,

Completed in 22 milliseconds