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

/frameworks/compile/slang/
H A Dslang_rs_reflection_cpp.cpp366 genPackVarOfType(ERT, nullptr, FieldPackerName.c_str());
407 genPackVarOfType(params, nullptr, "__fp");
763 void RSReflectionCpp::genPackVarOfType(const RSExportType *ET, function in class:slang::RSReflectionCpp
800 genPackVarOfType(C, ECAT->getElementType(), ElementVarName.c_str(),
831 genPackVarOfType(F->getType(), FieldName.c_str(), FieldPackerName);
H A Dslang_rs_reflection.cpp797 genPackVarOfType(ERT, nullptr, FieldPackerName.c_str());
985 genPackVarOfType(ERT, nullptr, FieldPackerName.c_str());
1694 genPackVarOfType(EPT, "v", FPName.c_str());
1821 genPackVarOfType(ET, "v", FieldPackerName);
1880 genPackVarOfType(ET, "v", FieldPackerName);
1935 void RSReflectionJava::genPackVarOfType(const RSExportType *ET, function in class:slang::RSReflectionJava
1990 genPackVarOfType(ECAT->getElementType(), ElementVarName.c_str(),
2021 genPackVarOfType(F->getType(), FieldName.c_str(), FieldPackerName);
2326 genPackVarOfType(ERT, "i", "fp");
2390 genPackVarOfType(
[all...]

Completed in 13 milliseconds