Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A DTestUtils.h83 int32_t expectedProxyRefs,
H A DTestUtils.cpp248 int32_t expectedProxyRefs, in CheckSingleThreadedProxyRefs()
252 REPORTER_ASSERT(reporter, proxy->refCntGreaterThan(expectedProxyRefs - 1) && in CheckSingleThreadedProxyRefs()
253 !proxy->refCntGreaterThan(expectedProxyRefs)); in CheckSingleThreadedProxyRefs()
246 CheckSingleThreadedProxyRefs(skiatest::Reporter* reporter, GrSurfaceProxy* proxy, int32_t expectedProxyRefs, int32_t expectedBackingRefs) CheckSingleThreadedProxyRefs() argument
H A DProcessorTest.cpp184 int expectedProxyRefs = makeClone ? 3 : 2; in DEF_GPUTEST_FOR_ALL_CONTEXTS() local
186 CheckSingleThreadedProxyRefs(reporter, proxy.get(), expectedProxyRefs, -1); in DEF_GPUTEST_FOR_ALL_CONTEXTS()

Completed in 5 milliseconds