Merge "No need for stencil buffer for A8."

This commit is contained in:
TreeHugger Robot
2021-12-16 03:58:27 +00:00
committed by Android (Google) Code Review

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};