Home
last modified time | relevance | path

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

/external/skqp/tests/
DProxyRefTest.cpp29 int32_t GrIORefProxy::getPendingReadCnt_TestOnly() const { in getPendingReadCnt_TestOnly() function in GrIORefProxy
55 REPORTER_ASSERT(reporter, proxy->getPendingReadCnt_TestOnly() == expectedNumReads); in check_refs()
60 SkASSERT(proxy->getPendingReadCnt_TestOnly() == expectedNumReads); in check_refs()
DOnFlushCallbackTest.cpp353 SkASSERT(9 == fAtlasProxy->getPendingReadCnt_TestOnly()); in preFlush()
DProcessorTest.cpp151 *readCnt = proxy->getPendingReadCnt_TestOnly(); in testingOnly_getIORefCnts()
/external/skqp/include/private/
DGrSurfaceProxy.h98 int32_t getPendingReadCnt_TestOnly() const;
/external/skqp/src/gpu/
DGrResourceAllocator.cpp449 cur->proxy()->getPendingReadCnt_TestOnly(), in dumpIntervals()