diff options
| author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-09-07 13:54:15 +0000 |
|---|---|---|
| committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-09-07 13:54:15 +0000 |
| commit | dbbf843dfe2a62ad341ebe4f946667204c64231d (patch) | |
| tree | 67529af32dca23c9089336cf21c5bfa7fe048eca /tests/GLProgramsTest.cpp | |
| parent | 5e728450247c677343e072f37150967b36892573 (diff) | |
Consolidate texture access functions, provide default GrTextureAccess
Review URL: https://codereview.appspot.com/6506086/
git-svn-id: http://skia.googlecode.com/svn/trunk@5428 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tests/GLProgramsTest.cpp')
| -rw-r--r-- | tests/GLProgramsTest.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/GLProgramsTest.cpp b/tests/GLProgramsTest.cpp index c99d66adea..54f900ce9d 100644 --- a/tests/GLProgramsTest.cpp +++ b/tests/GLProgramsTest.cpp @@ -78,7 +78,6 @@ bool GrGpuGL::programUnitTest() { static const int IN_CONFIG_FLAGS[] = { StageDesc::kNone_InConfigFlag, StageDesc::kSmearAlpha_InConfigFlag, - StageDesc::kSmearRed_InConfigFlag, }; static const int NUM_TESTS = 512; |
