Home
last modified time | relevance | path

Searched defs:reporter (Results 101 - 125 of 237) sorted by relevance

12345678910

/third_party/skia/tests/
H A DPathRendererCacheTests.cpp74 static void test_path(skiatest::Reporter* reporter, in test_path() argument
[all...]
H A DPremulAlphaRoundTripTest.cpp63 static void test_premul_alpha_roundtrip(skiatest::Reporter* reporter, SkSurface* surf) { in test_premul_alpha_roundtrip() argument
[all...]
H A DPointTest.cpp13 static void test_casts(skiatest::Reporter* reporter) { in test_casts() argument
25 static void test_Normalize(skiatest::Reporter* reporter, in test_Normalize() argument
36 static void test_normalize_cannormalize_consistent(skiatest::Reporter* reporter) { in test_normalize_cannormalize_consistent() argument
56 static void test_length(skiatest::Reporter* reporter, SkScalar x, SkScalar y, in test_length() argument
77 get_value(skiatest::Reporter* reporter, T value) get_value() argument
88 force_as_float(skiatest::Reporter* reporter, float value) force_as_float() argument
103 test_overflow(skiatest::Reporter* reporter) test_overflow() argument
[all...]
H A DPoint3Test.cpp14 static void test_eq_ops(skiatest::Reporter* reporter) { in test_eq_ops() argument
23 static void test_ops(skiatest::Reporter* reporter) { in test_ops() argument
51 test_dot(skiatest::Reporter* reporter) test_dot() argument
80 test_length(skiatest::Reporter* reporter, SkScalar x, SkScalar y, SkScalar z, SkScalar expectedLen) test_length() argument
91 test_normalize(skiatest::Reporter* reporter, SkScalar x, SkScalar y, SkScalar z, SkScalar expectedLen) test_normalize() argument
[all...]
H A DProxyTest.cpp33 static void check_surface(skiatest::Reporter* reporter, in check_surface() argument
43 static void check_rendertarget(skiatest::Reporter* reporter, in check_rendertarget() argument
78 check_texture(skiatest::Reporter* reporter, GrResourceProvider* provider, GrTextureProxy* texProxy, SkBackingFit fit) check_texture() argument
[all...]
H A DRandomTest.cpp59 static void test_random_byte(skiatest::Reporter* reporter, int shift) { in test_random_byte() argument
71 static void test_random_float(skiatest::Reporter* reporter) { in test_random_float() argument
102 static double test_single_gorilla(skiatest::Reporter* reporter, int shift) { in test_single_gorilla() argument
152 static void test_gorilla(skiatest::Reporter* reporter) { in test_gorilla() argument
162 test_range(skiatest::Reporter* reporter) test_range() argument
[all...]
H A DRectTest.cpp29 static void test_stroke_width_clipping(skiatest::Reporter* reporter) { in test_stroke_width_clipping() argument
53 static void test_skbug4406(skiatest::Reporter* reporter) { in test_skbug4406() argument
145 make_big_value(skiatest::Reporter* reporter) make_big_value() argument
[all...]
H A DRectangleTextureTest.cpp25 static void test_basic_draw_as_src(skiatest::Reporter* reporter, GrDirectContext* dContext, in test_basic_draw_as_src() argument
41 static void test_clear(skiatest::Reporter* reporter, GrDirectContext* dContext, in test_clear() argument
86 static void test_copy_to_surface(skiatest::Reporter* reporter, in test_copy_to_surface() argument
[all...]
H A DDrawPathTest.cpp28 static void test_big_aa_rect(skiatest::Reporter* reporter) { in test_big_aa_rect() argument
129 static void test_crbug_1239558(skiatest::Reporter* reporter) { in test_crbug_1239558() argument
334 static void test_infinite_dash(skiatest::Reporter* reporter) { in test_infinite_dash() argument
354 static void test_crbug_165432(skiatest::Reporter* reporter) { in test_crbug_165432() argument
374 test_crbug_472147_simple(skiatest::Reporter* reporter) test_crbug_472147_simple() argument
389 test_crbug_472147_actual(skiatest::Reporter* reporter) test_crbug_472147_actual() argument
[all...]
H A DExtendedSkColorTypeTests.cpp77 static void raster_tests(skiatest::Reporter* reporter, const TestCase& test) { in raster_tests() argument
159 compare_pixmaps(skiatest::Reporter* reporter, const SkPixmap& expected, const SkPixmap& actual, SkColorType ct, const char* label) compare_pixmaps() argument
175 gpu_tests(GrDirectContext* dContext, skiatest::Reporter* reporter, const TestCase& test) gpu_tests() argument
[all...]
H A DEmptyPathTest.cpp15 static void drawAndTest(skiatest::Reporter* reporter, const SkPath& path, in drawAndTest() argument
63 static void iter_paint(skiatest::Reporter* reporter, const SkPath& path, bool shouldDraw, in iter_paint() argument
125 static void test_emptydrawing(skiatest::Reporter* reporter) { in test_emptydrawing() argument
H A DImageFilterCacheTest.cpp40 static void test_find_existing(skiatest::Reporter* reporter, in test_find_existing() argument
63 static void test_dont_find_if_diff_key(skiatest::Reporter* reporter, in test_dont_find_if_diff_key() argument
90 static void test_internal_purge(skiatest::Reporter* reporter, cons argument
116 test_explicit_purging(skiatest::Reporter* reporter, const sk_sp<SkSpecialImage>& image, const sk_sp<SkSpecialImage>& subset) test_explicit_purging() argument
172 test_image_backed(skiatest::Reporter* reporter, GrRecordingContext* rContext, const sk_sp<SkImage>& srcImage) test_image_backed() argument
[all...]
H A DPathOpsConicLineIntersectionTest.cpp73 static void testOneOffs(skiatest::Reporter* reporter) { in testOneOffs() argument
[all...]
H A DTArrayTest.cpp16 static void TestTSet_basic(skiatest::Reporter* reporter) { in TestTSet_basic() argument
63 test_construction(skiatest::Reporter* reporter) test_construction() argument
118 test_skstarray_compatibility(skiatest::Reporter* reporter) test_skstarray_compatibility() argument
169 test_swap(skiatest::Reporter* reporter, SkTArray<T>* (&arrays)[4], int (&sizes)[7]) test_swap() argument
203 test_swap(skiatest::Reporter* reporter) test_swap() argument
228 test_unnecessary_alloc(skiatest::Reporter* reporter) test_unnecessary_alloc() argument
286 test_self_assignment(skiatest::Reporter* reporter) test_self_assignment() argument
299 test_array_reserve(skiatest::Reporter* reporter, Array* array, int reserveCount) test_array_reserve() argument
318 test_reserve(skiatest::Reporter* reporter) test_reserve() argument
[all...]
H A DTDPQueueTest.cpp14 static void simple_test(skiatest::Reporter* reporter) { in simple_test() argument
81 random_test(skiatest::Reporter* reporter) random_test() argument
153 sort_test(skiatest::Reporter* reporter) sort_test() argument
[all...]
H A DWriter32Test.cpp14 static void check_contents(skiatest::Reporter* reporter, const SkWriter32& writer, in check_contents() argument
23 static void test_reserve(skiatest::Reporter* reporter) { in test_reserve() argument
31 static void test_string_null(skiatest::Reporter* reporter) { in test_string_null() argument
41 static void test_rewind(skiatest::Reporter* reporter) { in test_rewind() argument
71 test1(skiatest::Reporter* reporter, SkWriter32* writer) test1() argument
85 testWritePad(skiatest::Reporter* reporter, SkWriter32* writer) testWritePad() argument
123 testOverwriteT(skiatest::Reporter* reporter, SkWriter32* writer) testOverwriteT() argument
[all...]
H A DFontNamesTest.cpp117 static void test_synthetic(skiatest::Reporter* reporter, bool verbose) { in test_synthetic() argument
145 static void test_systemfonts(skiatest::Reporter* reporter, bool verbose) { in test_systemfonts() argument
[all...]
H A DPathOpsCubicLineIntersectionTest.cpp29 static void testFail(skiatest::Reporter* reporter, int iIndex) { in testFail() argument
131 static void testOne(skiatest::Reporter* reporter, int iIndex) { in testOne() argument
[all...]
H A DPathOpsQuadLineIntersectionTest.cpp83 static void testOneOffs(skiatest::Reporter* reporter) { in testOneOffs() argument
[all...]
H A DPathOpsQuadLineIntersectionThreadedTest.cpp47 static void testLineIntersect(skiatest::Reporter* reporter, const SkDQuad& quad, in testLineIntersect() argument
H A DSkTBlockListTest.cpp56 check_allocator_helper(SkTBlockList<C, N>* allocator, int cnt, int popCnt, skiatest::Reporter* reporter) check_allocator_helper() argument
83 check_iterator_helper(SkTBlockList<C, N>* allocator, const std::vector<C*>& expected, skiatest::Reporter* reporter) check_iterator_helper() argument
130 check_allocator(SkTBlockList<C, N>* allocator, int cnt, int popCnt, skiatest::Reporter* reporter) check_allocator() argument
172 run_allocator_test(SkTBlockList<C, N>* allocator, skiatest::Reporter* reporter) run_allocator_test() argument
183 run_concat_test(skiatest::Reporter* reporter, int aCount, int bCount) run_concat_test() argument
217 run_concat_trivial_test(skiatest::Reporter* reporter, int aCount, int bCount) run_concat_trivial_test() argument
248 run_reserve_test(skiatest::Reporter* reporter) run_reserve_test() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/android/java/src/com/android/angle/test/
H A DAngleNativeTest.java42 ReportingUncaughtExceptionHandler( TestStatusReporter reporter, Thread.UncaughtExceptionHandler wrappedHandler) ReportingUncaughtExceptionHandler() argument
/third_party/vixl/test/
H A Dtest-donkey.cc150 InstructionReporter reporter; in main() local
/third_party/skia/modules/skshaper/tests/
H A DShaperTest.cpp118 void shaper_test(skiatest::Reporter* reporter, const char* name, SkData* data) { in shaper_test() argument
145 void cluster_test(skiatest::Reporter* reporter, const char* resource) { in cluster_test() argument
[all...]
/third_party/skia/modules/sksg/tests/
H A DSGTest.cpp27 static void check_inval(skiatest::Reporter* reporter, const sk_sp<sksg::Node>& root, in check_inval() argument
64 static void check_hittest(skiatest::Reporter* reporter, const sk_sp<sksg::RenderNode>& root, in check_hittest() argument
76 static void inval_test1(skiatest::Reporter* reporter) { in inval_test1() argument
221 inval_test2(skiatest::Reporter* reporter) inval_test2() argument
288 inval_test3(skiatest::Reporter* reporter) inval_test3() argument
340 inval_group_remove(skiatest::Reporter* reporter) inval_group_remove() argument
[all...]

Completed in 11 milliseconds

12345678910