Searched refs:OutputPathBase (Results 1 – 8 of 8) sorted by relevance
/frameworks/compile/slang/ |
D | slang_rs.h | 65 bool reflectToJava(const std::string &OutputPathBase, 68 bool generateBitcodeAccessor(const std::string &OutputPathBase,
|
D | slang_rs.cpp | 76 bool SlangRS::reflectToJava(const std::string &OutputPathBase, in reflectToJava() argument 78 return mRSContext->reflectToJava(OutputPathBase, in reflectToJava() 84 bool SlangRS::generateBitcodeAccessor(const std::string &OutputPathBase, in generateBitcodeAccessor() argument 90 BCAccessorContext.reflectPath = OutputPathBase.c_str(); in generateBitcodeAccessor()
|
D | slang_rs_reflection.h | 118 Context(const std::string &OutputPathBase, in Context() argument 126 mOutputPathBase(OutputPathBase), in Context() 336 bool reflect(const std::string &OutputPathBase,
|
D | slang_rs_context.cpp | 286 bool RSContext::reflectToJava(const std::string &OutputPathBase, in reflectToJava() argument 301 bool ret = R->reflect(OutputPathBase, mReflectJavaPackageName, mRSPackageName, in reflectToJava()
|
D | slang_rs_reflection_cpp.h | 34 bool reflect(const std::string &OutputPathBase,
|
D | slang_rs_context.h | 221 bool reflectToJava(const std::string &OutputPathBase,
|
D | slang_rs_reflection_cpp.cpp | 121 bool RSReflectionCpp::reflect(const string &OutputPathBase, in reflect() argument 125 mOutputPath = OutputPathBase + OS_PATH_SEPARATOR_STR; in reflect() 130 RSSlangReflectUtils::ComputePackagedPath(OutputPathBase.c_str(), ""); in reflect()
|
D | slang_rs_reflection.cpp | 2032 bool RSReflection::reflect(const std::string &OutputPathBase, in reflect() argument 2054 C = new Context(OutputPathBase, InputFileName, "<Package Name>", in reflect() 2057 C = new Context(OutputPathBase, InputFileName, OutputPackageName, in reflect()
|