Home
last modified time | relevance | path

Searched refs:actualBackingRefs (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/tests/
DProxyRefTest.cpp28 int32_t actualBackingRefs = proxy->testingOnly_getBackingRefCnt(); in check_refs() local
31 SkASSERT(actualBackingRefs == expectedBackingRefs); in check_refs()
34 REPORTER_ASSERT(reporter, actualBackingRefs == expectedBackingRefs); in check_refs()
DProcessorTest.cpp151 int32_t actualBackingRefs = proxy->testingOnly_getBackingRefCnt(); in check_refs() local
154 SkASSERT(actualBackingRefs == expectedBackingRefs); in check_refs()
157 REPORTER_ASSERT(reporter, actualBackingRefs == expectedBackingRefs); in check_refs()
/third_party/skia/tests/
DTestUtils.cpp250 int32_t actualBackingRefs = proxy->testingOnly_getBackingRefCnt(); in CheckSingleThreadedProxyRefs() local
254 REPORTER_ASSERT(reporter, actualBackingRefs == expectedBackingRefs); in CheckSingleThreadedProxyRefs()