| Index: src/gpu/gl/GrGLNoOpInterface.cpp
|
| diff --git a/src/gpu/gl/GrGLNoOpInterface.cpp b/src/gpu/gl/GrGLNoOpInterface.cpp
|
| index 3cf9ecd1e2fa3a6dfa31e05e3f1b16ac15dd35aa..f4a0b40d65172b2a21a3b7fd51d736eced7f31b7 100644
|
| --- a/src/gpu/gl/GrGLNoOpInterface.cpp
|
| +++ b/src/gpu/gl/GrGLNoOpInterface.cpp
|
| @@ -242,6 +242,11 @@ GrGLvoid GR_GL_FUNCTION_TYPE noOpGLStencilOpSeparate(GrGLenum face,
|
| 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,
|
|
|