Index: src/gpu/gl/GrGLCreateNullInterface.cpp |
diff --git a/src/gpu/gl/GrGLCreateNullInterface.cpp b/src/gpu/gl/GrGLCreateNullInterface.cpp |
index 9cac1c675add39c8af87b23532d8c9c5e0cfc285..f31603af8f55a29e1f737e2717f455aecb1fd1ec 100644 |
--- a/src/gpu/gl/GrGLCreateNullInterface.cpp |
+++ b/src/gpu/gl/GrGLCreateNullInterface.cpp |
@@ -428,9 +428,11 @@ const GrGLInterface* GrGLCreateNullInterface() { |
functions->fStencilOp = noOpGLStencilOp; |
functions->fStencilOpSeparate = noOpGLStencilOpSeparate; |
functions->fTexImage2D = noOpGLTexImage2D; |
+ functions->fTexImage3D = noOpGLTexImage3D; |
functions->fTexParameteri = noOpGLTexParameteri; |
functions->fTexParameteriv = noOpGLTexParameteriv; |
functions->fTexSubImage2D = noOpGLTexSubImage2D; |
+ functions->fTexSubImage3D = noOpGLTexSubImage3D; |
functions->fTexStorage2D = noOpGLTexStorage2D; |
functions->fDiscardFramebuffer = noOpGLDiscardFramebuffer; |
functions->fUniform1f = noOpGLUniform1f; |