Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A DResourceCacheTest.cpp954 GrGpuResource* find2 = cache->findAndRefScratchResource(scratchKey2); in test_scratch_key_consistency() local
955 REPORTER_ASSERT(reporter, find2 != nullptr); in test_scratch_key_consistency()
956 REPORTER_ASSERT(reporter, find2 == a || find2 == b); in test_scratch_key_consistency()
957 REPORTER_ASSERT(reporter, find2 != find); in test_scratch_key_consistency()
958 find2->unref(); in test_scratch_key_consistency()

Completed in 3 milliseconds