summaryrefslogtreecommitdiffstats
path: root/libs/hwui/renderstate/Stencil.h
diff options
context:
space:
mode:
authorChris Craik <ccraik@google.com>2015-04-28 17:55:50 -0700
committerChris Craik <ccraik@google.com>2015-04-29 13:04:02 -0700
commite145013153b562d0b1bcac3e88095411874f1c25 (patch)
tree54b8dc8d821a3af042dda0cc2a26c20c44795873 /libs/hwui/renderstate/Stencil.h
parent340b198ccbd1a05e67d586c345139617d4b84ce0 (diff)
downloadframeworks_base-e145013153b562d0b1bcac3e88095411874f1c25.zip
frameworks_base-e145013153b562d0b1bcac3e88095411874f1c25.tar.gz
frameworks_base-e145013153b562d0b1bcac3e88095411874f1c25.tar.bz2
Require minimum 4 bit stencil for layers.
bug:19270131 Change-Id: I81367179d268e7c1642259c456c1f3d0018f6c0d
Diffstat (limited to 'libs/hwui/renderstate/Stencil.h')
-rw-r--r--libs/hwui/renderstate/Stencil.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/libs/hwui/renderstate/Stencil.h b/libs/hwui/renderstate/Stencil.h
index e4f0f3f..3a8f8eb 100644
--- a/libs/hwui/renderstate/Stencil.h
+++ b/libs/hwui/renderstate/Stencil.h
@@ -42,10 +42,7 @@ public:
*/
ANDROID_API static uint8_t getStencilSize();
- /**
- * Returns the smallest stencil format accepted by render buffers.
- */
- static GLenum getSmallestStencilFormat();
+ static GLenum getLayerStencilFormat();
/**
* Clears the stencil buffer.