aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGpuGL.h
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-06-04 20:06:02 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-06-04 20:06:02 +0000
commitd2ae1fad78bbd37d77bd437ea14fb7df22c672d8 (patch)
treee04b10a51ceef7edfcf802d9071a58c183245bbc /src/gpu/gl/GrGpuGL.h
parenta1e5795279bd085496fa04c59e588f440bf30457 (diff)
remove 4x4 downsample filter mode
Review URL: http://codereview.appspot.com/6267046/ git-svn-id: http://skia.googlecode.com/svn/trunk@4149 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/gpu/gl/GrGpuGL.h')
-rw-r--r--src/gpu/gl/GrGpuGL.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gpu/gl/GrGpuGL.h b/src/gpu/gl/GrGpuGL.h
index 3fab9eea53..f19981a8e6 100644
--- a/src/gpu/gl/GrGpuGL.h
+++ b/src/gpu/gl/GrGpuGL.h
@@ -250,9 +250,6 @@ private:
// flushes the parameters for convolution
void flushConvolution(int stage);
- // flushes the normalized texel size
- void flushTexelSize(int stage);
-
// flushes the color matrix
void flushColorMatrix();