diff options
| 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 |
| commit | e2ae85fc5a07591cb27bfae93557f80c55bb259c (patch) | |
| tree | 0c1c04f92cab09ed06cbe9fb22c0334fd9774a04 /libs/rs/rsElement.h | |
| parent | ffe9f48890dde7173a0845d32887fdf94a49b0a7 (diff) | |
| download | frameworks_base-e2ae85fc5a07591cb27bfae93557f80c55bb259c.zip frameworks_base-e2ae85fc5a07591cb27bfae93557f80c55bb259c.tar.gz frameworks_base-e2ae85fc5a07591cb27bfae93557f80c55bb259c.tar.bz2 | |
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ public: void setComponent(uint32_t idx, Component *c); + uint32_t getGLType() const; + uint32_t getGLFormat() const; size_t getSizeBits() const; |
