HomeSort by relevance Sort by last modified time
    Searched full:dep_info (Results 1 - 1 of 1) sorted by null

  /frameworks/compile/libbcc/lib/Renderscript/
RSCompilerDriver.cpp 79 RSInfo::DependencyTableTy dep_info; local
88 dep_info.push(std::make_pair(output_path.c_str(), bitcode_sha1));
130 RSInfo *info = RSInfo::ReadFromFile(info_file, dep_info);
362 RSInfo::DependencyTableTy dep_info; local
374 dep_info.push(std::make_pair(output_path.c_str(), bitcode_sha1));
406 pRuntimePath, dep_info, false,
422 RSInfo::DependencyTableTy dep_info; local
423 RSInfo *info = RSInfo::ExtractFromSource(pScript.getSource(), dep_info);
434 dep_info, true);

Completed in 118 milliseconds