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
251 RSReflectionJava(const RSContext *Context,
266 }; // class RSReflectionJava
H A Dslang_rs_reflection.cpp84 RSReflectionJava *Reflection);
106 RSReflectionJava *mReflection;
380 RSReflectionJava::RSReflectionJava(const RSContext *Context, function in class:slang::RSReflectionJava
414 bool RSReflectionJava::genScriptClass(const std::string &ClassName,
462 void RSReflectionJava::genScriptClassConstructor() {
598 void RSReflectionJava::genInitBoolExportVariable(const std::string &VarName,
610 RSReflectionJava::genInitPrimitiveExportVariable(const std::string &VarName,
619 void RSReflectionJava::genInitExportVariable(const RSExportType *ET,
722 void RSReflectionJava
[all...]

Completed in 51 milliseconds