HomeSort by relevance Sort by last modified time
    Searched refs:text_or_error (Results 1 - 3 of 3) sorted by null

  /prebuilts/ndk/r13/sources/third_party/shaderc/libshaderc_util/include/libshaderc_util/
spirv_tools_wrapper.h 33 // to *text_or_error if successful. Otherwise, writes the error message to
34 // *text_or_error.
36 std::string* text_or_error);
  /prebuilts/ndk/r13/sources/third_party/shaderc/libshaderc_util/src/
spirv_tools_wrapper.cc 41 std::string* text_or_error) {
51 text_or_error->assign(disassembled_text->str, disassembled_text->length);
53 SpirvToolsOutputDiagnostic(spvtools_diagnostic, text_or_error);
compiler.cc 186 std::string text_or_error; local
187 if (!SpirvToolsDisassemble(spirv, &text_or_error)) {
190 << text_or_error << "\n"; local
194 compilation_output_data = ConvertStringToVector(text_or_error);
195 compilation_output_data_size_in_bytes = text_or_error.size();

Completed in 113 milliseconds