Searched refs:genPackVarOfType (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_reflection_cpp.h125 void genPackVarOfType(const RSExportType *ET, const char *VarName,
H A Dslang_rs_reflection.cpp643 genPackVarOfType(ERT, NULL, FieldPackerName.c_str());
807 genPackVarOfType(ERT, NULL, FieldPackerName.c_str());
980 genPackVarOfType(EPT, "v", FPName.c_str());
1107 genPackVarOfType(ET, "v", FieldPackerName);
1163 genPackVarOfType(ET, "v", FieldPackerName);
1218 void RSReflectionJava::genPackVarOfType(const RSExportType *ET, function in class:slang::RSReflectionJava
1273 genPackVarOfType(ECAT->getElementType(), ElementVarName.c_str(),
1304 genPackVarOfType(F->getType(), FieldName.c_str(), FieldPackerName);
1609 genPackVarOfType(ERT, "i", "fp");
1673 genPackVarOfType(
[all...]
H A Dslang_rs_reflection.h230 void genPackVarOfType(const RSExportType *T, const char *VarName,
H A Dslang_rs_reflection_cpp.cpp434 genPackVarOfType(ERT, NULL, FieldPackerName.c_str());
473 genPackVarOfType(params, NULL, "__fp");
712 void RSReflectionCpp::genPackVarOfType(const RSExportType *ET, function in class:slang::RSReflectionCpp
749 genPackVarOfType(C, ECAT->getElementType(), ElementVarName.c_str(),
780 genPackVarOfType(F->getType(), FieldName.c_str(), FieldPackerName);

Completed in 865 milliseconds