Home
last modified time | relevance | path

Searched refs:mRSSourceFilePath (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_reflection_cpp.h52 std::string mRSSourceFilePath; variable
Dslang_rs_reflection_cpp.cpp123 : mRSContext(Context), mRSSourceFilePath(RSSourceFileName), in RSReflectionCpp()
126 mCleanedRSFileName = RootNameFromRSFileName(mRSSourceFilePath); in RSReflectionCpp()
143 if (!mOut.startFile(mOutputDirectory, mClassName + ".h", mRSSourceFilePath, in writeHeaderFile()
450 if (!mOut.startFile(mOutputDirectory, mClassName + ".cpp", mRSSourceFilePath, in writeImplementationFile()