Searched refs:expectedProxyRefs (Results 1 – 4 of 4) sorted by relevance
49 int32_t expectedProxyRefs, in check_refs() argument53 REPORTER_ASSERT(reporter, proxy->priv().getProxyRefCnt() == expectedProxyRefs); in check_refs()58 SkASSERT(proxy->priv().getProxyRefCnt() == expectedProxyRefs); in check_refs()
249 int32_t expectedProxyRefs, in CheckSingleThreadedProxyRefs() argument253 REPORTER_ASSERT(reporter, proxy->refCntGreaterThan(expectedProxyRefs - 1) && in CheckSingleThreadedProxyRefs()254 !proxy->refCntGreaterThan(expectedProxyRefs)); in CheckSingleThreadedProxyRefs()
83 int32_t expectedProxyRefs,
186 int expectedProxyRefs = makeClone ? 3 : 2; in DEF_GPUTEST_FOR_ALL_CONTEXTS() local188 CheckSingleThreadedProxyRefs(reporter, proxy.get(), expectedProxyRefs, -1); in DEF_GPUTEST_FOR_ALL_CONTEXTS()