Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrSurfaceProxy.h338 int32_t testingOnly_getBackingRefCnt() const;
DGrSurfaceProxy.cpp355 int32_t GrSurfaceProxy::testingOnly_getBackingRefCnt() const { in testingOnly_getBackingRefCnt() function in GrSurfaceProxy
DGrResourceAllocator.cpp452 cur->proxy()->testingOnly_getBackingRefCnt()); in dumpIntervals()
/third_party/skia/tests/
DTestUtils.cpp250 int32_t actualBackingRefs = proxy->testingOnly_getBackingRefCnt(); in CheckSingleThreadedProxyRefs()