summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsElement.h
diff options
context:
space:
mode:
authorAlex Sakhartchouk <alexst@google.com>2011-12-28 13:47:05 -0800
committerAlex Sakhartchouk <alexst@google.com>2011-12-28 13:47:05 -0800
commit36a7d6003d521e6aff16e2a1e74f19ea9ec00624 (patch)
tree4678462dbf3c0ab34be1d4d5eba45a2298f28c79 /libs/rs/rsElement.h
parenta041adcb85838ed5dedd811524a1831f964f0fac (diff)
downloadframeworks_base-36a7d6003d521e6aff16e2a1e74f19ea9ec00624.zip
frameworks_base-36a7d6003d521e6aff16e2a1e74f19ea9ec00624.tar.gz
frameworks_base-36a7d6003d521e6aff16e2a1e74f19ea9ec00624.tar.bz2
Adding RS comments, cleaning up the gl implementation with new Element hal.
Change-Id: I74de1e8248a73a45a39976e6027dac2626d580e9
Diffstat (limited to 'libs/rs/rsElement.h')
-rw-r--r--libs/rs/rsElement.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/libs/rs/rsElement.h b/libs/rs/rsElement.h
index 010c612..4b6b460 100644
--- a/libs/rs/rsElement.h
+++ b/libs/rs/rsElement.h
@@ -24,7 +24,14 @@
// ---------------------------------------------------------------------------
namespace android {
namespace renderscript {
-
+/*****************************************************************************
+ * CAUTION
+ *
+ * Any layout changes for this class may require a corresponding change to be
+ * made to frameworks/compile/libbcc/lib/ScriptCRT/rs_core.c, which contains
+ * a partial copy of the information below.
+ *
+ *****************************************************************************/
// An element is a group of Components that occupies one cell in a structure.
class Element : public ObjectBase {
public: