Home
last modified time | relevance | path

Searched refs:OutputPathBase (Results 1 – 8 of 8) sorted by relevance

/frameworks/compile/slang/
Dslang_rs.h65 bool reflectToJava(const std::string &OutputPathBase,
68 bool generateBitcodeAccessor(const std::string &OutputPathBase,
Dslang_rs.cpp76 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()
Dslang_rs_reflection.h118 Context(const std::string &OutputPathBase, in Context() argument
126 mOutputPathBase(OutputPathBase), in Context()
336 bool reflect(const std::string &OutputPathBase,
Dslang_rs_context.cpp286 bool RSContext::reflectToJava(const std::string &OutputPathBase, in reflectToJava() argument
301 bool ret = R->reflect(OutputPathBase, mReflectJavaPackageName, mRSPackageName, in reflectToJava()
Dslang_rs_reflection_cpp.h34 bool reflect(const std::string &OutputPathBase,
Dslang_rs_context.h221 bool reflectToJava(const std::string &OutputPathBase,
Dslang_rs_reflection_cpp.cpp121 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()
Dslang_rs_reflection.cpp2032 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()