Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrSurfaceProxy.h335 int32_t testingOnly_getBackingRefCnt() const;
DGrSurfaceProxy.cpp346 int32_t GrSurfaceProxy::testingOnly_getBackingRefCnt() const { in testingOnly_getBackingRefCnt() function in GrSurfaceProxy
DGrResourceAllocator.cpp443 cur->proxy()->testingOnly_getBackingRefCnt()); in dumpIntervals()
/external/skia/tests/
DTestUtils.cpp251 int32_t actualBackingRefs = proxy->testingOnly_getBackingRefCnt(); in CheckSingleThreadedProxyRefs()