aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/SkNullGLContext.cpp
diff options
context:
space:
mode:
authorGravatar cdalton <cdalton@nvidia.com>2015-04-21 12:34:09 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-04-21 12:34:09 -0700
commit8e578859f80b46a63144add215955221017d3609 (patch)
tree1d8b4be063968e25a5225a4fc81b5d7732d92969 /src/gpu/gl/SkNullGLContext.cpp
parentd8afd50b5aed11e47280606e14f49a96b4288298 (diff)
Add tokens and entry points for KHR_blend_equation_advanced
Diffstat (limited to 'src/gpu/gl/SkNullGLContext.cpp')
-rw-r--r--src/gpu/gl/SkNullGLContext.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpu/gl/SkNullGLContext.cpp b/src/gpu/gl/SkNullGLContext.cpp
index 69b559629c..cf07cb3ca2 100644
--- a/src/gpu/gl/SkNullGLContext.cpp
+++ b/src/gpu/gl/SkNullGLContext.cpp
@@ -360,6 +360,7 @@ static GrGLInterface* create_null_interface(State* state) {
functions->fBindTexture = nullGLBindTexture;
functions->fBindVertexArray = nullGLBindVertexArray;
functions->fBlendColor = noOpGLBlendColor;
+ functions->fBlendEquation = noOpGLBlendEquation;
functions->fBlendFunc = noOpGLBlendFunc;
functions->fBufferData = nullGLBufferData;
functions->fBufferSubData = noOpGLBufferSubData;