Searched defs:IncludePaths (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/slang/
H A Dslang.h192 void setIncludePaths(const std::vector<std::string> &IncludePaths) { argument
193 mIncludePaths = IncludePaths;
H A Dslang_rs.cpp277 const std::vector<std::string> &IncludePaths,
300 setIncludePaths(IncludePaths);
274 compile( const std::list<std::pair<const char*, const char*> > &IOFiles, const std::list<std::pair<const char*, const char*> > &DepFiles, const std::vector<std::string> &IncludePaths, const std::vector<std::string> &AdditionalDepTargets, Slang::OutputType OutputType, BitCodeStorageType BitcodeStorage, bool AllowRSPrefix, bool OutputDep, unsigned int TargetAPI, bool EmitDebug, llvm::CodeGenOpt::Level OptimizationLevel, const std::string &JavaReflectionPathBase, const std::string &JavaReflectionPackageName, const std::string &RSPackageName) argument

Completed in 118 milliseconds