Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflection.cpp81 RSReflectionJava *Reflection);
103 RSReflectionJava *mReflection;
282 RSReflectionJava::RSReflectionJava(const RSContext *Context, in RSReflectionJava() function in slang::RSReflectionJava
315 bool RSReflectionJava::genScriptClass(const std::string &ClassName, in genScriptClass()
350 void RSReflectionJava::genScriptClassConstructor() { in genScriptClassConstructor()
453 void RSReflectionJava::genInitBoolExportVariable(const std::string &VarName, in genInitBoolExportVariable()
465 RSReflectionJava::genInitPrimitiveExportVariable(const std::string &VarName, in genInitPrimitiveExportVariable()
474 void RSReflectionJava::genInitExportVariable(const RSExportType *ET, in genInitExportVariable()
577 void RSReflectionJava::genExportVariable(const RSExportVar *EV) { in genExportVariable()
612 void RSReflectionJava::genExportFunction(const RSExportFunc *EF) { in genExportFunction()
[all …]
Dslang_rs_reflection.h40 class RSReflectionJava {
239 RSReflectionJava(const RSContext *Context,
Dslang.cpp703 RSReflectionJava R(mRSContext, &generatedFileNames, in compile()