Home | History | Annotate | Download | only in tests

Lines Matching refs:TEST_STEP

32  *      invocation of the TEST_STEP macro, which generates a class and
35 * TEST_STEP(MyTestStep, MyTestStepFunction)
328 #define TEST_STEP(NAME, FUNCTION) \
356 TEST_STEP(NAME, NAME##TestStep )
363 TEST_STEP(NAME, NAME##TestStep)
395 TEST_STEP(SaveMatrixClip, SaveMatrixClipStep);
404 TEST_STEP(SaveLayer, SaveLayerStep);
413 TEST_STEP(BoundedSaveLayer, BoundedSaveLayerStep);
422 TEST_STEP(PaintSaveLayer, PaintSaveLayerStep);
433 TEST_STEP(TwoClipOps, TwoClipOpsStep);
445 TEST_STEP(DrawNearlyZeroLengthPath, DrawNearlyZeroLengthPathTestStep);
475 TEST_STEP(DrawPicture, DrawPictureTestStep);
496 TEST_STEP(SaveRestore, SaveRestoreTestStep);
516 TEST_STEP(NestedSaveRestoreWithSolidPaint, \
536 TEST_STEP(NestedSaveRestoreWithFlush, NestedSaveRestoreWithFlushTestStep);