Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflection.cpp279 bool RSReflection::genScriptClass(Context &C, in genScriptClass()
319 void RSReflection::genScriptClassConstructor(Context &C) { in genScriptClassConstructor()
423 void RSReflection::genInitBoolExportVariable(Context &C, in genInitBoolExportVariable()
438 void RSReflection::genInitPrimitiveExportVariable( in genInitPrimitiveExportVariable()
451 void RSReflection::genInitExportVariable(Context &C, in genInitExportVariable()
561 void RSReflection::genExportVariable(Context &C, const RSExportVar *EV) { in genExportVariable()
601 void RSReflection::genExportFunction(Context &C, const RSExportFunc *EF) { in genExportFunction()
645 void RSReflection::genExportForEach(Context &C, const RSExportForEach *EF) { in genExportForEach()
797 void RSReflection::genTypeInstanceFromPointer(Context &C, in genTypeInstanceFromPointer()
810 void RSReflection::genTypeInstance(Context &C, in genTypeInstance()
[all …]
Dslang_rs_context.cpp300 RSReflection *R = new RSReflection(this, mGeneratedFileNames); in reflectToJava()
Dslang_rs_reflection.h39 class RSReflection {
327 explicit RSReflection(const RSContext *Context, in RSReflection() function