Add morphology, convolution, single texture, texture domain effects to new unit test...
authorbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 3 Aug 2012 18:12:20 +0000 (18:12 +0000)
committerbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 3 Aug 2012 18:12:20 +0000 (18:12 +0000)
commit0a7672f85ef7655b343679609d02018f83fcfc23
tree182413e9da8c9e33040b7fd22bd0e5ec912a45bd
parenta9e937c7b712b024de108fa963f92d0e70e4a296
Add morphology, convolution, single texture, texture domain effects to new unit test system

Review URL: http://codereview.appspot.com/6442085/

git-svn-id: http://skia.googlecode.com/svn/trunk@4951 2bbb7eff-a529-9590-31e7-b0007b416f81
12 files changed:
include/core/SkRandom.h
src/gpu/effects/GrColorTableEffect.cpp
src/gpu/effects/GrColorTableEffect.h
src/gpu/effects/GrConvolutionEffect.cpp
src/gpu/effects/GrConvolutionEffect.h
src/gpu/effects/GrMorphologyEffect.cpp
src/gpu/effects/GrMorphologyEffect.h
src/gpu/effects/GrSingleTextureEffect.cpp
src/gpu/effects/GrSingleTextureEffect.h
src/gpu/effects/GrTextureDomainEffect.cpp
src/gpu/effects/GrTextureDomainEffect.h
tests/GLProgramsTest.cpp