diff options
Diffstat (limited to 'services/surfaceflinger/GLExtensions.cpp')
-rw-r--r-- | services/surfaceflinger/GLExtensions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/surfaceflinger/GLExtensions.cpp b/services/surfaceflinger/GLExtensions.cpp index 7f4f9fc..850866a 100644 --- a/services/surfaceflinger/GLExtensions.cpp +++ b/services/surfaceflinger/GLExtensions.cpp @@ -86,7 +86,7 @@ void GLExtensions::initWithGLStrings( mHaveNpot = true; } - if (hasExtension("GL_OES_texture_external")) { + if (hasExtension("GL_OES_EGL_image_external")) { mHaveTextureExternal = true; } else if (strstr(mRenderer.string(), "Adreno")) { // hack for Adreno 200 |