Searched defs:InputFileName (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_context.cpp288 const std::string &InputFileName,
302 InputFileName, OutputBCFileName);
286 reflectToJava(const std::string &OutputPathBase, const std::string &RSPackageName, const std::string &InputFileName, const std::string &OutputBCFileName) argument
H A Dslang_rs_reflection_cpp.cpp122 const string &InputFileName,
124 mInputFileName = InputFileName;
127 mClassName = string("ScriptC_") + stripRS(InputFileName);
121 reflect(const string &OutputPathBase, const string &InputFileName, const string &OutputBCFileName) argument
H A Dslang_rs_reflection.cpp2035 const std::string &InputFileName,
2054 C = new Context(OutputPathBase, InputFileName, "<Package Name>",
2057 C = new Context(OutputPathBase, InputFileName, OutputPackageName,
2063 if (!GetClassNameFromFileName(InputFileName, ScriptClassName))
2032 reflect(const std::string &OutputPathBase, const std::string &OutputPackageName, const std::string &RSPackageName, const std::string &InputFileName, const std::string &OutputBCFileName) argument

Completed in 64 milliseconds