Searched refs:testingInPurgeableQueue (Results 1 – 3 of 3) sorted by relevance
/external/skia/tests/graphite/ |
D | GraphiteResourceCacheTest.cpp | 593 REPORTER_ASSERT(reporter, resourceCache->testingInPurgeableQueue(resourcePtr1)); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() 594 REPORTER_ASSERT(reporter, resourceCache->testingInPurgeableQueue(resourcePtr2)); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() 599 REPORTER_ASSERT(reporter, resourceCache->testingInPurgeableQueue(resourcePtr2)); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() 619 REPORTER_ASSERT(reporter, !resourceCache->testingInPurgeableQueue(resourcePtr)); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() 626 REPORTER_ASSERT(reporter, resourceCache->testingInPurgeableQueue(resourcePtr)); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() 701 REPORTER_ASSERT(reporter, resourceCache->testingInPurgeableQueue(resourcePtr)); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() 702 REPORTER_ASSERT(reporter, resourceCache->testingInPurgeableQueue(resource1Ptr)); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() 703 REPORTER_ASSERT(reporter, resourceCache->testingInPurgeableQueue(resource2Ptr)); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() 704 REPORTER_ASSERT(reporter, resourceCache->testingInPurgeableQueue(resource3Ptr)); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() 715 REPORTER_ASSERT(reporter, resourceCache->testingInPurgeableQueue(resource1Ptr)); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() [all …]
|
D | ProxyCacheTest.cpp | 390 REPORTER_ASSERT(r, resourceCache->testingInPurgeableQueue(proxy2ResourcePtr)); in DEF_CONDITIONAL_GRAPHITE_TEST_FOR_ALL_CONTEXTS()
|
/external/skia/src/gpu/graphite/ |
D | ResourceCache.h | 97 bool testingInPurgeableQueue(Resource* resource) { return this->inPurgeableQueue(resource); } in testingInPurgeableQueue() function
|