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

/frameworks/compile/slang/
H A Dslang_rs_reflection_cpp.h142 void genPackVarOfType(const RSExportType *ET, const char *VarName,
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...]
H A Dslang_rs_reflection.h240 void genPackVarOfType(const RSExportType *T, const char *VarName,
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);

Completed in 248 milliseconds