Searched refs:RSReflectionJava (Results 1 – 3 of 3) sorted by relevance
84 RSReflectionJava *Reflection);106 RSReflectionJava *mReflection;380 RSReflectionJava::RSReflectionJava(const RSContext *Context, in RSReflectionJava() function in slang::RSReflectionJava414 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 …]
40 class RSReflectionJava {251 RSReflectionJava(const RSContext *Context,
725 RSReflectionJava R(mRSContext, &generatedFileNames, in compile()