Searched defs:fFlushedDrawCommandsCount (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/tests/
H A DDeferredCanvasTest.cpp434 fFlushedDrawCommandsCount = fSkippedPendingDrawCommandsCount = 0;
444 fFlushedDrawCommandsCount++;
452 int fFlushedDrawCommandsCount; member in class:NotificationCounter
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/
H A DDeferredCanvasTest.cpp451 fFlushedDrawCommandsCount = fSkippedPendingDrawCommandsCount = 0;
461 fFlushedDrawCommandsCount++;
469 int fFlushedDrawCommandsCount; member in class:NotificationCounter
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 106 milliseconds