HomeSort by relevance Sort by last modified time
    Searched refs:idBefore (Results 1 - 3 of 3) sorted by null

  /external/skia/tests/
ProxyTest.cpp 53 GrSurfaceProxy::UniqueID idBefore = rtProxy->uniqueID();
57 REPORTER_ASSERT(reporter, rtProxy->uniqueID() == idBefore);
87 GrSurfaceProxy::UniqueID idBefore = texProxy->uniqueID();
92 REPORTER_ASSERT(reporter, texProxy->uniqueID() == idBefore);
ReadPixelsTest.cpp 361 uint32_t idBefore = surface->generationID();
371 REPORTER_ASSERT(reporter, idBefore == idAfter);
WritePixelsTest.cpp 375 uint32_t idBefore = surface->generationID();
389 REPORTER_ASSERT(reporter, intersects == (idBefore != idAfter));

Completed in 659 milliseconds