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

  /external/chromium_org/third_party/skia/tests/
DeferredCanvasTest.cpp 434 fFlushedDrawCommandsCount = fSkippedPendingDrawCommandsCount = 0;
444 fFlushedDrawCommandsCount++;
452 int fFlushedDrawCommandsCount;
480 REPORTER_ASSERT(reporter, 1 == notificationCounter.fFlushedDrawCommandsCount);
492 REPORTER_ASSERT(reporter, 0 == notificationCounter.fFlushedDrawCommandsCount);
521 REPORTER_ASSERT(reporter, 0 == notificationCounter.fFlushedDrawCommandsCount);
524 REPORTER_ASSERT(reporter, 1 == notificationCounter.fFlushedDrawCommandsCount);
536 REPORTER_ASSERT(reporter, 1 == notificationCounter.fFlushedDrawCommandsCount);
541 REPORTER_ASSERT(reporter, 1 == notificationCounter.fFlushedDrawCommandsCount);
543 REPORTER_ASSERT(reporter, 2 == notificationCounter.fFlushedDrawCommandsCount);
    [all...]
  /external/skia/tests/
DeferredCanvasTest.cpp 451 fFlushedDrawCommandsCount = fSkippedPendingDrawCommandsCount = 0;
461 fFlushedDrawCommandsCount++;
469 int fFlushedDrawCommandsCount;
496 REPORTER_ASSERT(reporter, 1 == notificationCounter.fFlushedDrawCommandsCount);
508 REPORTER_ASSERT(reporter, 0 == notificationCounter.fFlushedDrawCommandsCount);
536 REPORTER_ASSERT(reporter, 0 == notificationCounter.fFlushedDrawCommandsCount);
539 REPORTER_ASSERT(reporter, 1 == notificationCounter.fFlushedDrawCommandsCount);
551 REPORTER_ASSERT(reporter, 1 == notificationCounter.fFlushedDrawCommandsCount);
556 REPORTER_ASSERT(reporter, 1 == notificationCounter.fFlushedDrawCommandsCount);
558 REPORTER_ASSERT(reporter, 2 == notificationCounter.fFlushedDrawCommandsCount);
    [all...]

Completed in 67 milliseconds