Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs.h68 bool reflectToJava(const std::string &OutputPathBase,
72 bool generateBitcodeAccessor(const std::string &OutputPathBase,
Dslang_rs.cpp65 bool SlangRS::reflectToJava(const std::string &OutputPathBase, in reflectToJava() argument
68 return mRSContext->reflectToJava(OutputPathBase, in reflectToJava()
75 bool SlangRS::generateBitcodeAccessor(const std::string &OutputPathBase, in generateBitcodeAccessor() argument
81 BCAccessorContext.reflectPath = OutputPathBase.c_str(); in generateBitcodeAccessor()
Dslang_rs_reflection_cpp.h32 bool reflect(const std::string &OutputPathBase,
Dslang_rs_reflection.h112 Context(const std::string &OutputPathBase, in Context() argument
119 mOutputPathBase(OutputPathBase), in Context()
321 bool reflect(const std::string &OutputPathBase,
Dslang_rs_reflection_cpp.cpp53 bool RSReflectionCpp::reflect(const string &OutputPathBase, in reflect() argument
57 mOutputPath = OutputPathBase; in reflect()
Dslang_rs_context.cpp283 bool RSContext::reflectToJava(const std::string &OutputPathBase, in reflectToJava() argument
310 bool ret = R->reflect(OutputPathBase, PackageName, in reflectToJava()
Dslang_rs_context.h208 bool reflectToJava(const std::string &OutputPathBase,
Dslang_rs_reflection.cpp1854 bool RSReflection::reflect(const std::string &OutputPathBase, in reflect() argument
1875 C = new Context(OutputPathBase, InputFileName, "<Package Name>", in reflect()
1878 C = new Context(OutputPathBase, InputFileName, OutputPackageName, in reflect()