Index: src/gpu/gl/debug/GrGLCreateDebugInterface.cpp |
diff --git a/src/gpu/gl/debug/GrGLCreateDebugInterface.cpp b/src/gpu/gl/debug/GrGLCreateDebugInterface.cpp |
index 4c2acc3fc4e50d292928b48d68eacfd6012be5b8..48136146e054a1964a6c7d6a04d02f672bb8788f 100644 |
--- a/src/gpu/gl/debug/GrGLCreateDebugInterface.cpp |
+++ b/src/gpu/gl/debug/GrGLCreateDebugInterface.cpp |
@@ -849,7 +849,9 @@ const GrGLInterface* GrGLCreateDebugInterface() { |
functions->fBindFragDataLocation = noOpGLBindFragDataLocation; |
functions->fBindTexture = debugGLBindTexture; |
functions->fBindVertexArray = debugGLBindVertexArray; |
+ functions->fBlendBarrier = noOpGLBlendBarrier; |
functions->fBlendColor = noOpGLBlendColor; |
+ functions->fBlendEquation = noOpGLBlendEquation; |
functions->fBlendFunc = noOpGLBlendFunc; |
functions->fBufferData = debugGLBufferData; |
functions->fBufferSubData = noOpGLBufferSubData; |