Searched refs:snap2 (Results 1 – 6 of 6) sorted by relevance
/external/skia/tests/ |
D | GrThreadSafeCacheTest.cpp | 156 sk_sp<SkDeferredDisplayList> snap2() { in snap2() function in TestHelper 751 helper.checkImage(reporter, helper.snap2()); in test_1() 789 helper.checkImage(reporter, helper.snap2()); in test_2() 855 helper.checkImage(reporter, helper.snap2()); in test_4() 998 sk_sp<SkDeferredDisplayList> ddl2 = helper.snap2(); in test_6() 1041 sk_sp<SkDeferredDisplayList> ddl2 = helper.snap2(); in test_7() 1100 sk_sp<SkDeferredDisplayList> ddl2 = helper.snap2(); in test_8() 1145 sk_sp<SkDeferredDisplayList> ddl2 = helper.snap2(); in test_9() 1190 sk_sp<SkDeferredDisplayList> ddl2 = helper.snap2(); in test_10() 1352 sk_sp<SkDeferredDisplayList> ddl2 = helper.snap2(); in test_13() [all …]
|
D | SurfaceTest.cpp | 293 sk_sp<SkImage> snap2(surface->makeImageSnapshot()); in test_backend_texture_access_copy_on_write() local 296 REPORTER_ASSERT(reporter, GrBackendTexture::TestingOnly_Equals(tex1, tex2) == (snap1 == snap2)); in test_backend_texture_access_copy_on_write() 305 sk_sp<SkImage> snap2(surface->makeImageSnapshot()); in test_backend_rendertarget_access_copy_on_write() local 309 (snap1 == snap2)); in test_backend_rendertarget_access_copy_on_write()
|
/external/llvm-project/polly/lib/External/isl/ |
D | isl_map_subtract.c | 384 struct isl_tab_undo *snap2; in basic_map_collect_diff() local 385 snap2 = isl_tab_snap(tab); in basic_map_collect_diff() 399 if (isl_tab_rollback(tab, snap2) < 0) in basic_map_collect_diff()
|
D | isl_coalesce.c | 628 struct isl_tab_undo *snap, *snap2; in check_facets() local 634 snap2 = isl_tab_snap(info[i].tab); in check_facets() 651 if (isl_tab_rollback(info[i].tab, snap2) < 0) in check_facets() 1122 struct isl_tab_undo *snap, *snap2; in is_relaxed_extension() local 1140 snap2 = isl_tab_snap(info[i].tab); in is_relaxed_extension() 1142 if (isl_tab_rollback(info[i].tab, snap2) < 0) in is_relaxed_extension() 1158 if (isl_tab_rollback(info[i].tab, snap2) < 0) in is_relaxed_extension()
|
D | isl_tab_pip.c | 2415 struct isl_tab_undo *snap2; in best_split() local 2436 snap2 = isl_tab_snap(context_tab); in best_split() 2459 if (isl_tab_rollback(context_tab, snap2) < 0) in best_split()
|
/external/skqp/tests/ |
D | SurfaceTest.cpp | 298 sk_sp<SkImage> snap2(surface->makeImageSnapshot()); in test_backend_texture_access_copy_on_write() local 301 REPORTER_ASSERT(reporter, GrBackendTexture::TestingOnly_Equals(tex1, tex2) == (snap1 == snap2)); in test_backend_texture_access_copy_on_write() 310 sk_sp<SkImage> snap2(surface->makeImageSnapshot()); in test_backend_rendertarget_access_copy_on_write() local 314 (snap1 == snap2)); in test_backend_rendertarget_access_copy_on_write()
|