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

/external/skia/tests/
H A DResourceCacheTest.cpp566 GrScratchKey scratchKey1; local
567 TestResource::ComputeScratchKey(TestResource::kA_SimulatedProperty, &scratchKey1);
569 REPORTER_ASSERT(reporter, NULL == cache->findAndRefScratchResource(scratchKey1));
673 GrScratchKey scratchKey1; local
674 TestResource::ComputeScratchKey(TestResource::kA_SimulatedProperty, &scratchKey1);
677 REPORTER_ASSERT(reporter, scratchKey1.size() == TestResource::ExpectedScratchKeySize());
678 REPORTER_ASSERT(reporter, scratchKey1 != scratchKey2);
679 REPORTER_ASSERT(reporter, scratchKey2 != scratchKey1);
680 scratchKey = scratchKey1;
682 REPORTER_ASSERT(reporter, scratchKey1
[all...]

Completed in 84 milliseconds