Home
last modified time | relevance | path

Searched refs:expectedProxyRefs (Results 1 – 4 of 4) sorted by relevance

/external/skqp/tests/
DProxyRefTest.cpp49 int32_t expectedProxyRefs, in check_refs() argument
53 REPORTER_ASSERT(reporter, proxy->priv().getProxyRefCnt() == expectedProxyRefs); in check_refs()
58 SkASSERT(proxy->priv().getProxyRefCnt() == expectedProxyRefs); in check_refs()
/external/skia/tests/
DTestUtils.cpp249 int32_t expectedProxyRefs, in CheckSingleThreadedProxyRefs() argument
253 REPORTER_ASSERT(reporter, proxy->refCntGreaterThan(expectedProxyRefs - 1) && in CheckSingleThreadedProxyRefs()
254 !proxy->refCntGreaterThan(expectedProxyRefs)); in CheckSingleThreadedProxyRefs()
DTestUtils.h83 int32_t expectedProxyRefs,
DProcessorTest.cpp186 int expectedProxyRefs = makeClone ? 3 : 2; in DEF_GPUTEST_FOR_ALL_CONTEXTS() local
188 CheckSingleThreadedProxyRefs(reporter, proxy.get(), expectedProxyRefs, -1); in DEF_GPUTEST_FOR_ALL_CONTEXTS()