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.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...]
H A Dslang_rs_reflection.h230 void genPackVarOfType(const RSExportType *T, const char *VarName,
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);

Completed in 3367 milliseconds