| Index: src/gpu/gl/GrGLNoOpInterface.cpp
|
| diff --git a/src/gpu/gl/GrGLNoOpInterface.cpp b/src/gpu/gl/GrGLNoOpInterface.cpp
|
| index df32d2a7cfc684c04b2ff33b6711c97d3ec0b6b5..6b8880ed81c9c19ad1bf646438b4a88fa41e2ba1 100644
|
| --- a/src/gpu/gl/GrGLNoOpInterface.cpp
|
| +++ b/src/gpu/gl/GrGLNoOpInterface.cpp
|
| @@ -367,6 +367,15 @@ GrGLvoid GR_GL_FUNCTION_TYPE noOpGLUniformMatrix4fv(GrGLint location,
|
| const GrGLfloat* value) {
|
| }
|
|
|
| + GrGLvoid GR_GL_FUNCTION_TYPE noOpGLVertexAttrib1f(GrGLuint indx, const GrGLfloat value) {
|
| +}
|
| +
|
| + GrGLvoid GR_GL_FUNCTION_TYPE noOpGLVertexAttrib2fv(GrGLuint indx, const GrGLfloat* values) {
|
| +}
|
| +
|
| + GrGLvoid GR_GL_FUNCTION_TYPE noOpGLVertexAttrib3fv(GrGLuint indx, const GrGLfloat* values) {
|
| +}
|
| +
|
| GrGLvoid GR_GL_FUNCTION_TYPE noOpGLVertexAttrib4fv(GrGLuint indx, const GrGLfloat* values) {
|
| }
|
|
|
|
|