Home
last modified time | relevance | path

Searched refs:RSSourceFileName (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_reflection_cpp.h32 const std::string &RSSourceFileName,
Dslang_rs_reflection_state.cpp110 const std::string &RSSourceFileName) { in nextFile() argument
123 file.mRSSourceFileName = RSSourceFileName; in nextFile()
127 slangAssert(file.mRSSourceFileName == RSSourceFileName); in nextFile()
131 << RSSourceFileName << file.mPackageName << PackageName; in nextFile()
Dslang_rs_reflection_state.h360 …extFile(const RSContext *RSC, const std::string &PackageName, const std::string &RSSourceFileName);
Dslang_rs_reflection_cpp.cpp121 const string &RSSourceFileName, in RSReflectionCpp() argument
123 : mRSContext(Context), mRSSourceFilePath(RSSourceFileName), in RSReflectionCpp()
Dslang_rs_reflection.cpp496 const std::string &RSSourceFileName, in RSReflectionJava() argument
504 mRSSourceFileName(RSSourceFileName), mBitCodeFileName(BitCodeFileName), in RSReflectionJava()