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

  /external/chromium_org/third_party/skia/tests/
DeferredCanvasTest.cpp 447 class NotificationCounter : public SkDeferredCanvas::NotificationClient {
449 NotificationCounter() {
482 NotificationCounter notificationCounter;
483 canvas->setNotificationClient(&notificationCounter);
496 REPORTER_ASSERT(reporter, 1 == notificationCounter.fFlushedDrawCommandsCount);
503 NotificationCounter notificationCounter;
504 canvas->setNotificationClient(&notificationCounter);
508 REPORTER_ASSERT(reporter, 0 == notificationCounter.fFlushedDrawCommandsCount)
    [all...]
  /external/skia/tests/
DeferredCanvasTest.cpp 447 class NotificationCounter : public SkDeferredCanvas::NotificationClient {
449 NotificationCounter() {
482 NotificationCounter notificationCounter;
483 canvas->setNotificationClient(&notificationCounter);
496 REPORTER_ASSERT(reporter, 1 == notificationCounter.fFlushedDrawCommandsCount);
503 NotificationCounter notificationCounter;
504 canvas->setNotificationClient(&notificationCounter);
508 REPORTER_ASSERT(reporter, 0 == notificationCounter.fFlushedDrawCommandsCount)
    [all...]

Completed in 328 milliseconds