Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A DTestUtils.cpp252 REPORTER_ASSERT(reporter, proxy->refCntGreaterThan(expectedProxyRefs - 1) && in CheckSingleThreadedProxyRefs()
253 !proxy->refCntGreaterThan(expectedProxyRefs)); in CheckSingleThreadedProxyRefs()
H A 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/
H A DSkRefCnt.h190 bool refCntGreaterThan(int32_t threadIsolatedTestCnt) const { in refCntGreaterThan() function in SkNVRefCnt
/third_party/skia/src/gpu/
H A DGrResourceAllocator.cpp151 return !proxy->refCntGreaterThan(knownUseCount); in isRecyclable()

Completed in 6 milliseconds