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

  /external/skqp/tests/
ProxyTest.cpp 50 GrSurfaceProxy::UniqueID idBefore = rtProxy->uniqueID();
54 REPORTER_ASSERT(reporter, rtProxy->uniqueID() == idBefore);
83 GrSurfaceProxy::UniqueID idBefore = texProxy->uniqueID();
88 REPORTER_ASSERT(reporter, texProxy->uniqueID() == idBefore);
ReadPixelsTest.cpp 361 uint32_t idBefore = surface->generationID();
371 REPORTER_ASSERT(reporter, idBefore == idAfter);
WritePixelsTest.cpp 376 uint32_t idBefore = surface->generationID();
390 REPORTER_ASSERT(reporter, intersects == (idBefore != idAfter));
  /external/skia/tests/
ProxyTest.cpp 50 GrSurfaceProxy::UniqueID idBefore = rtProxy->uniqueID();
54 REPORTER_ASSERT(reporter, rtProxy->uniqueID() == idBefore);
77 GrSurfaceProxy::UniqueID idBefore = texProxy->uniqueID();
82 REPORTER_ASSERT(reporter, texProxy->uniqueID() == idBefore);
ReadPixelsTest.cpp 361 uint32_t idBefore = surface->generationID();
371 REPORTER_ASSERT(reporter, idBefore == idAfter);
WritePixelsTest.cpp 366 uint32_t idBefore = surface->generationID();
380 REPORTER_ASSERT(reporter, intersects == (idBefore != idAfter));

Completed in 94 milliseconds