skia2/tests
jvanverth@google.com 3976825a21 Remove unused texture coordinate flags.
Currently we support 5 texture stages, each with 5 possible texture coordinate attributes.
However, we only ever use one explicit texture coordinate. This change removes all but one 
(now named just "aTexCoord") of the possible explicit texture coordinates.

Review URL: https://codereview.appspot.com/7308094/


git-svn-id: http://skia.googlecode.com/svn/trunk@7737 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-02-14 15:25:44 +00:00
..
TestXCode/Tests.xcodeproj
AAClipTest.cpp
AnnotationTest.cpp Defining new color constat for transparent color 2012-12-06 21:47:40 +00:00
AtomicTest.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
BitmapCopyTest.cpp
BitmapFactoryTest.cpp Create a factory to decode an SkBitmap from an SkData. 2012-11-29 21:05:37 +00:00
BitmapGetColorTest.cpp
BitmapHeapTest.cpp In SkBitmapHeap, defer adding owners for new bitmaps. 2012-11-16 20:34:37 +00:00
BitmapTransformerTest.cpp Fix r6808 fix & some compiler warnings 2012-12-14 13:55:06 +00:00
BitSetTest.cpp
BlitRowTest.cpp
BlurTest.cpp
CanvasTest.cpp
ChecksumTest.cpp Create SkBitmapChecksummer and associated SkBitmapTransformer 2012-12-12 17:22:23 +00:00
ClampRangeTest.cpp
ClipCacheTest.cpp Remove legacy names no longer referenced in Chrome and WebKit. 2013-02-07 14:43:04 +00:00
ClipCubicTest.cpp Defining new color constat for transparent color 2012-12-06 21:47:40 +00:00
ClipperTest.cpp
ClipStackTest.cpp eliminate all warnings in non-thirdparty code on mac 2013-01-07 16:47:43 +00:00
ColorFilterTest.cpp
ColorTest.cpp eliminate all warnings in non-thirdparty code on mac 2013-01-07 16:47:43 +00:00
DataRefTest.cpp eliminate all warnings in non-thirdparty code on mac 2013-01-07 16:47:43 +00:00
DeferredCanvasTest.cpp Address google3 compiler warning 2013-02-07 21:02:23 +00:00
DequeTest.cpp
DrawBitmapRectTest.cpp use SkTreatAsSprite in SkDraw (with guard for chrome if needed) 2013-01-03 15:22:40 +00:00
DrawPathTest.cpp add optional cull-rect to patheffects, so they can do less work if their results 2013-01-24 21:03:11 +00:00
DrawTextTest.cpp
EmptyPathTest.cpp Defining new color constat for transparent color 2012-12-06 21:47:40 +00:00
FillPathTest.cpp
FlatDataTest.cpp
FlateTest.cpp
FontHostStreamTest.cpp Don't die when there are no fonts available. 2013-01-17 20:19:13 +00:00
FontHostTest.cpp Start addressing the clang static analyzer issues 2013-01-30 20:33:12 +00:00
GeometryTest.cpp
GLInterfaceValidation.cpp
GLProgramsTest.cpp Remove unused texture coordinate flags. 2013-02-14 15:25:44 +00:00
GpuBitmapCopyTest.cpp Fix WritePixels test on ANGLE. 2013-02-06 18:17:50 +00:00
GradientTest.cpp Adding a new unit test that demonstrates that dithering affects constant gradients 2013-01-30 15:52:06 +00:00
GrContextFactoryTest.cpp
GrMemoryPoolTest.cpp Re-enable inst counting in debug builds. 2013-01-15 20:37:04 +00:00
HashCacheTest.cpp Make GPU unit tests use GrContexts of different GL types. 2013-02-04 16:13:32 +00:00
InfRectTest.cpp fix warings. add SkTAbs() 2013-01-08 13:23:32 +00:00
LListTest.cpp Re-enable inst counting in debug builds. 2013-01-15 20:37:04 +00:00
MathTest.cpp eliminate all warnings in non-thirdparty code on mac 2013-01-07 16:47:43 +00:00
Matrix44Test.cpp fix warings. add SkTAbs() 2013-01-08 13:23:32 +00:00
MatrixTest.cpp return if we're invertible for the fast scale+trans case when we have no inverse 2013-01-30 15:47:42 +00:00
MD5Test.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-31 20:28:24 +00:00
MemsetTest.cpp
MetaDataTest.cpp
PackBitsTest.cpp
PaintTest.cpp Fix errors when compiling with -Wall -Werror on Android. 2013-02-07 18:58:35 +00:00
ParsePathTest.cpp
PathCoverageTest.cpp
PathMeasureTest.cpp
PathTest.cpp Reverse sense of convex-quad-fix compiler flag 2013-01-23 20:45:26 +00:00
PDFPrimitivesTest.cpp [PDF] Handle invalid glyph IDs on drawText methods. 2013-01-25 19:27:23 +00:00
PictureTest.cpp Fixing crash in cloning empty SkPicture object 2013-01-28 21:04:44 +00:00
PictureUtilsTest.cpp
PipeTest.cpp Defining new color constat for transparent color 2012-12-06 21:47:40 +00:00
PointTest.cpp
PremulAlphaRoundTripTest.cpp Make GPU unit tests use GrContexts of different GL types. 2013-02-04 16:13:32 +00:00
QuickRejectTest.cpp Added toString to SkDrawLooper-derived classes 2013-01-28 20:21:59 +00:00
RandomTest.cpp Fix for Gorilla test 2013-02-14 13:20:35 +00:00
Reader32Test.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
ReadPixelsTest.cpp Remove legacy names no longer referenced in Chrome and WebKit. 2013-02-07 14:43:04 +00:00
ReadWriteAlphaTest.cpp Fix errors when compiling with -Wall -Werror on Android. 2013-02-07 18:58:35 +00:00
RefCntTest.cpp
RefDictTest.cpp
RegionTest.cpp
RoundRectTest.cpp fix warings. add SkTAbs() 2013-01-08 13:23:32 +00:00
RTreeTest.cpp
ScalarTest.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SHA1Test.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-31 20:28:24 +00:00
ShaderOpacityTest.cpp
Sk64Test.cpp
skia_test.cpp Make GPU unit tests use GrContexts of different GL types. 2013-02-04 16:13:32 +00:00
SortTest.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-25 07:06:46 +00:00
SrcOverTest.cpp
StreamTest.cpp Ensure that SkMemoryStream does not crash dereferencing fData. 2013-01-09 22:02:58 +00:00
StringTest.cpp
StrokeTest.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
Test.cpp Make GPU unit tests use GrContexts of different GL types. 2013-02-04 16:13:32 +00:00
Test.h Make GPU unit tests use GrContexts of different GL types. 2013-02-04 16:13:32 +00:00
TestClassDef.h Make GPU unit tests use GrContexts of different GL types. 2013-02-04 16:13:32 +00:00
TestSize.cpp
TileGridTest.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-02-09 07:05:02 +00:00
TLSTest.cpp eliminate all warnings in non-thirdparty code on mac 2013-01-07 16:47:43 +00:00
ToUnicode.cpp
UnicodeTest.cpp
UtilsTest.cpp Remove SkRefPtr 2013-01-04 19:31:24 +00:00
valgrind.supp
WArrayTest.cpp
WritePixelsTest.cpp Remove legacy names no longer referenced in Chrome and WebKit. 2013-02-07 14:43:04 +00:00
Writer32Test.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
XfermodeTest.cpp