From f37864bc99576b851015f115613cc851a866dbf2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mika=20Isoj=C3=A4rvi?= Date: Fri, 15 Apr 2016 11:58:56 -0700 Subject: [PATCH] White list EGL_EXT_yuv_surface extension Bug: 28210992 Change-Id: If81a503de4cdfeba5a01d4d80d669714a2dfdb6b --- opengl/libs/EGL/eglApi.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/opengl/libs/EGL/eglApi.cpp b/opengl/libs/EGL/eglApi.cpp index 613b63b28c..df639cdbbe 100644 --- a/opengl/libs/EGL/eglApi.cpp +++ b/opengl/libs/EGL/eglApi.cpp @@ -116,6 +116,7 @@ extern char const * const gExtensionString = "EGL_EXT_buffer_age " // strongly recommended with partial_update "EGL_KHR_create_context_no_error " "EGL_KHR_mutable_render_buffer " + "EGL_EXT_yuv_surface " ; // extensions not exposed to applications but used by the ANDROID system -- 2.11.0