aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYang Ni <yangni@google.com>2015-10-29 14:45:19 -0700
committerYang Ni <yangni@google.com>2015-11-02 13:47:18 -0800
commit71335657996062f03dd754b2cdde461f9d167a4c (patch)
tree8df51d24d84128680c0ff013ec16f27b70d8ef95
parent98343e30612110aa8a59661c4000c37ed8b8434e (diff)
downloadlibbcc-71335657996062f03dd754b2cdde461f9d167a4c.tar.gz
Launch options & multi inputs for single-source RS
Bug: 23535985 Updated bcc whitelist with the new rsForEach mangled function name. Change-Id: Ibc22bd5e9585a4471b15920ef60fe1fe2312de49
-rw-r--r--lib/Renderscript/RSStubsWhiteList.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Renderscript/RSStubsWhiteList.cpp b/lib/Renderscript/RSStubsWhiteList.cpp
index b3642c2..33f0f16 100644
--- a/lib/Renderscript/RSStubsWhiteList.cpp
+++ b/lib/Renderscript/RSStubsWhiteList.cpp
@@ -625,7 +625,7 @@ std::vector<std::string> stubList = {
"_Z16rsMatrixMultiplyPK12rs_matrix4x4Dv2_f",
"_Z16rsMatrixMultiplyPK12rs_matrix4x4Dv3_f",
"_Z16rsMatrixMultiplyPK12rs_matrix4x4Dv4_f",
-"_Z17rsForEachInternali13rs_allocationS_",
+"_Z17rsForEachInternaliP14rs_script_calliiz",
"_Z17rsMatrixLoadOrthoP12rs_matrix4x4ffffff",
"_Z17rsMatrixLoadScaleP12rs_matrix4x4fff",
"_Z17rsMatrixTranslateP12rs_matrix4x4fff",