Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflection_cpp.cpp113 RSReflectionCpp::RSReflectionCpp(const RSContext *Context, in RSReflectionCpp() function in slang::RSReflectionCpp
124 RSReflectionCpp::~RSReflectionCpp() {} in ~RSReflectionCpp()
126 bool RSReflectionCpp::reflect() { in reflect()
135 bool RSReflectionCpp::writeHeaderFile() { in writeHeaderFile()
178 void RSReflectionCpp::genTypeInstancesUsedInForEach() { in genTypeInstancesUsedInForEach()
200 void RSReflectionCpp::genFieldsForAllocationTypeVerification() { in genFieldsForAllocationTypeVerification()
215 void RSReflectionCpp::genFieldsToStoreExportVariableValues() { in genFieldsToStoreExportVariableValues()
240 void RSReflectionCpp::genForEachDeclarations() { in genForEachDeclarations()
294 void RSReflectionCpp::genExportFunctionDeclarations() { in genExportFunctionDeclarations()
305 bool RSReflectionCpp::genEncodedBitCode() { in genEncodedBitCode()
[all …]
Dslang_rs_reflection_cpp.h29 class RSReflectionCpp {
31 RSReflectionCpp(const RSContext *Context, const std::string &OutputDirectory,
34 virtual ~RSReflectionCpp();
Dslang_rs.cpp367 RSReflectionCpp R(mRSContext, Opts.mJavaReflectionPathBase, in compile()