Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflection_cpp.h46 std::string mRSSourceFilePath; variable
Dslang_rs_reflection_cpp.cpp116 : mRSContext(Context), mRSSourceFilePath(RSSourceFileName), in RSReflectionCpp()
119 mCleanedRSFileName = RootNameFromRSFileName(mRSSourceFilePath); in RSReflectionCpp()
136 if (!mOut.startFile(mOutputDirectory, mClassName + ".h", mRSSourceFilePath, in writeHeaderFile()
331 if (!mOut.startFile(mOutputDirectory, mClassName + ".cpp", mRSSourceFilePath, in writeImplementationFile()