Fix bug on android with GL_EXT_debug_marker
authorcommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 25 Mar 2014 21:01:13 +0000 (21:01 +0000)
committercommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 25 Mar 2014 21:01:13 +0000 (21:01 +0000)
commit711d6f397b2fdf18097429b1ce7db777d852dbff
tree28efb3955d76e62c11e6692ae9a6428da07532e8
parentffc224f802d0ce6d8606c4cfe59bc0238a3d2a5b
Fix bug on android with GL_EXT_debug_marker

A device was finding the extension string, but was returning NULL
when getting the proc addresses

BUG=skia:
R=bsalomon@google.com

Author: egdaniel@google.com

Review URL: https://codereview.chromium.org/211633002

git-svn-id: http://skia.googlecode.com/svn/trunk@13946 2bbb7eff-a529-9590-31e7-b0007b416f81
src/gpu/gl/android/GrGLCreateNativeInterface_android.cpp