skia2/tests
John Stiles 50d0d097c3 Add dest-color support to the Pipeline stage.
Previously, when converting a program, the pipeline stage could assume
that an input to main() of type half4/float4 was always the input color.
This was a good assumption since the only possible inputs were
coordinates, or the input color.

This CL now recognizes that when a second float4 is passed to the main()
function, it should be a SK_DEST_COLOR_BUILTIN. This will let blend
functions pass in two colors.

ProgramToSkVM now takes a dest-color argument as well, but existing call
sites won't reference it (since they aren't for blend functions). I've
just passed the input-color a second time, since the value will never
actually be accessed.

Change-Id: I4214586bda605c6d287aa25b1b099e6ef5ba15a4
Bug: skia:12080
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/417261
Commit-Queue: John Stiles <johnstiles@google.com>
Auto-Submit: John Stiles <johnstiles@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
2021-06-09 22:09:21 +00:00
..
sksl Add dest-color support to the Pipeline stage. 2021-06-09 22:09:21 +00:00
AAClipTest.cpp
AdvancedBlendTest.cpp Delete mixed samples 2021-04-22 20:11:34 +00:00
AndroidCodecTest.cpp Deprecate (and ignore) SkAndroidCodec::ExifOrientation 2021-01-15 23:08:46 +00:00
AnimatedImageTest.cpp SkAnimatedImage: consider exif orientation 2021-05-11 13:59:48 +00:00
AnnotationTest.cpp
ApplyGammaTest.cpp drawBitmap is deprecated 2021-01-24 17:39:15 +00:00
ArenaAllocTest.cpp
AsADashTest.cpp
BackendAllocationTest.cpp Reland "Limit ANGLE PBO workaround to blocking use of GL_UNPACK_ROW_LENGTH" 2021-06-07 18:23:17 +00:00
BackendSurfaceMutableStateTest.cpp Have GrVkTexture not derive from GrVkImage. 2021-03-15 15:18:55 +00:00
BadIcoTest.cpp Move skbug5883.gif to a better test 2021-03-17 19:44:10 +00:00
BitmapCopyTest.cpp
BitmapGetColorTest.cpp
BitmapTest.cpp
BitSetTest.cpp
BlendTest.cpp
BlitMaskClip.cpp
BlurTest.cpp Hide (unused) SkDrawLooper 2021-02-07 12:49:53 +00:00
BRDTest.cpp
BulkRectTest.cpp Make SkSurfaceProps non-optional for SDCs and SkSpecialImages 2021-04-20 16:22:46 +00:00
CachedDataTest.cpp
CachedDecodingPixelRefTest.cpp filter-quality is deprecated, pass sampling to drawImage 2021-01-28 03:22:51 +00:00
CanvasStateHelpers.cpp
CanvasStateHelpers.h
CanvasStateTest.cpp
CanvasTest.cpp
ChecksumTest.cpp
ClearTest.cpp Make SkSurfaceProps non-optional for SDCs and SkSpecialImages 2021-04-20 16:22:46 +00:00
ClipBoundsTest.cpp Make the SkGpuDevice factories return SkBaseGpuDevices 2021-06-04 14:13:13 +00:00
ClipCubicTest.cpp
ClipperTest.cpp
ClipStackTest.cpp Make the SkGpuDevice factories return SkBaseGpuDevices 2021-06-04 14:13:13 +00:00
CodecAnimTest.cpp
CodecExactReadTest.cpp
CodecPartialTest.cpp
CodecPriv.h
CodecRecommendedTypeTest.cpp
CodecTest.cpp Migrate to drawImage w/ sampling 2021-01-22 22:38:02 +00:00
ColorFilterTest.cpp impl WorkingFormatCF::getFlags() 2021-02-17 21:25:58 +00:00
ColorMatrixTest.cpp
ColorPrivTest.cpp
ColorSpaceTest.cpp
ColorTest.cpp
CompressedBackendAllocationTest.cpp Hide getFilterQuality 2021-03-21 02:23:27 +00:00
CopySurfaceTest.cpp GrConvertPixels takes pixmaps 2021-03-31 00:23:17 +00:00
CTest.cpp
CubicMapTest.cpp
CullTestTest.cpp Add a GrCullTest class 2021-05-13 17:30:58 +00:00
DashPathEffectTest.cpp Move patheffect details to (private) base subclass 2021-05-22 01:55:43 +00:00
DataRefTest.cpp
DebugLayerManagerTest.cpp
DefaultPathRendererTest.cpp Make SkSurfaceProps non-optional for SDCs and SkSpecialImages 2021-04-20 16:22:46 +00:00
DeferredDisplayListTest.cpp Make the SkGpuDevice factories return SkBaseGpuDevices 2021-06-04 14:13:13 +00:00
DequeTest.cpp
DescriptorTest.cpp
DeviceTest.cpp Add option to switch between OGA and NGA SkGpuDevices 2021-06-07 15:23:40 +00:00
DiscardableMemoryPoolTest.cpp
DiscardableMemoryTest.cpp
DMSAATest.cpp Fix DMSAA loads on ES/ANGLE 2021-06-08 17:45:46 +00:00
DrawBitmapRectTest.cpp filter-quality is deprecated, pass sampling to drawImage 2021-01-28 03:22:51 +00:00
DrawOpAtlasTest.cpp Rename GrXferProcessor::DstProxyView to GrDstProxyView. 2021-06-02 18:00:47 +00:00
DrawPathTest.cpp
DrawTextTest.cpp don't draw strings that have no glyphs 2021-05-03 19:27:54 +00:00
DSLFPTest.cpp Fix up names from RenderTargetContext to SurfaceDrawContext. 2021-06-04 19:37:14 +00:00
EGLImageTest.cpp Revert "Remove deferred proxy machinery" 2021-02-10 12:28:42 +00:00
EmptyPathTest.cpp
EncodedInfoTest.cpp
EncodeTest.cpp
ExifTest.cpp
ExtendedSkColorTypeTests.cpp ComparePixels helper takes GrCPixmaps 2021-03-31 20:38:22 +00:00
F16StagesTest.cpp
FakeStreams.h
FillPathTest.cpp
FitsInTest.cpp
FlattenableFactoryToName.cpp
FlattenableNameToFactory.cpp
FlattenDrawableTest.cpp Move patheffect details to (private) base subclass 2021-05-22 01:55:43 +00:00
Float16Test.cpp
FloatingPointTextureTest.cpp GrConvertPixels takes pixmaps 2021-03-31 00:23:17 +00:00
FontHostStreamTest.cpp
FontHostTest.cpp
FontMgrAndroidParserTest.cpp
FontMgrFontConfigTest.cpp
FontMgrTest.cpp Improve typeface test assert information. 2021-05-04 21:16:55 +00:00
FontNamesTest.cpp
FontTest.cpp
FrontBufferedStreamTest.cpp
GeometryTest.cpp Don't pass NaN to SkChopQuadAt in SkChopQuadAtMaxCurvature. 2021-04-29 16:40:09 +00:00
GifTest.cpp Pass sampling to drawImage 2021-01-29 18:53:48 +00:00
GLBackendSurfaceTest.cpp Remove SkImage_Base::peekProxy. 2021-02-23 19:59:31 +00:00
GlyphRunTest.cpp remove unused code SkGlyphIDSet 2021-03-15 15:31:15 +00:00
GpuDrawPathTest.cpp Remove NVPR 2021-03-19 12:26:38 +00:00
GpuRectanizerTest.cpp
GradientTest.cpp GrConvertPixels takes pixmaps 2021-03-31 00:23:17 +00:00
GrAHardwareBufferTest.cpp drawBitmap is deprecated 2021-01-28 19:37:45 +00:00
GrBlockAllocatorTest.cpp
GrCCPRTest.cpp Fix up names from RenderTargetContext to SurfaceDrawContext. 2021-06-04 19:37:14 +00:00
GrClipStackTest.cpp Remove 'hasUserStencilSettings' from GrClip::apply 2021-05-27 17:14:37 +00:00
GrContextAbandonTest.cpp
GrContextFactoryTest.cpp
GrContextOOM.cpp
GrDDLImageTest.cpp
GrFinishedFlushTest.cpp
GrGLExtensionsTest.cpp
GrMemoryPoolTest.cpp
GrMeshTest.cpp Rename GrXferProcessor::DstProxyView to GrDstProxyView. 2021-06-02 18:00:47 +00:00
GrMipMappedTest.cpp Make the SkGpuDevice factories return SkBaseGpuDevices 2021-06-04 14:13:13 +00:00
GrOpListFlushTest.cpp filter-quality is deprecated, pass sampling to drawImage 2021-01-28 03:22:51 +00:00
GrPathUtilsTest.cpp Chop tessellated curves that don't fit in a patch 2021-05-21 23:01:43 +00:00
GrPipelineDynamicStateTest.cpp Rename GrXferProcessor::DstProxyView to GrDstProxyView. 2021-06-02 18:00:47 +00:00
GrPorterDuffTest.cpp Rename GrXferProcessor::DstProxyView to GrDstProxyView. 2021-06-02 18:00:47 +00:00
GrQuadBufferTest.cpp
GrQuadCropTest.cpp Fix overdraw from unstable perspective math 2021-05-13 19:37:53 +00:00
GrRenderTaskClusterTest.cpp Fix write-after-read in clustering 2021-01-28 22:46:00 +00:00
GrStyledShapeTest.cpp Move patheffect details to (private) base subclass 2021-05-22 01:55:43 +00:00
GrSubmittedFlushTest.cpp
GrSurfaceTest.cpp Make GrGpu pixel ops functions take SkIRect instead of LTRB params. 2021-05-24 18:56:38 +00:00
GrTBlockListTest.cpp
GrTextBlobTest.cpp return void* instead of char* from alignedBytes 2021-02-24 17:23:54 +00:00
GrTextureMipMapInvalidationTest.cpp Remove SkImage_Base::peekProxy. 2021-02-23 19:59:31 +00:00
GrThreadSafeCacheTest.cpp Rename GrXferProcessor::DstProxyView to GrDstProxyView. 2021-06-02 18:00:47 +00:00
GrVxTest.cpp Use SIMD to update hw tessellation tolerances 2021-02-25 00:33:48 +00:00
HashTest.cpp
HighContrastFilterTest.cpp refactor high-contrast filter 2021-02-23 20:22:07 +00:00
HSVRoundTripTest.cpp
ICCTest.cpp
ImageBitmapTest.cpp
ImageCacheTest.cpp
ImageFilterCacheTest.cpp Remove GrBitmapTextureMaker. 2021-04-28 17:24:56 +00:00
ImageFilterTest.cpp Allow image filters to require a translation-only layer transform 2021-06-09 21:34:44 +00:00
ImageFrom565Bitmap.cpp
ImageGeneratorTest.cpp
ImageIsOpaqueTest.cpp
ImageNewShaderTest.cpp
ImageTest.cpp Reflatten YUVA image on each request. 2021-04-19 14:52:04 +00:00
IncrTopoSortTest.cpp
IndexedPngOverflowTest.cpp drawBitmap is deprecated, use drawImage 2021-01-25 01:44:55 +00:00
InfRectTest.cpp
InsetConvexPolyTest.cpp
InvalidIndexedPngTest.cpp
IsClosedSingleContourTest.cpp
JSONTest.cpp
LazyProxyTest.cpp Rename GrXferProcessor::DstProxyView to GrDstProxyView. 2021-06-02 18:00:47 +00:00
LListTest.cpp
LRUCacheTest.cpp
M44Test.cpp Add mapRect function and RectToRect constructor to SkM44 2021-05-05 19:57:26 +00:00
MallocPixelRefTest.cpp
MaskCacheTest.cpp
MathTest.cpp
Matrix44Test.cpp
MatrixClipCollapseTest.cpp
MatrixColorFilterTest.cpp
MatrixTest.cpp Simplify common case for recttorect 2021-01-15 18:37:46 +00:00
MD5Test.cpp
MemoryTest.cpp
MemsetTest.cpp
MessageBusTest.cpp Expand SkMessageBus to support different unique key types 2021-03-11 20:38:00 +00:00
MetaDataTest.cpp
MipMapTest.cpp filter-quality is deprecated, pass sampling to drawImage 2021-01-28 03:22:51 +00:00
MtlBackendAllocationTest.mm
MtlCopySurfaceTest.mm Make render task targets be just a proxy. 2021-01-21 17:16:06 +00:00
MultiPictureDocumentTest.cpp GrConvertPixels takes pixmaps 2021-03-31 00:23:17 +00:00
NdkDecodeTest.cpp
NdkEncodeTest.cpp
NonlinearBlendingTest.cpp
OffsetSimplePolyTest.cpp
OnceTest.cpp
OnFlushCallbackTest.cpp Fix up names from RenderTargetContext to SurfaceDrawContext. 2021-06-04 19:37:14 +00:00
OpChainTest.cpp Rename GrXferProcessor::DstProxyView to GrDstProxyView. 2021-06-02 18:00:47 +00:00
OSPathTest.cpp
OverAlignedTest.cpp
PaintTest.cpp Don't use filter-quality 2021-01-30 16:09:23 +00:00
ParametricStageTest.cpp
ParseColorTest.cpp
ParsePathTest.cpp
PathBuilderTest.cpp SkPathBuider::addPath() 2021-01-26 03:53:49 +00:00
PathCoverageTest.cpp
PathMeasureTest.cpp
PathOpsAngleIdeas.cpp
PathOpsAngleTest.cpp
PathOpsAsWindingTest.cpp
PathOpsBattles.cpp
PathOpsBoundsTest.cpp
PathOpsBuilderConicTest.cpp
PathOpsBuilderTest.cpp
PathOpsBuildUseTest.cpp
PathOpsChalkboardTest.cpp
PathOpsConicIntersectionTest.cpp
PathOpsConicLineIntersectionTest.cpp
PathOpsConicQuadIntersectionTest.cpp
PathOpsCubicConicIntersectionTest.cpp
PathOpsCubicIntersectionTest.cpp
PathOpsCubicIntersectionTestData.cpp
PathOpsCubicIntersectionTestData.h
PathOpsCubicLineIntersectionIdeas.cpp
PathOpsCubicLineIntersectionTest.cpp
PathOpsCubicQuadIntersectionTest.cpp
PathOpsCubicReduceOrderTest.cpp
PathOpsDCubicTest.cpp
PathOpsDebug.cpp
PathOpsDebug.h
PathOpsDLineTest.cpp
PathOpsDPointTest.cpp
PathOpsDRectTest.cpp
PathOpsDVectorTest.cpp
PathOpsExtendedTest.cpp
PathOpsExtendedTest.h
PathOpsFuzz763Test.cpp
PathOpsInverseTest.cpp
PathOpsIssue3651.cpp
PathOpsLineIntersectionTest.cpp
PathOpsLineParametetersTest.cpp
PathOpsOpCircleThreadedTest.cpp
PathOpsOpCubicThreadedTest.cpp
PathOpsOpLoopThreadedTest.cpp
PathOpsOpRectThreadedTest.cpp
PathOpsOpTest.cpp
PathOpsQuadIntersectionTest.cpp
PathOpsQuadIntersectionTestData.cpp
PathOpsQuadIntersectionTestData.h
PathOpsQuadLineIntersectionTest.cpp
PathOpsQuadLineIntersectionThreadedTest.cpp
PathOpsQuadReduceOrderTest.cpp
PathOpsSimplifyDegenerateThreadedTest.cpp
PathOpsSimplifyFailTest.cpp
PathOpsSimplifyQuadralateralsThreadedTest.cpp
PathOpsSimplifyQuadThreadedTest.cpp
PathOpsSimplifyRectThreadedTest.cpp
PathOpsSimplifyTest.cpp
PathOpsSimplifyTrianglesThreadedTest.cpp
PathOpsSkpTest.cpp
PathOpsTestCommon.cpp
PathOpsTestCommon.h
PathOpsThreadedCommon.cpp
PathOpsThreadedCommon.h
PathOpsThreeWayTest.cpp
PathOpsTigerTest.cpp
PathOpsTightBoundsTest.cpp
PathOpsTSectDebug.h
PathOpsTypesTest.cpp
PathRendererCacheTests.cpp Make SkSurfaceProps non-optional for SDCs and SkSpecialImages 2021-04-20 16:22:46 +00:00
PathTest.cpp Reland "Stop using copying SkPath::Iter for convexity and contains checks" 2021-04-23 20:44:33 +00:00
PDFDeflateWStreamTest.cpp
PDFDocumentTest.cpp drawBitmap is deprecated, use drawImage 2021-01-25 01:44:55 +00:00
PDFGlyphsToUnicodeTest.cpp
PDFJpegEmbedTest.cpp filter-quality is deprecated, pass sampling to drawImage 2021-01-28 03:22:51 +00:00
PDFMetadataAttributeTest.cpp
PDFOpaqueSrcModeToSrcOverTest.cpp
PDFPrimitivesTest.cpp add RSXForm to SkGlyphRun 2021-04-08 19:50:45 +00:00
PDFTaggedLinkTest.cpp
PDFTaggedPruningTest.cpp
PDFTaggedTableTest.cpp
PDFTaggedTest.cpp drawBitmap is deprecated, use drawImage 2021-01-25 01:44:55 +00:00
PictureBBHTest.cpp
PictureShaderTest.cpp Must pass filtering to picture shader 2021-03-18 22:18:47 +00:00
PictureTest.cpp Update bad_bitmap test 2021-01-28 17:10:19 +00:00
PinnedImageTest.cpp Revert "Reland "Reland "Use SkImage_Raster's unique ID to cache textures.""" 2021-06-08 18:07:47 +00:00
PixelRefTest.cpp
Point3Test.cpp
PointTest.cpp
PolyUtilsTest.cpp
PremulAlphaRoundTripTest.cpp
PrimitiveProcessorTest.cpp Rename GrXferProcessor::DstProxyView to GrDstProxyView. 2021-06-02 18:00:47 +00:00
ProcessorTest.cpp Rename GrXferProcessor::DstProxyView to GrDstProxyView. 2021-06-02 18:00:47 +00:00
ProgramsTest.cpp Fix up names from RenderTargetContext to SurfaceDrawContext. 2021-06-04 19:37:14 +00:00
PromiseImageTest.cpp Change PromiseImage API to take GrContextThreadSafeProxy 2021-02-19 21:52:59 +00:00
ProxyConversionTest.cpp
ProxyRefTest.cpp
ProxyTest.cpp
QuickRejectTest.cpp don't use drawBitmap 2021-01-26 02:24:21 +00:00
RandomTest.cpp
ReadPixelsTest.cpp GrConvertPixels takes pixmaps 2021-03-31 00:23:17 +00:00
ReadWritePixelsGpuTest.cpp Direct3D: implement transfer methods 2021-05-18 20:48:14 +00:00
RecordDrawTest.cpp remove dead code from old drawimage virtuals 2021-01-21 01:26:15 +00:00
RecorderTest.cpp More hiding of legacy drawImage calls 2021-01-22 13:53:42 +00:00
RecordingXfermodeTest.cpp don't use drawBitmap 2021-01-26 02:24:21 +00:00
RecordOptsTest.cpp
RecordPatternTest.cpp
RecordTest.cpp
RecordTestUtils.h
RectangleTextureTest.cpp GrConvertPixels takes pixmaps 2021-03-31 00:23:17 +00:00
RectTest.cpp
RefCntTest.cpp
RegionTest.cpp
RepeatedClippedBlurTest.cpp filter-quality is deprecated, pass sampling to drawImage 2021-01-28 03:22:51 +00:00
ResourceAllocatorTest.cpp Move SkSpan to include/, for use in public API 2021-05-12 13:19:32 +00:00
ResourceCacheTest.cpp Add a second stencil attachment to GrRenderTarget for dmsaa 2021-04-23 20:01:03 +00:00
RoundRectTest.cpp
RRectInPathTest.cpp
RTreeTest.cpp
SafeMathTest.cpp
SamplingTest.cpp
ScalarTest.cpp
ScaleToSidesTest.cpp
SerializationTest.cpp Improve typeface test assert information. 2021-05-04 21:16:55 +00:00
SerialProcsTest.cpp Must pass filtering to picture shader 2021-03-18 22:18:47 +00:00
ShaderImageFilterTest.cpp
ShaderOpacityTest.cpp Remove supported for (removed) inheriting paint filter-quality 2021-03-09 00:58:09 +00:00
ShaderTest.cpp
ShadowTest.cpp
ShaperTest.cpp
SizeTest.cpp
SkBase64Test.cpp
Skbug5221.cpp
Skbug6389.cpp Hide legacy imagefilters::image using filter-quality 2021-02-14 14:58:00 +00:00
Skbug6653.cpp don't use drawBitmap 2021-01-26 02:24:21 +00:00
SkColor4fTest.cpp
SkColorSpaceXformStepsTest.cpp
SkDOMTest.cpp
SkDSLRuntimeEffectTest.cpp Refactored SkSL function creation and error handling 2021-05-04 19:25:25 +00:00
SkFixed15Test.cpp
SkGaussFilterTest.cpp
SkGlyphBufferTest.cpp
SkGlyphTest.cpp
skia_test.cpp
SkImageTest.cpp filter-quality is deprecated, pass sampling to drawImage 2021-01-28 03:22:51 +00:00
SkNxTest.cpp remove SkNx::rsqrt() 2021-04-14 20:54:08 +00:00
SkPathRangeIterTest.cpp
SkRasterPipelineTest.cpp
SkRemoteGlyphCacheTest.cpp Skip the SkRemoteGlyphCache_DrawTextAsDFT test if not supported 2021-06-08 17:36:06 +00:00
SkResourceCacheTest.cpp filter-quality is deprecated, pass sampling to drawImage 2021-01-28 03:22:51 +00:00
SkRuntimeEffectTest.cpp Remove GrRuntimeFPBuilder, SkRuntimeEffect::makeFP 2021-06-07 18:50:47 +00:00
SkScalerCacheTest.cpp
SkShaperJSONWriterTest.cpp Move SkSpan to include/, for use in public API 2021-05-12 13:19:32 +00:00
SkSharedMutexTest.cpp
SkSLCross.cpp Make SkSurfaceProps non-optional for SDCs and SkSpecialImages 2021-04-20 16:22:46 +00:00
SkSLDSLErrorLineNumbers.cpp Added _Type suffix to DSL Type enum 2021-04-08 21:55:05 +00:00
SkSLDSLOnlyTest.cpp Added _Type suffix to DSL Type enum 2021-04-08 21:55:05 +00:00
SkSLDSLTest.cpp Implement compile-time optimization for sqrt(constant). 2021-05-25 04:43:10 +00:00
SkSLFPTestbed.cpp Move ProgramKind and ProgramSettings types out of SkSL::Program. 2021-02-16 19:30:48 +00:00
SkSLGLSLTestbed.cpp Move ProgramKind and ProgramSettings types out of SkSL::Program. 2021-02-16 19:30:48 +00:00
SkSLInterpreterTest.cpp Make it possible to use the DSL from within the compiler itself 2021-05-18 15:10:53 +00:00
SkSLMemoryLayoutTest.cpp Move shader caps into SkSL context. 2021-02-24 20:00:54 +00:00
SkSLMetalTestbed.cpp Move ProgramKind and ProgramSettings types out of SkSL::Program. 2021-02-16 19:30:48 +00:00
SkSLSPIRVTestbed.cpp Move ProgramKind and ProgramSettings types out of SkSL::Program. 2021-02-16 19:30:48 +00:00
SkSLTest.cpp Disable SkSL test for clamp(). 2021-05-25 19:10:49 +00:00
SkSLTypeTest.cpp Add unit test for Type::minimumValue and Type::maximumValue. 2021-05-27 20:45:57 +00:00
SkStrikeCacheTest.cpp
SkStringViewTest.cpp Added skstd::string_view 2021-06-07 21:48:37 +00:00
SkTOptionalTest.cpp Added more SkTOptional APIs 2021-06-01 18:54:13 +00:00
SkUTFTest.cpp
SkVMTest.cpp add fast_mul(F32,F32) 2021-02-11 01:13:01 +00:00
SkVxTest.cpp
SortTest.cpp
SpecialImageTest.cpp Remove GrBitmapTextureMaker. 2021-04-28 17:24:56 +00:00
SpecialSurfaceTest.cpp Remove last two uses of SkGpuDevice's GrSurfaceDrawContext-based factory 2021-05-21 14:51:56 +00:00
SrcOverTest.cpp
SrcSrcOverBatchTest.cpp
SRGBReadWritePixelsTest.cpp Make SkSurfaceProps non-optional for SDCs and SkSpecialImages 2021-04-20 16:22:46 +00:00
SRGBTest.cpp
StreamBufferTest.cpp
StreamTest.cpp
StringTest.cpp
StrokerTest.cpp
StrokeTest.cpp
SubsetPath.cpp
SubsetPath.h
SurfaceDrawContextTest.cpp Fix up names from RenderTargetContext to SurfaceDrawContext. 2021-06-04 19:37:14 +00:00
SurfaceSemaphoreTest.cpp Copy on write for wrapped backend texture surfaces. 2021-03-05 19:50:05 +00:00
SurfaceTest.cpp Make the SkGpuDevice factories return SkBaseGpuDevices 2021-06-04 14:13:13 +00:00
SVGDeviceTest.cpp [svgcanvas] Add support for relative path encoding 2021-05-11 17:44:59 +00:00
SwizzlerTest.cpp
TArrayTest.cpp
TDPQueueTest.cpp
TemplatesTest.cpp
Test.cpp
Test.h Run the Programs unit test on all rendering backends 2021-02-18 17:40:58 +00:00
TestTest.cpp
TestUtils.cpp ComparePixels helper takes GrCPixmaps 2021-03-31 20:38:22 +00:00
TestUtils.h ComparePixels helper takes GrCPixmaps 2021-03-31 20:38:22 +00:00
TextBlobCacheTest.cpp
TextBlobTest.cpp Make TextBlob 'Text' allocators public. 2021-02-24 18:48:44 +00:00
TextureBindingsResetTest.cpp
TextureOpTest.cpp Don't use the recordTimeAllocator in GrOpsTask 2021-04-02 18:04:35 +00:00
TextureProxyTest.cpp Have GrVkTexture not derive from GrVkImage. 2021-03-15 15:18:55 +00:00
TextureStripAtlasManagerTest.cpp filter-quality is deprecated, pass sampling to drawImage 2021-01-28 03:22:51 +00:00
Time.cpp
TLazyTest.cpp
TopoSortTest.cpp
TraceMemoryDumpTest.cpp Rename glrt::fRTFBOID -> fMultisampleFBOID 2021-04-08 16:03:04 +00:00
TracingTest.cpp
TransferPixelsTest.cpp Reland "Limit ANGLE PBO workaround to blocking use of GL_UNPACK_ROW_LENGTH" 2021-06-07 18:23:17 +00:00
TriangulatingPathRendererTests.cpp Make SkSurfaceProps non-optional for SDCs and SkSpecialImages 2021-04-20 16:22:46 +00:00
TypefaceMacTest.cpp Reland "Reland "Test mac system font variations."" 2021-02-22 18:48:49 +00:00
TypefaceTest.cpp Use current variation position in cloning typeface. 2021-02-16 18:06:19 +00:00
UnicodeTest.cpp
UtilsTest.cpp Move SkSpan to include/, for use in public API 2021-05-12 13:19:32 +00:00
VerticesTest.cpp Remove custom SkVertices data and runtime effect varying support 2021-04-19 17:49:25 +00:00
VkBackendSurfaceTest.cpp Make the SkGpuDevice factories return SkBaseGpuDevices 2021-06-04 14:13:13 +00:00
VkDrawableTest.cpp Remove GrGpu::testingOnly_flushGpuAndSync 2021-02-12 19:33:59 +00:00
VkHardwareBufferTest.cpp Remove GrGpu::testingOnly_flushGpuAndSync 2021-02-12 19:33:59 +00:00
VkPriorityExtensionTest.cpp
VkProtectedContextTest.cpp
VkWrapTests.cpp
VkYcbcrSamplerTest.cpp
VptrTest.cpp
WangsFormulaTest.cpp Make GrWangsFormula::conic take "precision" instead of "tolerance" 2021-06-02 18:58:06 +00:00
WebpTest.cpp
WindowRectanglesTest.cpp
WrappedSurfaceCopyOnWriteTest.cpp Add methods to access the top device's render target proxy 2021-06-03 18:16:27 +00:00
WritePixelsTest.cpp Limit texture attached to FBO workaround on Adreno 4xxx by driver ver. 2021-04-06 14:52:45 +00:00
Writer32Test.cpp
YUVCacheTest.cpp
YUVTest.cpp