summaryrefslogtreecommitdiff
path: root/libs/rs/rsElement.h
diff options
context:
space:
mode:
author Jason Sams <rjsams@android.com> 2009-06-03 16:04:54 -0700
committer Jason Sams <rjsams@android.com> 2009-06-03 16:04:54 -0700
commite2ae85fc5a07591cb27bfae93557f80c55bb259c (patch)
tree0c1c04f92cab09ed06cbe9fb22c0334fd9774a04 /libs/rs/rsElement.h
parentffe9f48890dde7173a0845d32887fdf94a49b0a7 (diff)
Generalize bitmap support and add remaining GL formats.
Fix bug in command fifo looping case.
Diffstat (limited to 'libs/rs/rsElement.h')
-rw-r--r--libs/rs/rsElement.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/rs/rsElement.h b/libs/rs/rsElement.h
index 7852ffcb33ef..2434977dbc2a 100644
--- a/libs/rs/rsElement.h
+++ b/libs/rs/rsElement.h
@@ -36,6 +36,8 @@ public:
void setComponent(uint32_t idx, Component *c);
+ uint32_t getGLType() const;
+ uint32_t getGLFormat() const;
size_t getSizeBits() const;