Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflection_cpp.cpp119 RSReflectionCpp::RSReflectionCpp(const RSContext *Context, in RSReflectionCpp() function in slang::RSReflectionCpp
130 RSReflectionCpp::~RSReflectionCpp() {} in ~RSReflectionCpp()
132 bool RSReflectionCpp::reflect() { in reflect()
141 bool RSReflectionCpp::writeHeaderFile() { in writeHeaderFile()
186 void RSReflectionCpp::genTypeInstancesUsedInForEach() { in genTypeInstancesUsedInForEach()
207 void RSReflectionCpp::genFieldsForAllocationTypeVerification() { in genFieldsForAllocationTypeVerification()
222 void RSReflectionCpp::genFieldsToStoreExportVariableValues() { in genFieldsToStoreExportVariableValues()
247 void RSReflectionCpp::genForEachDeclarations() { in genForEachDeclarations()
299 void RSReflectionCpp::genExportFunctionDeclarations() { in genExportFunctionDeclarations()
311 void RSReflectionCpp::genExportForEachBodies() { in genExportForEachBodies()
[all …]
Dslang_rs_reflection_cpp.h29 class RSReflectionCpp {
31 RSReflectionCpp(const RSContext *Context, const std::string &OutputDirectory,
34 virtual ~RSReflectionCpp();
Dslang.cpp688 RSReflectionCpp R(mRSContext, Opts.mJavaReflectionPathBase, in compile()