Searched refs:source_text (Results 1 - 7 of 7) sorted by relevance

/prebuilts/ndk/current/sources/third_party/shaderc/libshaderc/include/shaderc/
H A Dshaderc.hpp329 // The source_text parameter must be a valid pointer.
352 SpvCompilationResult CompileGlslToSpv(const char* source_text, argument
359 compiler_, source_text, source_text_size, shader_kind, input_file_name,
368 SpvCompilationResult CompileGlslToSpv(const char* source_text, argument
373 return CompileGlslToSpv(source_text, source_text_size, shader_kind,
380 SpvCompilationResult CompileGlslToSpv(const char* source_text, argument
385 shaderc_compile_into_spv(compiler_, source_text, source_text_size,
394 SpvCompilationResult CompileGlslToSpv(const std::string& source_text, argument
398 return CompileGlslToSpv(source_text.data(), source_text
406 CompileGlslToSpv(const std::string& source_text, shaderc_shader_kind shader_kind, const char* input_file_name, const char* entry_point_name, const CompileOptions& options) const argument
419 CompileGlslToSpv(const std::string& source_text, shaderc_shader_kind shader_kind, const char* input_file_name) const argument
473 CompileGlslToSpvAssembly( const char* source_text, size_t source_text_size, shaderc_shader_kind shader_kind, const char* input_file_name, const char* entry_point_name, const CompileOptions& options) const argument
487 CompileGlslToSpvAssembly( const char* source_text, size_t source_text_size, shaderc_shader_kind shader_kind, const char* input_file_name, const CompileOptions& options) const argument
499 CompileGlslToSpvAssembly( const std::string& source_text, shaderc_shader_kind shader_kind, const char* input_file_name, const char* entry_point_name, const CompileOptions& options) const argument
511 CompileGlslToSpvAssembly( const std::string& source_text, shaderc_shader_kind shader_kind, const char* input_file_name, const CompileOptions& options) const argument
521 PreprocessGlsl( const char* source_text, size_t source_text_size, shaderc_shader_kind shader_kind, const char* input_file_name, const CompileOptions& options) const argument
535 PreprocessGlsl( const std::string& source_text, shaderc_shader_kind shader_kind, const char* input_file_name, const CompileOptions& options) const argument
[all...]
H A Dshaderc.h448 const shaderc_compiler_t compiler, const char* source_text,
457 const shaderc_compiler_t compiler, const char* source_text,
465 const shaderc_compiler_t compiler, const char* source_text,
/prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc/include/shaderc/
H A Dshaderc.hpp329 // The source_text parameter must be a valid pointer.
352 SpvCompilationResult CompileGlslToSpv(const char* source_text, argument
359 compiler_, source_text, source_text_size, shader_kind, input_file_name,
368 SpvCompilationResult CompileGlslToSpv(const char* source_text, argument
373 return CompileGlslToSpv(source_text, source_text_size, shader_kind,
380 SpvCompilationResult CompileGlslToSpv(const char* source_text, argument
385 shaderc_compile_into_spv(compiler_, source_text, source_text_size,
394 SpvCompilationResult CompileGlslToSpv(const std::string& source_text, argument
398 return CompileGlslToSpv(source_text.data(), source_text
406 CompileGlslToSpv(const std::string& source_text, shaderc_shader_kind shader_kind, const char* input_file_name, const char* entry_point_name, const CompileOptions& options) const argument
419 CompileGlslToSpv(const std::string& source_text, shaderc_shader_kind shader_kind, const char* input_file_name) const argument
473 CompileGlslToSpvAssembly( const char* source_text, size_t source_text_size, shaderc_shader_kind shader_kind, const char* input_file_name, const char* entry_point_name, const CompileOptions& options) const argument
487 CompileGlslToSpvAssembly( const char* source_text, size_t source_text_size, shaderc_shader_kind shader_kind, const char* input_file_name, const CompileOptions& options) const argument
499 CompileGlslToSpvAssembly( const std::string& source_text, shaderc_shader_kind shader_kind, const char* input_file_name, const char* entry_point_name, const CompileOptions& options) const argument
511 CompileGlslToSpvAssembly( const std::string& source_text, shaderc_shader_kind shader_kind, const char* input_file_name, const CompileOptions& options) const argument
521 PreprocessGlsl( const char* source_text, size_t source_text_size, shaderc_shader_kind shader_kind, const char* input_file_name, const CompileOptions& options) const argument
535 PreprocessGlsl( const std::string& source_text, shaderc_shader_kind shader_kind, const char* input_file_name, const CompileOptions& options) const argument
[all...]
H A Dshaderc.h448 const shaderc_compiler_t compiler, const char* source_text,
457 const shaderc_compiler_t compiler, const char* source_text,
465 const shaderc_compiler_t compiler, const char* source_text,
/prebuilts/ndk/current/sources/third_party/shaderc/libshaderc/src/
H A Dshaderc.cc463 const shaderc_compiler_t compiler, const char* source_text,
489 shaderc_util::string_piece(source_text, source_text + source_text_size);
540 const shaderc_compiler_t compiler, const char* source_text,
545 compiler, source_text, source_text_size, shader_kind, input_file_name,
551 const shaderc_compiler_t compiler, const char* source_text,
556 compiler, source_text, source_text_size, shader_kind, input_file_name,
562 const shaderc_compiler_t compiler, const char* source_text,
567 compiler, source_text, source_text_size, shader_kind, input_file_name,
462 CompileToSpecifiedOutputType( const shaderc_compiler_t compiler, const char* source_text, size_t source_text_size, shaderc_shader_kind shader_kind, const char* input_file_name, const char* entry_point_name, const shaderc_compile_options_t additional_options, shaderc_util::Compiler::OutputType output_type) argument
539 shaderc_compile_into_spv( const shaderc_compiler_t compiler, const char* source_text, size_t source_text_size, shaderc_shader_kind shader_kind, const char* input_file_name, const char* entry_point_name, const shaderc_compile_options_t additional_options) argument
550 shaderc_compile_into_spv_assembly( const shaderc_compiler_t compiler, const char* source_text, size_t source_text_size, shaderc_shader_kind shader_kind, const char* input_file_name, const char* entry_point_name, const shaderc_compile_options_t additional_options) argument
561 shaderc_compile_into_preprocessed_text( const shaderc_compiler_t compiler, const char* source_text, size_t source_text_size, shaderc_shader_kind shader_kind, const char* input_file_name, const char* entry_point_name, const shaderc_compile_options_t additional_options) argument
/prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc/src/
H A Dshaderc.cc463 const shaderc_compiler_t compiler, const char* source_text,
489 shaderc_util::string_piece(source_text, source_text + source_text_size);
540 const shaderc_compiler_t compiler, const char* source_text,
545 compiler, source_text, source_text_size, shader_kind, input_file_name,
551 const shaderc_compiler_t compiler, const char* source_text,
556 compiler, source_text, source_text_size, shader_kind, input_file_name,
562 const shaderc_compiler_t compiler, const char* source_text,
567 compiler, source_text, source_text_size, shader_kind, input_file_name,
462 CompileToSpecifiedOutputType( const shaderc_compiler_t compiler, const char* source_text, size_t source_text_size, shaderc_shader_kind shader_kind, const char* input_file_name, const char* entry_point_name, const shaderc_compile_options_t additional_options, shaderc_util::Compiler::OutputType output_type) argument
539 shaderc_compile_into_spv( const shaderc_compiler_t compiler, const char* source_text, size_t source_text_size, shaderc_shader_kind shader_kind, const char* input_file_name, const char* entry_point_name, const shaderc_compile_options_t additional_options) argument
550 shaderc_compile_into_spv_assembly( const shaderc_compiler_t compiler, const char* source_text, size_t source_text_size, shaderc_shader_kind shader_kind, const char* input_file_name, const char* entry_point_name, const shaderc_compile_options_t additional_options) argument
561 shaderc_compile_into_preprocessed_text( const shaderc_compiler_t compiler, const char* source_text, size_t source_text_size, shaderc_shader_kind shader_kind, const char* input_file_name, const char* entry_point_name, const shaderc_compile_options_t additional_options) argument
/prebuilts/tools/linux-x86_64/kythe/proto/
H A Dxref.proto315 bool source_text = 3;
337 bytes source_text = 2;

Completed in 89 milliseconds