Searched refs:TEST_STEP (Results 1 - 2 of 2) sorted by relevance

/external/skia/tests/
H A DCanvasTest.cpp31 * invocation of the TEST_STEP macro, which generates a class and
34 * TEST_STEP(MyTestStep, MyTestStepFunction)
275 #define TEST_STEP(NAME, FUNCTION) \ macro
301 TEST_STEP(NAME, NAME##TestStep )
309 TEST_STEP(NAME, NAME##TestStep )
386 TEST_STEP(SaveMatrix, SaveMatrixStep);
402 TEST_STEP(SaveClip, SaveClipStep);
418 TEST_STEP(SaveMatrixClip, SaveMatrixClipStep);
429 TEST_STEP(SaveLayer, SaveLayerStep);
440 TEST_STEP(BoundedSaveLaye
[all...]
/external/chromium_org/third_party/skia/tests/
H A DCanvasTest.cpp31 * invocation of the TEST_STEP macro, which generates a class and
34 * TEST_STEP(MyTestStep, MyTestStepFunction)
275 #define TEST_STEP(NAME, FUNCTION) \ macro
301 TEST_STEP(NAME, NAME##TestStep )
309 TEST_STEP(NAME, NAME##TestStep )
384 TEST_STEP(SaveMatrixClip, SaveMatrixClipStep);
395 TEST_STEP(SaveLayer, SaveLayerStep);
406 TEST_STEP(BoundedSaveLayer, BoundedSaveLayerStep);
417 TEST_STEP(PaintSaveLayer, PaintSaveLayerStep);
429 TEST_STEP(TwoClipOp
[all...]

Completed in 119 milliseconds