Index: src/gpu/gl/debug/GrGLCreateDebugInterface.cpp |
diff --git a/src/gpu/gl/debug/GrGLCreateDebugInterface.cpp b/src/gpu/gl/debug/GrGLCreateDebugInterface.cpp |
index d985d87f98e62f3486c1c72e2bbc4ebf40876f21..0a8333b82986d18093fb940af0c94bd3870b164c 100644 |
--- a/src/gpu/gl/debug/GrGLCreateDebugInterface.cpp |
+++ b/src/gpu/gl/debug/GrGLCreateDebugInterface.cpp |
@@ -848,11 +848,8 @@ const GrGLInterface* GrGLCreateDebugInterface() { |
functions->fGetTexLevelParameteriv = noOpGLGetTexLevelParameteriv; |
functions->fGetUniformLocation = noOpGLGetUniformLocation; |
functions->fGenVertexArrays = debugGLGenVertexArrays; |
- functions->fLoadIdentity = noOpGLLoadIdentity; |
- functions->fLoadMatrixf = noOpGLLoadMatrixf; |
functions->fLineWidth = noOpGLLineWidth; |
functions->fLinkProgram = noOpGLLinkProgram; |
- functions->fMatrixMode = noOpGLMatrixMode; |
functions->fPixelStorei = debugGLPixelStorei; |
functions->fQueryCounter = noOpGLQueryCounter; |
functions->fReadBuffer = noOpGLReadBuffer; |
@@ -913,6 +910,8 @@ const GrGLInterface* GrGLCreateDebugInterface() { |
functions->fResolveMultisampleFramebuffer = |
noOpGLResolveMultisampleFramebuffer; |
functions->fMapBuffer = debugGLMapBuffer; |
+ functions->fMatrixLoadf = noOpGLMatrixLoadf; |
+ functions->fMatrixLoadIdentity = noOpGLMatrixLoadIdentity; |
functions->fUnmapBuffer = debugGLUnmapBuffer; |
functions->fBindFragDataLocationIndexed = |
noOpGLBindFragDataLocationIndexed; |