Home
last modified time | relevance | path

Searched defs:DEF_TEST (Results 1 – 25 of 346) sorted by relevance

12345678910>>...14

/external/skia/tests/
DFontationsFtCompTest.cpp141 DEF_TEST(Fontations_NotoSans, reporter) { in DEF_TEST() function
152 DEF_TEST(Fontations_NotoSans_Deva, reporter) { in DEF_TEST() function
156 DEF_TEST(Fontations_NotoSans_ar_Arab, reporter) { in DEF_TEST() function
161 DEF_TEST(Fontations_NotoSans_Beng, reporter) { in DEF_TEST() function
165 DEF_TEST(Fontations_NotoSans_Jpan, reporter) { in DEF_TEST() function
169 DEF_TEST(Fontations_NotoSans_Thai, reporter) { in DEF_TEST() function
173 DEF_TEST(Fontations_NotoSans_Hans, reporter) { in DEF_TEST() function
177 DEF_TEST(Fontations_NotoSans_Hant, reporter) { in DEF_TEST() function
181 DEF_TEST(Fontations_NotoSans_Kore, reporter) { in DEF_TEST() function
185 DEF_TEST(Fontations_NotoSans_Taml, reporter) { in DEF_TEST() function
[all …]
DParametricStageTest.cpp54 DEF_TEST(Parametric_sRGB, r) { in DEF_TEST() function
68 DEF_TEST(Parametric_1dot0, r) { check_error(r, 1/510.0f, 1.0f); } in DEF_TEST() function
70 DEF_TEST(Parametric_1dot2, r) { check_error(r, 1/510.0f, 1.2f); } in DEF_TEST() function
71 DEF_TEST(Parametric_1dot4, r) { check_error(r, 1/510.0f, 1.4f); } in DEF_TEST() function
72 DEF_TEST(Parametric_1dot8, r) { check_error(r, 1/510.0f, 1.8f); } in DEF_TEST() function
73 DEF_TEST(Parametric_2dot0, r) { check_error(r, 1/510.0f, 2.0f); } in DEF_TEST() function
74 DEF_TEST(Parametric_2dot2, r) { check_error(r, 1/510.0f, 2.2f); } in DEF_TEST() function
75 DEF_TEST(Parametric_2dot4, r) { check_error(r, 1/510.0f, 2.4f); } in DEF_TEST() function
77 DEF_TEST(Parametric_inv_1dot2, r) { check_error(r, 1/510.0f, 1/1.2f); } in DEF_TEST() function
78 DEF_TEST(Parametric_inv_1dot4, r) { check_error(r, 1/510.0f, 1/1.4f); } in DEF_TEST() function
[all …]
DRasterPipelineBuilderTest.cpp58 DEF_TEST(RasterPipelineBuilder, r) { in DEF_TEST() function
90 DEF_TEST(RasterPipelineBuilderPushPopMaskRegisters, r) { in DEF_TEST() function
137 DEF_TEST(RasterPipelineBuilderCaseOp, r) { in DEF_TEST() function
158 DEF_TEST(RasterPipelineBuilderPushPopSrcDst, r) { in DEF_TEST() function
182 DEF_TEST(RasterPipelineBuilderInvokeChild, r) { in DEF_TEST() function
200 DEF_TEST(RasterPipelineBuilderPushPopTempImmediates, r) { in DEF_TEST() function
230 DEF_TEST(RasterPipelineBuilderPushPopIndirect, r) { in DEF_TEST() function
264 DEF_TEST(RasterPipelineBuilderCopySlotsMasked, r) { in DEF_TEST() function
278 DEF_TEST(RasterPipelineBuilderCopySlotsUnmasked, r) { in DEF_TEST() function
293 DEF_TEST(RasterPipelineBuilderPushPopSlots, r) { in DEF_TEST() function
[all …]
DAvifTest.cpp77 DEF_TEST(AvifDecodeBasic, r) { in DEF_TEST() function
90 DEF_TEST(AvifDecodeOddDimensions, r) { in DEF_TEST() function
103 DEF_TEST(AvifDecodeScaleDown, r) { in DEF_TEST() function
116 DEF_TEST(AvifDecode10BitToRGBA8888Bitmap, r) { in DEF_TEST() function
129 DEF_TEST(AvifDecode10BitToRGBAF16Bitmap, r) { in DEF_TEST() function
142 DEF_TEST(AvifDecode10BitToRGBAF16BitmapDownscale, r) { in DEF_TEST() function
155 DEF_TEST(AvifDecode12BitToRGBA8888Bitmap, r) { in DEF_TEST() function
168 DEF_TEST(AvifDecode12BitToRGBAF16Bitmap, r) { in DEF_TEST() function
181 DEF_TEST(AvifDecode12BitToRGBAF16BitmapDownscale, r) { in DEF_TEST() function
194 DEF_TEST(AvifDecodeImageWithAlpha, r) { in DEF_TEST() function
[all …]
DSkSLDebugTracePlayerTest.cpp128 DEF_TEST(SkSLTracePlayerCanResetToNull, r) { in DEF_TEST() function
141 DEF_TEST(SkSLTracePlayerHelloWorld, r) { in DEF_TEST() function
182 DEF_TEST(SkSLTracePlayerReset, r) { in DEF_TEST() function
218 DEF_TEST(SkSLTracePlayerFunctions, r) { in DEF_TEST() function
308 DEF_TEST(SkSLTracePlayerVariables, r) { in DEF_TEST() function
405 DEF_TEST(SkSLTracePlayerVariableGroups, r) { in DEF_TEST() function
469 DEF_TEST(SkSLTracePlayerIfStatement, r) { in DEF_TEST() function
540 DEF_TEST(SkSLTracePlayerForLoop, r) { in DEF_TEST() function
616 DEF_TEST(SkSLTracePlayerStepOut, r) { in DEF_TEST() function
673 DEF_TEST(SkSLTracePlayerVariableScope, r) { in DEF_TEST() function
[all …]
DMeshTest.cpp167 DEF_TEST(MeshSpec_Valid, reporter) { in DEF_TEST() function
180 DEF_TEST(MeshSpec_InvalidSignature, reporter) { in DEF_TEST() function
256 DEF_TEST(MeshSpec_Float4Color, reporter) { in DEF_TEST() function
272 DEF_TEST(MeshSpec_DisallowsChildEffectInVertex, reporter) { in DEF_TEST() function
308 DEF_TEST(MeshSpec_AllowsChildEffectInFragment, reporter) { in DEF_TEST() function
330 DEF_TEST(MeshSpec_FindChild, reporter) { in DEF_TEST() function
353 DEF_TEST(Mesh_ChildEffectsMatchSpec, reporter) { in DEF_TEST() function
435 DEF_TEST(MeshSpec_ValidUniforms, reporter) { in DEF_TEST() function
665 DEF_TEST(MeshSpec_InvalidUniforms, reporter) { in DEF_TEST() function
704 DEF_TEST(MeshSpec_MissingMain, reporter) { in DEF_TEST() function
[all …]
DSkPngRustDecoderTest.cpp207 DEF_TEST(RustPngCodec_apng_basic_trivial_static_image, r) { in DEF_TEST() function
213 DEF_TEST(RustPngCodec_apng_basic_using_default_image, r) { in DEF_TEST() function
226 DEF_TEST(RustPngCodec_apng_basic_ignoring_default_image, r) { in DEF_TEST() function
246 DEF_TEST(RustPngCodec_apng_dispose_op_none_basic, r) { in DEF_TEST() function
313 DEF_TEST(RustPngCodec_apng_dispose_op_none_basic_incomplete_input1, r) { in DEF_TEST() function
370 DEF_TEST(RustPngCodec_apng_dispose_op_none_basic_incomplete_input2, r) { in DEF_TEST() function
453 DEF_TEST(RustPngCodec_apng_blend_ops_source_on_solid, r) { in DEF_TEST() function
476 DEF_TEST(RustPngCodec_apng_blend_ops_source_on_nearly_transparent, r) { in DEF_TEST() function
495 DEF_TEST(RustPngCodec_apng_blend_ops_over_on_solid_and_transparent, r) { in DEF_TEST() function
509 DEF_TEST(RustPngCodec_apng_blend_ops_over_repeatedly, r) { in DEF_TEST() function
[all …]
DStringTest.cpp24 DEF_TEST(String, reporter) { in DEF_TEST() function
195 DEF_TEST(String_overflow, reporter) { in DEF_TEST() function
217 DEF_TEST(String_SkStrSplit, r) { in DEF_TEST() function
242 DEF_TEST(String_SkStrSplit_All, r) { in DEF_TEST() function
292 DEF_TEST(String_Threaded, r) { in DEF_TEST() function
309 DEF_TEST(String_huge, r) { in DEF_TEST() function
329 DEF_TEST(String_fromUTF16, r) { in DEF_TEST() function
390 DEF_TEST(String_VAList, r) { in DEF_TEST() function
442 DEF_TEST(String_VAList_overflow, r) { in DEF_TEST() function
448 DEF_TEST(String_resize_to_nothing, r) { in DEF_TEST() function
[all …]
DFontationsTest.cpp80 DEF_TEST(Fontations_DoNotMakeFromNull, reporter) { in DEF_TEST() function
87 DEF_TEST(Fontations_DoNotMakeFromNonSfnt, reporter) { in DEF_TEST() function
96 DEF_TEST(Fontations_MakeFromFont, reporter) { in DEF_TEST() function
102 DEF_TEST(Fontations_MakeFromCollection, reporter) { in DEF_TEST() function
108 DEF_TEST(Fontations_MakeFromCollectionNonNullIndex, reporter) { in DEF_TEST() function
116 DEF_TEST(Fontations_DoNotMakeFromCollection_Invalid_Index, reporter) { in DEF_TEST() function
124 DEF_TEST(Fontations_TableData, reporter) { in DEF_TEST() function
185 DEF_TEST(Fontations_TableTags, reporter) { in DEF_TEST() function
200 DEF_TEST(Fontations_VariationPosition, reporter) { in DEF_TEST() function
243 DEF_TEST(Fontations_VariationParameters, reporter) { in DEF_TEST() function
[all …]
DPathOpsBuilderTest.cpp16 DEF_TEST(PathOpsBuilder, reporter) { in DEF_TEST() function
85 DEF_TEST(BuilderIssue3838, reporter) { in DEF_TEST() function
107 DEF_TEST(BuilderIssue3838_2, reporter) { in DEF_TEST() function
121 DEF_TEST(BuilderIssue3838_3, reporter) { in DEF_TEST() function
142 DEF_TEST(BuilderIssue502792_2, reporter) { in DEF_TEST() function
157 DEF_TEST(Fuzz846, reporter) { in DEF_TEST() function
277 DEF_TEST(Issue569540, reporter) { in DEF_TEST() function
308 DEF_TEST(SkOpBuilderFuzz665, reporter) { in DEF_TEST() function
330 DEF_TEST(SkOpBuilder618991, reporter) { in DEF_TEST() function
351 DEF_TEST(SkOpBuilderKFuzz1, reporter) { in DEF_TEST() function
DFontScanner_FontationsTest.cpp13 DEF_TEST(FontScanner_Fontations_VariableFont, reporter) { in DEF_TEST() function
17 DEF_TEST(FontScanner_Fontations_NamedInstances1, reporter) { in DEF_TEST() function
21 DEF_TEST(FontScanner_Fontations_NamedInstances2, reporter) { in DEF_TEST() function
25 DEF_TEST(FontScanner_Fontations_FontCollection, reporter) { in DEF_TEST() function
DFontScanner_FreeTypeTest.cpp15 DEF_TEST(FontScanner_FreeType_VariableFont, reporter) { in DEF_TEST() function
19 DEF_TEST(FontScanner_FreeType__NamedInstances1, reporter) { in DEF_TEST() function
23 DEF_TEST(FontScanner_FreeType__NamedInstances2, reporter) { in DEF_TEST() function
27 DEF_TEST(FontScanner_FreeType_FontCollection, reporter) { in DEF_TEST() function
DSkRasterPipelineOptsTest.cpp50 DEF_TEST(SkRasterPipelineOpts_Any, r) { in DEF_TEST() function
64 DEF_TEST(SkRasterPipelineOpts_All, r) { in DEF_TEST() function
78 DEF_TEST(SkRasterPipelineOpts_Sin, r) { in DEF_TEST() function
90 DEF_TEST(SkRasterPipelineOpts_Cos, r) { in DEF_TEST() function
102 DEF_TEST(SkRasterPipelineOpts_Tan, r) { in DEF_TEST() function
121 DEF_TEST(SkRasterPipelineOpts_Asin, r) { in DEF_TEST() function
132 DEF_TEST(SkRasterPipelineOpts_Acos, r) { in DEF_TEST() function
143 DEF_TEST(SkRasterPipelineOpts_Atan, r) { in DEF_TEST() function
154 DEF_TEST(SkRasterPipelineOpts_Atan2, r) { in DEF_TEST() function
167 DEF_TEST(SkRasterPipelineOpts_Log2, r) { in DEF_TEST() function
[all …]
DSkXmpTest.cpp21 DEF_TEST(SkXmp_invalidXml, r) { function
34 DEF_TEST(SkXmp_xmpHdrgmAsFieldValue, r) { function
59 DEF_TEST(SkXmp_xmpHdrgmRequiresVersion, r) { function
81 DEF_TEST(SkXmp_xmpHdrgmAsDescriptionPropertyAttributes, r) { function
106 DEF_TEST(SkXmp_xmpHdrgmList, r) { function
169 DEF_TEST(SkXmp_xmpContainerTypedNode, r) { function
207 DEF_TEST(SkXmp_xmpContainerTypedNodeRdfEquivalent, r) { function
DDescriptorTest.cpp28 DEF_TEST(Descriptor_empty, r) { in DEF_TEST() function
36 DEF_TEST(Descriptor_valid_simple, r) { in DEF_TEST() function
50 DEF_TEST(Descriptor_valid_simple_extra_space, r) { in DEF_TEST() function
65 DEF_TEST(Descriptor_valid_more_tags, r) { in DEF_TEST() function
83 DEF_TEST(Descriptor_invalid_rec_size, r) { in DEF_TEST() function
94 DEF_TEST(Descriptor_invalid_length, r) { in DEF_TEST() function
108 DEF_TEST(Descriptor_entry_too_big, r) { in DEF_TEST() function
126 DEF_TEST(Descriptor_entry_over_end, r) { in DEF_TEST() function
139 DEF_TEST(Descriptor_flatten_unflatten, r) { in DEF_TEST() function
DExifTest.cpp24 DEF_TEST(ExifOrientation, r) { in DEF_TEST() function
42 DEF_TEST(GetImageRespectsExif, r) { in DEF_TEST() function
65 DEF_TEST(ExifOrientationInExif, r) { in DEF_TEST() function
74 DEF_TEST(ExifOrientationInSubIFD, r) { in DEF_TEST() function
85 DEF_TEST(ExifParse, r) { in DEF_TEST() function
193 DEF_TEST(ExifTruncate, r) { in DEF_TEST() function
231 DEF_TEST(ExifWriteOrientation, r) { in DEF_TEST() function
266 DEF_TEST(ExifWriteTest, r) { in DEF_TEST() function
288 DEF_TEST(ExifWriteFailsHDRheadroom, r) { in DEF_TEST() function
DSkSLDebugTraceTest.cpp23 DEF_TEST(DebugTracePrivSetSource, r) { in DEF_TEST() function
37 DEF_TEST(DebugTracePrivSetSourceReplacesExistingText, r) { in DEF_TEST() function
47 DEF_TEST(DebugTracePrivWrite, r) { in DEF_TEST() function
85 DEF_TEST(DebugTracePrivRead, r) { in DEF_TEST() function
143 DEF_TEST(DebugTracePrivGetSlotComponentSuffix, r) { in DEF_TEST() function
DRecordPatternTest.cpp23 DEF_TEST(RecordPattern_Simple, r) { in DEF_TEST() function
45 DEF_TEST(RecordPattern_StartingIndex, r) { in DEF_TEST() function
68 DEF_TEST(RecordPattern_DontMatchSubsequences, r) { in DEF_TEST() function
82 DEF_TEST(RecordPattern_Greedy, r) { in DEF_TEST() function
102 DEF_TEST(RecordPattern_Complex, r) { in DEF_TEST() function
146 DEF_TEST(RecordPattern_SaveLayerIsNotADraw, r) { in DEF_TEST() function
DNdkDecodeTest.cpp39 DEF_TEST(NdkDecode, r) { in DEF_TEST() function
71 DEF_TEST(NdkDecode_nullData, r) { in DEF_TEST() function
84 DEF_TEST(NdkDecode_reportedColorSpace, r) { in DEF_TEST() function
127 DEF_TEST(NdkDecode_ColorSpace, r) { in DEF_TEST() function
201 DEF_TEST(NdkDecode_reuseNoColorSpace, r) { in DEF_TEST() function
247 DEF_TEST(NdkDecode_noUpscale, r) { in DEF_TEST() function
277 DEF_TEST(NdkDecode_webpArbitraryDownscale, r) { in DEF_TEST() function
311 DEF_TEST(NdkDecode_jpegDownscale, r) { in DEF_TEST() function
344 DEF_TEST(NdkDecode_reuseJpeg, r) { in DEF_TEST() function
367 DEF_TEST(NdkDecode_noDownscale, r) { in DEF_TEST() function
[all …]
DHashTest.cpp29 DEF_TEST(HashMap, r) { in DEF_TEST() function
152 DEF_TEST(HashMapCtor, r) { in DEF_TEST() function
180 DEF_TEST(HashMapCtorOneElem, r) { in DEF_TEST() function
204 DEF_TEST(HashSetCtor, r) { in DEF_TEST() function
217 DEF_TEST(HashSetCtorOneElem, r) { in DEF_TEST() function
294 DEF_TEST(HashSetWithSkString, r) { in DEF_TEST() function
298 DEF_TEST(HashSetWithStdString, r) { in DEF_TEST() function
302 DEF_TEST(HashSetWithStdStringView, r) { in DEF_TEST() function
351 DEF_TEST(HashSetCopyCounter, r) { in DEF_TEST() function
378 DEF_TEST(HashFindOrNull, r) { in DEF_TEST() function
[all …]
DSkVxTest.cpp18 DEF_TEST(SkVx, r) { in DEF_TEST() function
159 DEF_TEST(SkVx_xy, r) { in DEF_TEST() function
190 DEF_TEST(SkVx_xyzw, r) { in DEF_TEST() function
246 DEF_TEST(SkVx_cross_dot, r) { in DEF_TEST() function
306 DEF_TEST(SkVx_strided_loads, r) { in DEF_TEST() function
316 DEF_TEST(SkVx_ScaledDividerU32, r) { in DEF_TEST() function
354 DEF_TEST(SkVx_saturated_add, r) { in DEF_TEST() function
366 DEF_TEST(SkVx_length, r) { in DEF_TEST() function
385 DEF_TEST(SkVx_normalize, r) { in DEF_TEST() function
408 DEF_TEST(SkVx_normalize_infinity_and_nan, r) { in DEF_TEST() function
[all …]
DSkBlockAllocatorTest.cpp80 DEF_TEST(SkBlockAllocatorPreallocSize, r) { in DEF_TEST() function
106 DEF_TEST(SkBlockAllocatorAlloc, r) { in DEF_TEST() function
187 DEF_TEST(SkBlockAllocatorResize, r) { in DEF_TEST() function
240 DEF_TEST(SkBlockAllocatorRelease, r) { in DEF_TEST() function
272 DEF_TEST(SkBlockAllocatorRewind, r) { in DEF_TEST() function
297 DEF_TEST(SkBlockAllocatorGrowthPolicy, r) { in DEF_TEST() function
324 DEF_TEST(SkBlockAllocatorReset, r) { in DEF_TEST() function
357 DEF_TEST(SkBlockAllocatorReleaseBlock, r) { in DEF_TEST() function
418 DEF_TEST(SkBlockAllocatorIterateAndRelease, r) { in DEF_TEST() function
455 DEF_TEST(SkBlockAllocatorScratchBlockReserve, r) { in DEF_TEST() function
[all …]
DRasterPipelineCodeGeneratorTest.cpp107 DEF_TEST(SkSLRasterPipelineCodeGeneratorNestedTernaryTest, r) { in DEF_TEST() function
122 DEF_TEST(SkSLRasterPipelineCodeGeneratorArithmeticTest, r) { in DEF_TEST() function
144 DEF_TEST(SkSLRasterPipelineCodeGeneratorCoercedTypeTest, r) { in DEF_TEST() function
161 DEF_TEST(SkSLRasterPipelineCodeGeneratorIdentitySwizzle, r) { in DEF_TEST() function
187 DEF_TEST(SkSLRasterPipelineCodeGeneratorBitwiseNotTest, r) { in DEF_TEST() function
207 DEF_TEST(SkSLRasterPipelineCodeGeneratorComparisonIntrinsicTest, r) { in DEF_TEST() function
255 DEF_TEST(SkSLRasterPipelineSlotOverflow_355465305, r) { in DEF_TEST() function
DPathOpsTightBoundsTest.cpp46 DEF_TEST(PathOpsTightBoundsLines, reporter) { in DEF_TEST() function
121 DEF_TEST(PathOpsTightBoundsQuads, reporter) { in DEF_TEST() function
134 DEF_TEST(PathOpsTightBoundsMove, reporter) { in DEF_TEST() function
150 DEF_TEST(PathOpsTightBoundsMoveOne, reporter) { in DEF_TEST() function
159 DEF_TEST(PathOpsTightBoundsMoveTwo, reporter) { in DEF_TEST() function
169 DEF_TEST(PathOpsTightBoundsTiny, reporter) { in DEF_TEST() function
181 DEF_TEST(PathOpsTightBoundsWellBehaved, reporter) { in DEF_TEST() function
191 DEF_TEST(PathOpsTightBoundsIllBehaved, reporter) { in DEF_TEST() function
201 DEF_TEST(PathOpsTightBoundsIllBehavedScaled, reporter) { in DEF_TEST() function
DChecksumTest.cpp21 DEF_TEST(Checksum, r) { in DEF_TEST() function
45 DEF_TEST(GoodHash, r) { in DEF_TEST() function
51 DEF_TEST(ChecksumCollisions, r) { in DEF_TEST() function
79 DEF_TEST(ChecksumConsistent, r) { in DEF_TEST() function
98 DEF_TEST(ChecksumStrings, r) { in DEF_TEST() function

12345678910>>...14