commit | e2ae85fc5a07591cb27bfae93557f80c55bb259c | [log] [tgz] |
---|---|---|
author | Jason Sams <rjsams@android.com> | Wed Jun 03 16:04:54 2009 -0700 |
committer | Jason Sams <rjsams@android.com> | Wed Jun 03 16:04:54 2009 -0700 |
tree | 0c1c04f92cab09ed06cbe9fb22c0334fd9774a04 | |
parent | ffe9f48890dde7173a0845d32887fdf94a49b0a7 [diff] [blame] |
Generalize bitmap support and add remaining GL formats. Fix bug in command fifo looping case.
diff --git a/libs/rs/rsElement.h b/libs/rs/rsElement.h index 7852ffc..2434977 100644 --- a/libs/rs/rsElement.h +++ b/libs/rs/rsElement.h
@@ -36,6 +36,8 @@ void setComponent(uint32_t idx, Component *c); + uint32_t getGLType() const; + uint32_t getGLFormat() const; size_t getSizeBits() const;