summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/common/gl_mock.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpu/command_buffer/common/gl_mock.h')
-rw-r--r--gpu/command_buffer/common/gl_mock.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gpu/command_buffer/common/gl_mock.h b/gpu/command_buffer/common/gl_mock.h
index 303fe9f..ae2259d 100644
--- a/gpu/command_buffer/common/gl_mock.h
+++ b/gpu/command_buffer/common/gl_mock.h
@@ -364,6 +364,10 @@ class MockGLInterface : public GLInterface {
MOCK_METHOD3(TexParameteriv, void(
GLenum target, GLenum pname, const GLint* params));
+ MOCK_METHOD5(TexStorage2DEXT, void(
+ GLenum target, GLsizei levels, GLenum internalformat,
+ GLsizei width, GLsizei height));
+
MOCK_METHOD9(TexSubImage2D, void(
GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width,
GLsizei height, GLenum format, GLenum type, const void* pixels));