Home
last modified time | relevance | path

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

/third_party/skia/tests/
DTestUtils.cpp252 REPORTER_ASSERT(reporter, proxy->refCntGreaterThan(expectedProxyRefs - 1) && in CheckSingleThreadedProxyRefs()
253 !proxy->refCntGreaterThan(expectedProxyRefs)); in CheckSingleThreadedProxyRefs()
DGrThreadSafeCacheTest.cpp243 if (!view.proxy()->refCntGreaterThan(expectedNumRefs+1) || // +1 for 'view's ref in checkView()
244 view.proxy()->refCntGreaterThan(expectedNumRefs+2)) { in checkView()
329 if (!vertData->refCntGreaterThan(expectedNumRefs+1) || // +1 for 'vertData's ref in checkVert()
330 vertData->refCntGreaterThan(expectedNumRefs+2)) { in checkVert()
/third_party/skia/include/core/
DSkRefCnt.h190 bool refCntGreaterThan(int32_t threadIsolatedTestCnt) const { in refCntGreaterThan() function
/third_party/skia/src/gpu/
DGrResourceAllocator.cpp151 return !proxy->refCntGreaterThan(knownUseCount); in isRecyclable()