summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2014-03-28 20:30:27 -0700
committerJohn Reck <jreck@google.com>2014-03-28 20:57:32 -0700
commit0d1f634f4b5e1bb37aa51777efb6a68619488d01 (patch)
treed936b60a47e95c58e7c47363b6e23cdc8b4df7d9 /include
parentc75db8266b352ef3a7a6b76654f770d7a24d547a (diff)
downloadframeworks_base-0d1f634f4b5e1bb37aa51777efb6a68619488d01.zip
frameworks_base-0d1f634f4b5e1bb37aa51777efb6a68619488d01.tar.gz
frameworks_base-0d1f634f4b5e1bb37aa51777efb6a68619488d01.tar.bz2
Add invokeFunctor
Change-Id: I09e675d3e02e3e528642175ada00b2b17fab7652
Diffstat (limited to 'include')
-rw-r--r--include/private/hwui/DrawGlInfo.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/private/hwui/DrawGlInfo.h b/include/private/hwui/DrawGlInfo.h
index 3b7ba8b..a357a01 100644
--- a/include/private/hwui/DrawGlInfo.h
+++ b/include/private/hwui/DrawGlInfo.h
@@ -55,7 +55,10 @@ struct DrawGlInfo {
kModeDraw,
// Indicates the the functor is called only to perform
// processing and that no draw should be attempted
- kModeProcess
+ kModeProcess,
+ // Same as kModeProcess, however there is no GL context because it was
+ // lost or destroyed
+ kModeProcessNoContext
};
/**