HomeSort by relevance Sort by last modified time
    Searched refs:RSReflection (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/slang/
slang_rs_reflection.cpp 74 // 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::genTypeInstanceFromPointer(Context &C
    [all...]
slang_rs_context.cpp 313 RSReflection *R = new RSReflection(this, mGeneratedFileNames);
slang_rs_reflection.h 39 class RSReflection {
328 explicit RSReflection(const RSContext *Context,
349 }; // class RSReflection

Completed in 889 milliseconds