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

/external/skia/tests/
H A DResourceCacheTest.cpp675 GrScratchKey scratchKey2; local
676 TestResource::ComputeScratchKey(TestResource::kB_SimulatedProperty, &scratchKey2);
678 REPORTER_ASSERT(reporter, scratchKey1 != scratchKey2);
679 REPORTER_ASSERT(reporter, scratchKey2 != scratchKey1);
684 REPORTER_ASSERT(reporter, scratchKey2 != scratchKey);
685 REPORTER_ASSERT(reporter, scratchKey != scratchKey2);
686 scratchKey = scratchKey2;
690 REPORTER_ASSERT(reporter, scratchKey2 == scratchKey);
691 REPORTER_ASSERT(reporter, scratchKey == scratchKey2);
704 scratchKey2
[all...]

Completed in 89 milliseconds