Home
last modified time | relevance | path

Searched refs:getPendingWriteCnt_TestOnly (Results 1 – 10 of 10) sorted by relevance

/external/skia/tests/
DProxyRefTest.cpp37 int32_t GrIORefProxy::getPendingWriteCnt_TestOnly() const { in getPendingWriteCnt_TestOnly() function in GrIORefProxy
56 REPORTER_ASSERT(reporter, proxy->getPendingWriteCnt_TestOnly() == expectedNumWrites); in check_refs()
61 SkASSERT(proxy->getPendingWriteCnt_TestOnly() == expectedNumWrites); in check_refs()
DOnFlushCallbackTest.cpp358 SkASSERT(2 == fAtlasProxy->getPendingWriteCnt_TestOnly() || in preFlush()
359 0 == fAtlasProxy->getPendingWriteCnt_TestOnly()); in preFlush()
DProcessorTest.cpp156 *writeCnt = proxy->getPendingWriteCnt_TestOnly(); in testingOnly_getIORefCnts()
/external/skqp/tests/
DProxyRefTest.cpp37 int32_t GrIORefProxy::getPendingWriteCnt_TestOnly() const { in getPendingWriteCnt_TestOnly() function in GrIORefProxy
56 REPORTER_ASSERT(reporter, proxy->getPendingWriteCnt_TestOnly() == expectedNumWrites); in check_refs()
61 SkASSERT(proxy->getPendingWriteCnt_TestOnly() == expectedNumWrites); in check_refs()
DOnFlushCallbackTest.cpp354 SkASSERT(2 == fAtlasProxy->getPendingWriteCnt_TestOnly() || in preFlush()
355 0 == fAtlasProxy->getPendingWriteCnt_TestOnly()); in preFlush()
DProcessorTest.cpp152 *writeCnt = proxy->getPendingWriteCnt_TestOnly(); in testingOnly_getIORefCnts()
/external/skqp/include/private/
DGrSurfaceProxy.h99 int32_t getPendingWriteCnt_TestOnly() const;
/external/skia/include/private/
DGrSurfaceProxy.h101 int32_t getPendingWriteCnt_TestOnly() const;
/external/skia/src/gpu/
DGrResourceAllocator.cpp450 cur->proxy()->getPendingWriteCnt_TestOnly()); in dumpIntervals()
/external/skqp/src/gpu/
DGrResourceAllocator.cpp450 cur->proxy()->getPendingWriteCnt_TestOnly()); in dumpIntervals()