Home
last modified time | relevance | path

Searched refs:testing_only_getRefCnt (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/core/
DSkCachedData.h30 int testing_only_getRefCnt() const { return fRefCnt; } in testing_only_getRefCnt() function
/external/skia/tests/
DCachedDataTest.cpp24 REPORTER_ASSERT(reporter, data->testing_only_getRefCnt() == refcnt); in check_data()
DYUVCacheTest.cpp25 REPORTER_ASSERT(reporter, data->testing_only_getRefCnt() == refcnt); in check_data()
DMaskCacheTest.cpp25 REPORTER_ASSERT(reporter, data->testing_only_getRefCnt() == refcnt); in check_data()
DSkResourceCacheTest.cpp34 REPORTER_ASSERT(reporter, data->testing_only_getRefCnt() == refcnt); in check_data()