Searched defs:RSReflectionJava (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_reflection.h40 class RSReflectionJava { class in namespace:slang
239 RSReflectionJava(const RSContext *Context,
254 }; // class RSReflectionJava
H A Dslang_rs_reflection.cpp82 RSReflectionJava *Reflection);
104 RSReflectionJava *mReflection;
283 RSReflectionJava::RSReflectionJava(const RSContext *Context, function in class:slang::RSReflectionJava
316 bool RSReflectionJava::genScriptClass(const std::string &ClassName,
351 void RSReflectionJava::genScriptClassConstructor() {
454 void RSReflectionJava::genInitBoolExportVariable(const std::string &VarName,
466 RSReflectionJava::genInitPrimitiveExportVariable(const std::string &VarName,
475 void RSReflectionJava::genInitExportVariable(const RSExportType *ET,
578 void RSReflectionJava
[all...]

Completed in 103 milliseconds