No need for stencil buffer for A8.

Brought up in I93a20ef8eb7d73b843e002d84d9fe53240a67c59.
Bug: 193170859
Test: manual

Change-Id: Ia401e1c6ac22d0fc2105a14248c427d1f4141807
This commit is contained in:
Leon Scroggins III
2021-12-15 14:16:55 -05:00
committed by Leon Scroggins
parent e040b29e86
commit c0cc76e56c

View File

@@ -262,8 +262,6 @@ EGLConfig EglManager::loadA8Config(EGLDisplay display, EglManager::SwapBehavior
0,
EGL_DEPTH_SIZE,
0,
EGL_STENCIL_SIZE,
STENCIL_BUFFER_SIZE,
EGL_SURFACE_TYPE,
EGL_WINDOW_BIT | eglSwapBehavior,
EGL_NONE};