Index: src/gpu/gl/GrGLCreateNullInterface.cpp |
diff --git a/src/gpu/gl/GrGLCreateNullInterface.cpp b/src/gpu/gl/GrGLCreateNullInterface.cpp |
index c86a0bd2fd87548f78b371f978525cf5f0fbf417..c22edcf0e79c0bcf8cc9cf3789bbdd769e5ad6d3 100644 |
--- a/src/gpu/gl/GrGLCreateNullInterface.cpp |
+++ b/src/gpu/gl/GrGLCreateNullInterface.cpp |
@@ -356,7 +356,9 @@ const GrGLInterface* GrGLCreateNullInterface() { |
functions->fBindFragDataLocation = noOpGLBindFragDataLocation; |
functions->fBindTexture = nullGLBindTexture; |
functions->fBindVertexArray = nullGLBindVertexArray; |
+ functions->fBlendBarrier = noOpGLBlendBarrier; |
functions->fBlendColor = noOpGLBlendColor; |
+ functions->fBlendEquation = noOpGLBlendEquation; |
functions->fBlendFunc = noOpGLBlendFunc; |
functions->fBufferData = nullGLBufferData; |
functions->fBufferSubData = noOpGLBufferSubData; |