Home | History | Annotate | Download | only in slang

Lines Matching refs:rsFileName

31   // rsFileName: the original .rs file name (with or without path).
40 const char *rsFileName;
64 // E.g. with rsFileName=./foo/bar/my-Renderscript_file.rs it returns
66 // rsFileName: the input .rs file name (with or without path).
67 static std::string JavaClassNameFromRSFileName(const char *rsFileName);
75 // E.g. with rsFileName=./foo/bar/my-Renderscript_file.rs it returns
77 // rsFileName: the input .rs file name (with or without path).
78 static std::string BCFileNameFromRSFileName(const char *rsFileName);
82 // E.g. with rsFileName=./foo/bar/my-Renderscript_file.rs it returns
84 // rsFileName: the input .rs file name (with or without path).
85 static std::string JavaBitcodeClassNameFromRSFileName(const char *rsFileName);
102 std::string RootNameFromRSFileName(const std::string &rsFileName);