Searched defs:RSPackageName (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_context.cpp286 const std::string &RSPackageName,
301 if (!RSPackageName.empty()) {
302 mRSPackageName = RSPackageName;
284 reflectToJava(const std::string &OutputPathBase, const std::string &OutputPackageName, const std::string &RSPackageName, const std::string &InputFileName, const std::string &OutputBCFileName, std::string *RealPackageName) argument
H A Dslang_rs.cpp78 const std::string &RSPackageName,
82 RSPackageName,
289 const std::string &RSPackageName) {
362 RSPackageName,
76 reflectToJava(const std::string &OutputPathBase, const std::string &OutputPackageName, const std::string &RSPackageName, std::string *RealPackageName) argument
278 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
H A Dslang_rs_reflection.h121 const std::string &RSPackageName,
129 mRSPackageName(RSPackageName),
339 const std::string &RSPackageName,
118 Context(const std::string &OutputPathBase, const std::string &InputRSFile, const std::string &PackageName, const std::string &RSPackageName, const std::string &ResourceId, const std::string &PaddingPrefix, bool UseStdout) argument
H A Dslang_rs_reflection.cpp1983 const std::string &RSPackageName,
2004 RSPackageName, ResourceId, PaddingPrefix, true);
2007 RSPackageName, ResourceId, PaddingPrefix, false);
1981 reflect(const std::string &OutputPathBase, const std::string &OutputPackageName, const std::string &RSPackageName, const std::string &InputFileName, const std::string &OutputBCFileName) argument

Completed in 51 milliseconds