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

/external/skqp/tests/
H A DProxyTest.cpp50 GrSurfaceProxy::UniqueID idBefore = rtProxy->uniqueID(); local
54 REPORTER_ASSERT(reporter, rtProxy->uniqueID() == idBefore);
83 GrSurfaceProxy::UniqueID idBefore = texProxy->uniqueID(); local
88 REPORTER_ASSERT(reporter, texProxy->uniqueID() == idBefore);
H A DReadPixelsTest.cpp361 uint32_t idBefore = surface->generationID(); local
371 REPORTER_ASSERT(reporter, idBefore == idAfter);
H A DWritePixelsTest.cpp376 uint32_t idBefore = surface->generationID(); local
390 REPORTER_ASSERT(reporter, intersects == (idBefore != idAfter));
/external/skia/tests/
H A DProxyTest.cpp50 GrSurfaceProxy::UniqueID idBefore = rtProxy->uniqueID(); local
54 REPORTER_ASSERT(reporter, rtProxy->uniqueID() == idBefore);
77 GrSurfaceProxy::UniqueID idBefore = texProxy->uniqueID(); local
82 REPORTER_ASSERT(reporter, texProxy->uniqueID() == idBefore);
H A DReadPixelsTest.cpp361 uint32_t idBefore = surface->generationID(); local
371 REPORTER_ASSERT(reporter, idBefore == idAfter);
H A DWritePixelsTest.cpp366 uint32_t idBefore = surface->generationID(); local
380 REPORTER_ASSERT(reporter, intersects == (idBefore != idAfter));

Completed in 587 milliseconds