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

/frameworks/rs/cpu_ref/
H A DrsCpuScript.cpp149 std::vector<const char *> &compileArguments) {
167 compileArguments.size()-1, compileArguments.data());
346 std::vector<const char*> compileArguments; local
349 setCompileArguments(&compileArguments, bcFileName, cacheDir, resName, core_lib,
359 // The last argument of compileArguments is a nullptr, so remove 1 from
362 rsuJoinStrings(compileArguments.size()-1, compileArguments.data()));
380 // Handle the terminal nullptr in compileArguments
381 compileArguments
146 compileBitcode(const std::string &bcFileName, const char *bitcode, size_t bitcodeSize, std::vector<const char *> &compileArguments) argument
[all...]

Completed in 187 milliseconds