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

/frameworks/compile/slang/
H A Dslang_rs_reflection_cpp.h32 bool reflect(const std::string &OutputPathBase,
H A Dslang_rs.h66 bool reflectToJava(const std::string &OutputPathBase,
71 bool generateBitcodeAccessor(const std::string &OutputPathBase,
H A Dslang_rs.cpp76 bool SlangRS::reflectToJava(const std::string &OutputPathBase, argument
80 return mRSContext->reflectToJava(OutputPathBase,
88 bool SlangRS::generateBitcodeAccessor(const std::string &OutputPathBase, argument
94 BCAccessorContext.reflectPath = OutputPathBase.c_str();
H A Dslang_rs_reflection.h118 Context(const std::string &OutputPathBase, argument
126 mOutputPathBase(OutputPathBase),
337 bool reflect(const std::string &OutputPathBase,
H A Dslang_rs_context.cpp284 bool RSContext::reflectToJava(const std::string &OutputPathBase, argument
306 bool ret = R->reflect(OutputPathBase, PackageName, mRSPackageName,
H A Dslang_rs_reflection_cpp.cpp53 bool RSReflectionCpp::reflect(const string &OutputPathBase, argument
57 mOutputPath = OutputPathBase;
H A Dslang_rs_context.h218 bool reflectToJava(const std::string &OutputPathBase,
H A Dslang_rs_reflection.cpp1981 bool RSReflection::reflect(const std::string &OutputPathBase, argument
2003 C = new Context(OutputPathBase, InputFileName, "<Package Name>",
2006 C = new Context(OutputPathBase, InputFileName, OutputPackageName,

Completed in 7305 milliseconds