summaryrefslogtreecommitdiffstats
path: root/libs/hwui/Extensions.h
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2015-02-25 14:32:41 -0800
committerJohn Reck <jreck@google.com>2015-02-25 16:00:02 -0800
commit041b985dbb2f75aa492236d46ab47dbda8c2c74e (patch)
tree451fec12b6d3bde68dfdd11837a6e9751b4e557f /libs/hwui/Extensions.h
parentdf570c6e66d98536597737f863430510b6336ffe (diff)
downloadframeworks_base-041b985dbb2f75aa492236d46ab47dbda8c2c74e.zip
frameworks_base-041b985dbb2f75aa492236d46ab47dbda8c2c74e.tar.gz
frameworks_base-041b985dbb2f75aa492236d46ab47dbda8c2c74e.tar.bz2
Add null egl/gles stub support
Change-Id: I41372585202f69ef31a4ef95efc75fb7a1ff7289
Diffstat (limited to 'libs/hwui/Extensions.h')
-rw-r--r--libs/hwui/Extensions.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/hwui/Extensions.h b/libs/hwui/Extensions.h
index 731001a..e7d317d 100644
--- a/libs/hwui/Extensions.h
+++ b/libs/hwui/Extensions.h
@@ -40,7 +40,6 @@ public:
inline bool hasFramebufferFetch() const { return mHasFramebufferFetch; }
inline bool hasDiscardFramebuffer() const { return mHasDiscardFramebuffer; }
inline bool hasDebugMarker() const { return mHasDebugMarker; }
- inline bool hasDebugLabel() const { return mHasDebugLabel; }
inline bool hasTiledRendering() const { return mHasTiledRendering; }
inline bool has1BitStencil() const { return mHas1BitStencil; }
inline bool has4BitStencil() const { return mHas4BitStencil; }
@@ -68,7 +67,6 @@ private:
bool mHasFramebufferFetch;
bool mHasDiscardFramebuffer;
bool mHasDebugMarker;
- bool mHasDebugLabel;
bool mHasTiledRendering;
bool mHas1BitStencil;
bool mHas4BitStencil;