| Index: src/gpu/gl/GrGLNoOpInterface.h
|
| diff --git a/src/gpu/gl/GrGLNoOpInterface.h b/src/gpu/gl/GrGLNoOpInterface.h
|
| index 23168e28a3ebacaaaa120863a4441bc77b5a4890..f81003b75cbefe087221cc1a109dcabbbd8d1ec0 100644
|
| --- a/src/gpu/gl/GrGLNoOpInterface.h
|
| +++ b/src/gpu/gl/GrGLNoOpInterface.h
|
| @@ -164,6 +164,10 @@ GrGLvoid GR_GL_FUNCTION_TYPE noOpGLStencilOpSeparate(GrGLenum face,
|
| GrGLenum zfail,
|
| GrGLenum zpass);
|
|
|
| +GrGLvoid GR_GL_FUNCTION_TYPE noOpGLTexBuffer(GrGLenum target,
|
| + GrGLint internalformat,
|
| + GrGLuint buffer);
|
| +
|
| GrGLvoid GR_GL_FUNCTION_TYPE noOpGLTexImage2D(GrGLenum target,
|
| GrGLint level,
|
| GrGLint internalformat,
|
|
|