Support additional element/dim information for FieldPacker.

BUG=6009244

Change-Id: I3c439559d61b24b26f9a36f2525f0a0e05b00e77
diff --git a/driver/rsdBcc.h b/driver/rsdBcc.h
index 5f83ed2..7a4b138 100644
--- a/driver/rsdBcc.h
+++ b/driver/rsdBcc.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011 The Android Open Source Project
+ * Copyright (C) 2011-2012 The Android Open Source Project
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -49,6 +49,13 @@
 void rsdScriptSetGlobalVar(const android::renderscript::Context *,
                            const android::renderscript::Script *,
                            uint32_t slot, void *data, size_t dataLen);
+void rsdScriptSetGlobalVarWithElemDims(const android::renderscript::Context *,
+                                       const android::renderscript::Script *,
+                                       uint32_t slot, void *data,
+                                       size_t dataLength,
+                                       const android::renderscript::Element *,
+                                       const size_t *dims,
+                                       size_t dimLength);
 void rsdScriptSetGlobalBind(const android::renderscript::Context *,
                             const android::renderscript::Script *,
                             uint32_t slot, void *data);