commit | a6ffb58b109f71512bde4e14d06a655914578c8d | [log] [tgz] |
---|---|---|
author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon Apr 29 16:50:17 2013 +0000 |
committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon Apr 29 16:50:17 2013 +0000 |
tree | fd7c6e4361c4c71bc3f2d267963e573b2a456467 | |
parent | 5c341d1ff1b58cc2b88c52f4ee41faf53a2a7578 [diff] [blame] |
Plumbed in discard_framebuffer extension https://codereview.chromium.org/14461006/ git-svn-id: http://skia.googlecode.com/svn/trunk@8906 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/gl/GrGLNoOpInterface.h b/src/gpu/gl/GrGLNoOpInterface.h index b04cdca..3002c07 100644 --- a/src/gpu/gl/GrGLNoOpInterface.h +++ b/src/gpu/gl/GrGLNoOpInterface.h
@@ -159,6 +159,10 @@ GrGLsizei width, GrGLsizei height); +GrGLvoid GR_GL_FUNCTION_TYPE noOpGLDiscardFramebuffer(GrGLenum target, + GrGLsizei numAttachments, + const GrGLenum* attachments); + GrGLvoid GR_GL_FUNCTION_TYPE noOpGLTexSubImage2D(GrGLenum target, GrGLint level, GrGLint xoffset,