Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/
DGrSurfaceProxy.h363 int32_t testingOnly_getBackingRefCnt() const;
DGrSurfaceProxy.cpp382 int32_t GrSurfaceProxy::testingOnly_getBackingRefCnt() const { in testingOnly_getBackingRefCnt() function in GrSurfaceProxy
DGrResourceAllocator.cpp469 cur->proxy()->testingOnly_getBackingRefCnt()); in dumpIntervals()
/external/skia/tests/
DTestUtils.cpp235 int32_t actualBackingRefs = proxy->testingOnly_getBackingRefCnt(); in CheckSingleThreadedProxyRefs()