Home
last modified time | relevance | path

Searched refs:imageProxyID (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/tests/
H A DWrappedSurfaceCopyOnWriteTest.cpp34 auto imageProxyID = [&](const sk_sp<SkImage>& img) { in DEF_GPUTEST_FOR_ALL_CONTEXTS() local
47 REPORTER_ASSERT(reporter, surfaceProxyID(surf) == imageProxyID(img)); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
51 REPORTER_ASSERT(reporter, surfaceProxyID(surf) == imageProxyID(img)); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
54 REPORTER_ASSERT(reporter, surfaceProxyID(surf) != imageProxyID(img)); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
56 GrSurfaceProxy::UniqueID imageID = imageProxyID(img); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
58 REPORTER_ASSERT(reporter, imageProxyID(img) != imageID); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
67 REPORTER_ASSERT(reporter, surfaceProxyID(surf) == imageProxyID(img)); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
69 REPORTER_ASSERT(reporter, surfaceProxyID(surf) != imageProxyID(img)); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
75 REPORTER_ASSERT(reporter, surfaceProxyID(surf) == imageProxyID(img)); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
78 REPORTER_ASSERT(reporter, surfID == imageProxyID(im in DEF_GPUTEST_FOR_ALL_CONTEXTS()
[all...]

Completed in 1 milliseconds