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

  /external/chromium_org/third_party/skia/tests/
DeferredCanvasTest.cpp 450 fPrepareForDrawCount = fStorageAllocatedChangedCount =
458 fStorageAllocatedChangedCount++;
468 int fStorageAllocatedChangedCount;
528 REPORTER_ASSERT(reporter, 1 == notificationCounter.fStorageAllocatedChangedCount);
548 REPORTER_ASSERT(reporter, 2 == notificationCounter.fStorageAllocatedChangedCount);
550 REPORTER_ASSERT(reporter, 3 == notificationCounter.fStorageAllocatedChangedCount);
813 REPORTER_ASSERT(reporter, notificationCounter.fStorageAllocatedChangedCount == 0);
816 REPORTER_ASSERT(reporter, notificationCounter.fStorageAllocatedChangedCount == 1);
    [all...]
  /external/skia/tests/
DeferredCanvasTest.cpp 450 fPrepareForDrawCount = fStorageAllocatedChangedCount =
458 fStorageAllocatedChangedCount++;
468 int fStorageAllocatedChangedCount;
528 REPORTER_ASSERT(reporter, 1 == notificationCounter.fStorageAllocatedChangedCount);
548 REPORTER_ASSERT(reporter, 2 == notificationCounter.fStorageAllocatedChangedCount);
550 REPORTER_ASSERT(reporter, 3 == notificationCounter.fStorageAllocatedChangedCount);
813 REPORTER_ASSERT(reporter, notificationCounter.fStorageAllocatedChangedCount == 0);
816 REPORTER_ASSERT(reporter, notificationCounter.fStorageAllocatedChangedCount == 1);
    [all...]

Completed in 75 milliseconds