Searched defs:genPackVarOfType (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_reflection_cpp.cpp433 genPackVarOfType(ERT, nullptr, FieldPackerName.c_str());
472 genPackVarOfType(params, nullptr, "__fp");
709 void RSReflectionCpp::genPackVarOfType(const RSExportType *ET, function in class:slang::RSReflectionCpp
746 genPackVarOfType(C, ECAT->getElementType(), ElementVarName.c_str(),
777 genPackVarOfType(F->getType(), FieldName.c_str(), FieldPackerName);
H A Dslang_rs_reflection.cpp652 genPackVarOfType(ERT, nullptr, FieldPackerName.c_str());
821 genPackVarOfType(ERT, nullptr, FieldPackerName.c_str());
994 genPackVarOfType(EPT, "v", FPName.c_str());
1121 genPackVarOfType(ET, "v", FieldPackerName);
1177 genPackVarOfType(ET, "v", FieldPackerName);
1232 void RSReflectionJava::genPackVarOfType(const RSExportType *ET, function in class:slang::RSReflectionJava
1287 genPackVarOfType(ECAT->getElementType(), ElementVarName.c_str(),
1318 genPackVarOfType(F->getType(), FieldName.c_str(), FieldPackerName);
1623 genPackVarOfType(ERT, "i", "fp");
1687 genPackVarOfType(
[all...]

Completed in 71 milliseconds