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

/frameworks/compile/slang/
H A Dslang_rs_reflection.cpp74 // Some utility function using internal in RSReflection
279 bool RSReflection::genScriptClass(Context &C,
319 void RSReflection::genScriptClassConstructor(Context &C) {
423 void RSReflection::genInitBoolExportVariable(Context &C,
438 void RSReflection::genInitPrimitiveExportVariable(
451 void RSReflection::genInitExportVariable(Context &C,
561 void RSReflection::genExportVariable(Context &C, const RSExportVar *EV) {
601 void RSReflection::genExportFunction(Context &C, const RSExportFunc *EF) {
645 void RSReflection::genExportForEach(Context &C, const RSExportForEach *EF) {
797 void RSReflection
[all...]
H A Dslang_rs_context.cpp300 RSReflection *R = new RSReflection(this, mGeneratedFileNames);
H A Dslang_rs_reflection.h39 class RSReflection { class in namespace:slang
327 explicit RSReflection(const RSContext *Context, function in class:slang::RSReflection
348 }; // class RSReflection

Completed in 71 milliseconds