commit | e788430144d1474329878abd1ddb39cc0ca52a0a | [log] [tgz] |
---|---|---|
author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Wed Apr 18 14:39:58 2012 +0000 |
committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Wed Apr 18 14:39:58 2012 +0000 |
tree | 59be883ff714b0d930707c787194164e9720ec92 | |
parent | 7dadc748d96fdf6c1eadc960f1481807d2ac90cf [diff] [blame] |
Added glBlendEquation to GL interface http://codereview.appspot.com/6057047/ git-svn-id: http://skia.googlecode.com/svn/trunk@3720 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/ios/GrGLDefaultInterface_iOS.cpp b/src/gpu/ios/GrGLDefaultInterface_iOS.cpp index 9fc953f..8923f6e 100644 --- a/src/gpu/ios/GrGLDefaultInterface_iOS.cpp +++ b/src/gpu/ios/GrGLDefaultInterface_iOS.cpp
@@ -24,6 +24,7 @@ interface->fBindBuffer = glBindBuffer; interface->fBindTexture = glBindTexture; interface->fBlendColor = glBlendColor; + interface->fBlendEquation = glBlendEquation; interface->fBlendFunc = glBlendFunc; interface->fBufferData = (GrGLBufferDataProc)glBufferData; interface->fBufferSubData = (GrGLBufferSubDataProc)glBufferSubData;