| Index: src/gpu/gl/GrGLNoOpInterface.cpp
|
| diff --git a/src/gpu/gl/GrGLNoOpInterface.cpp b/src/gpu/gl/GrGLNoOpInterface.cpp
|
| index f5880464557cc4e7f1e50c8715caffb962279a8f..6b8880ed81c9c19ad1bf646438b4a88fa41e2ba1 100644
|
| --- a/src/gpu/gl/GrGLNoOpInterface.cpp
|
| +++ b/src/gpu/gl/GrGLNoOpInterface.cpp
|
| @@ -27,6 +27,7 @@
|
| "GL_ARB_timer_query",
|
| "GL_ARB_draw_buffers",
|
| "GL_ARB_occlusion_query",
|
| + "GL_EXT_blend_color",
|
| "GL_EXT_stencil_wrap"
|
| };
|
|
|
| @@ -47,18 +48,15 @@
|
| }
|
| }
|
|
|
| -GrGLvoid GR_GL_FUNCTION_TYPE noOpGLBindFragDataLocation(GrGLuint program,
|
| - GrGLuint colorNumber,
|
| - const GrGLchar* name) {
|
| -}
|
| -
|
| GrGLvoid GR_GL_FUNCTION_TYPE noOpGLBlendColor(GrGLclampf red,
|
| GrGLclampf green,
|
| GrGLclampf blue,
|
| GrGLclampf alpha) {
|
| }
|
|
|
| -GrGLvoid GR_GL_FUNCTION_TYPE noOpGLBlendEquation(GrGLenum mode) {
|
| +GrGLvoid GR_GL_FUNCTION_TYPE noOpGLBindFragDataLocation(GrGLuint program,
|
| + GrGLuint colorNumber,
|
| + const GrGLchar* name) {
|
| }
|
|
|
| GrGLvoid GR_GL_FUNCTION_TYPE noOpGLBlendFunc(GrGLenum sfactor,
|
|
|