Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflection.cpp84 RSReflectionJava *Reflection);
106 RSReflectionJava *mReflection;
380 RSReflectionJava::RSReflectionJava(const RSContext *Context, in RSReflectionJava() function in slang::RSReflectionJava
414 bool RSReflectionJava::genScriptClass(const std::string &ClassName, in genScriptClass()
462 void RSReflectionJava::genScriptClassConstructor() { in genScriptClassConstructor()
598 void RSReflectionJava::genInitBoolExportVariable(const std::string &VarName, in genInitBoolExportVariable()
610 RSReflectionJava::genInitPrimitiveExportVariable(const std::string &VarName, in genInitPrimitiveExportVariable()
619 void RSReflectionJava::genInitExportVariable(const RSExportType *ET, in genInitExportVariable()
722 void RSReflectionJava::genExportVariable(const RSExportVar *EV) { in genExportVariable()
757 void RSReflectionJava::genExportFunction(const RSExportFunc *EF) { in genExportFunction()
[all …]
Dslang_rs_reflection.h40 class RSReflectionJava {
251 RSReflectionJava(const RSContext *Context,
Dslang.cpp725 RSReflectionJava R(mRSContext, &generatedFileNames, in compile()