commit | 7ea33f5e1ae9eb1fb1e7377d6edf6acdcf71d103 | [log] [tgz] |
---|---|---|
author | bsalomon <bsalomon@google.com> | Sun Nov 22 14:51:00 2015 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Sun Nov 22 14:51:00 2015 -0800 |
tree | 92aa7841b61ab93ec8a95d834e309ae0d2cf04e8 | |
parent | de3aac8cea8a7113f31591e6e02c51fe0ac45280 [diff] [blame] |
Initial version of external_oes texture support and unit test Committed: https://skia.googlesource.com/skia/+/27a048700778d4cebfc23301d1780649791b0e03 Review URL: https://codereview.chromium.org/1451683002
diff --git a/src/gpu/gl/GrGLInterface.cpp b/src/gpu/gl/GrGLInterface.cpp index c6c846a..da3c656 100644 --- a/src/gpu/gl/GrGLInterface.cpp +++ b/src/gpu/gl/GrGLInterface.cpp
@@ -727,8 +727,8 @@ } if (fExtensions.has("EGL_KHR_image") || fExtensions.has("EGL_KHR_image_base")) { - if (nullptr == fFunctions.fCreateImage || - nullptr == fFunctions.fDestroyImage) { + if (nullptr == fFunctions.fEGLCreateImage || + nullptr == fFunctions.fEGLDestroyImage) { RETURN_FALSE_INTERFACE } }