summaryrefslogtreecommitdiff
path: root/cpp/Element.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/Element.cpp')
-rw-r--r--cpp/Element.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/Element.cpp b/cpp/Element.cpp
index d3fb29a2..97a600e9 100644
--- a/cpp/Element.cpp
+++ b/cpp/Element.cpp
@@ -112,6 +112,7 @@ CREATE_PIXEL(RGB_888, UNSIGNED_8, PIXEL_RGB);
CREATE_PIXEL(RGBA_4444, UNSIGNED_4_4_4_4, PIXEL_RGBA);
CREATE_PIXEL(RGBA_8888, UNSIGNED_8, PIXEL_RGBA);
CREATE_PIXEL(YUV, UNSIGNED_8, PIXEL_YUV);
+CREATE_PIXEL(RGBA_5551, UNSIGNED_5_5_5_1, PIXEL_RGBA);
#define CREATE_VECTOR(N, T) android::RSC::sp<const Element> Element::N##_2(android::RSC::sp<RS> rs) { \
if (rs->mElements.N##_2 == NULL) { \