Home
last modified time | relevance | path

Searched refs:numUniqueKeyProxies_TestOnly (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/tests/
H A DTextureProxyTest.cpp30 int GrProxyProvider::numUniqueKeyProxies_TestOnly() const { in numUniqueKeyProxies_TestOnly() function in GrProxyProvider
142 REPORTER_ASSERT(reporter, !proxyProvider->numUniqueKeyProxies_TestOnly()); in basic_test()
146 REPORTER_ASSERT(reporter, 1 == proxyProvider->numUniqueKeyProxies_TestOnly()); in basic_test()
154 REPORTER_ASSERT(reporter, 1 == proxyProvider->numUniqueKeyProxies_TestOnly()); in basic_test()
180 REPORTER_ASSERT(reporter, 0 == proxyProvider->numUniqueKeyProxies_TestOnly()); in basic_test()
186 REPORTER_ASSERT(reporter, 1 == proxyProvider->numUniqueKeyProxies_TestOnly()); in basic_test()
236 REPORTER_ASSERT(reporter, 0 == proxyProvider->numUniqueKeyProxies_TestOnly()); in invalidation_test()
251 REPORTER_ASSERT(reporter, 0 == proxyProvider->numUniqueKeyProxies_TestOnly()); in invalidation_test()
260 REPORTER_ASSERT(reporter, 0 == proxyProvider->numUniqueKeyProxies_TestOnly()); in invalidation_test()
281 REPORTER_ASSERT(reporter, 0 == proxyProvider->numUniqueKeyProxies_TestOnly()); in invalidation_test()
[all...]
/third_party/skia/src/gpu/
H A DGrProxyProvider.h235 int numUniqueKeyProxies_TestOnly() const;

Completed in 2 milliseconds