aboutsummaryrefslogtreecommitdiffstats
path: root/slang_rs_export_element.cpp
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2010-12-09 19:39:22 -0800
committerStephen Hines <srhines@google.com>2010-12-10 12:45:09 -0800
commitdd6206bb61bf8df2ed6b643abe8a29c48a315685 (patch)
tree7b5f917feacad91673bb249b91aeb37f0742bec8 /slang_rs_export_element.cpp
parent425da9f78e0dae7c2ebb3b0a60f7e0f06f02a40a (diff)
downloadandroid_frameworks_compile_slang-dd6206bb61bf8df2ed6b643abe8a29c48a315685.tar.gz
android_frameworks_compile_slang-dd6206bb61bf8df2ed6b643abe8a29c48a315685.tar.bz2
android_frameworks_compile_slang-dd6206bb61bf8df2ed6b643abe8a29c48a315685.zip
Arrays of width 3 vector types cannot be exported.
Bug: 3171195 Change-Id: I7deab4ab9c7f8650bce7c597fae2a0dc013f6f71
Diffstat (limited to 'slang_rs_export_element.cpp')
-rw-r--r--slang_rs_export_element.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/slang_rs_export_element.cpp b/slang_rs_export_element.cpp
index 2e7e757..78675be 100644
--- a/slang_rs_export_element.cpp
+++ b/slang_rs_export_element.cpp
@@ -69,7 +69,7 @@ RSExportType *RSExportElement::Create(RSContext *Context,
assert(EI != NULL && "Element info not found");
- if (!RSExportType::NormalizeType(T, TypeName, NULL, NULL))
+ if (!RSExportType::NormalizeType(T, TypeName, NULL, NULL, NULL))
return NULL;
switch (T->getTypeClass()) {