diff options
| author | 2012-01-30 12:05:28 -0800 | |
|---|---|---|
| committer | 2012-01-30 12:05:28 -0800 | |
| commit | 69726597b300ec32f2d2c489cd3f312efd3077c2 (patch) | |
| tree | 390e3a5f0d978b289256a965c0822c119e648ccc /libs/hwui/OpenGLRenderer.h | |
| parent | 4d6da8649afc43022a156bffca6cd2c9127cefe1 (diff) | |
| parent | 530041d3191ce817832a0108514617768e43cda6 (diff) | |
Merge "Add stencil buffer to the EGL config"
Diffstat (limited to 'libs/hwui/OpenGLRenderer.h')
| -rw-r--r-- | libs/hwui/OpenGLRenderer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/hwui/OpenGLRenderer.h b/libs/hwui/OpenGLRenderer.h index ae355bba4e9b..d0394af5c16f 100644 --- a/libs/hwui/OpenGLRenderer.h +++ b/libs/hwui/OpenGLRenderer.h @@ -141,6 +141,8 @@ public: SkPaint* filterPaint(SkPaint* paint); + ANDROID_API static uint32_t getStencilSize(); + protected: /** * Compose the layer defined in the current snapshot with the layer |