Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflection_base.cpp64 RSReflectionBase::RSReflectionBase(const RSContext *con) in RSReflectionBase() function in slang::RSReflectionBase
71 RSReflectionBase::~RSReflectionBase() { in ~RSReflectionBase()
94 void RSReflectionBase::startFile(const string &filename) { in startFile()
111 string RSReflectionBase::stripRS(const string &s) const { in stripRS()
124 void RSReflectionBase::write(const std::string &t) { in write()
129 void RSReflectionBase::write(const std::stringstream &t) { in write()
134 void RSReflectionBase::incIndent() { in incIndent()
138 void RSReflectionBase::decIndent() { in decIndent()
142 bool RSReflectionBase::writeFile(const string &filename, const vector< string > &txt) { in writeFile()
157 string RSReflectionBase::genInitValue(const clang::APValue &Val, bool asBool) { in genInitValue()
[all …]
Dslang_rs_reflection_base.h38 class RSReflectionBase {
45 RSReflectionBase(const RSContext *);
80 virtual ~RSReflectionBase();
Dslang_rs_reflection_cpp.h29 class RSReflectionCpp : public RSReflectionBase {
Dslang_rs_reflection_cpp.cpp114 : RSReflectionBase(con) { in RSReflectionCpp()
951 << RSReflectionBase::genInitValue(Val) << ";"; in genInitPrimitiveExportVariable()
Dslang_rs_reflection.cpp445 C.out() << RSReflectionBase::genInitValue(Val); in genInitPrimitiveExportVariable()
910 C.out() << RSReflectionBase::genInitValue(Val, EPT->getType() == in genPrimitiveTypeExportVariable()