Home
last modified time | relevance | path

Searched refs:RSReflectionCpp (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_reflection_cpp.cpp44 RSReflectionCpp::RSReflectionCpp(const RSContext *con) : in RSReflectionCpp() function in slang::RSReflectionCpp
49 RSReflectionCpp::~RSReflectionCpp() { in ~RSReflectionCpp()
53 bool RSReflectionCpp::reflect(const string &OutputPathBase, in reflect()
84 bool RSReflectionCpp::makeHeader(const std::string &baseClass) { in makeHeader()
201 bool RSReflectionCpp::writeBC() { in writeBC()
227 bool RSReflectionCpp::makeImpl(const std::string &baseClass) { in makeImpl()
Dslang_rs_reflection_cpp.h24 class RSReflectionCpp : public RSReflectionBase {
29 RSReflectionCpp(const RSContext *);
30 virtual ~RSReflectionCpp();
Dslang_rs.cpp330 RSReflectionCpp R(mRSContext); in compile()