Home
last modified time | relevance | path

Searched defs:expectSuccess (Results 1 – 4 of 4) sorted by relevance

/external/skia/tests/
DBlurTest.cpp423 const bool expectSuccess = sigma > 0 && in test_blurDrawLooper() local
444 SkBlurStyle style, SkBlurQuality quality, bool expectSuccess) { in test_delete_looper()
477 SkBlurStyle style, SkBlurQuality quality, bool expectSuccess) { in test_layerDrawLooper()
DPathOpsExtendedTest.cpp339 bool expectSuccess) { in comparePaths()
506 const SkPathOp shapeOp, const char* testName, bool expectSuccess) { in innerPathOp()
DReadPixelsTest.cpp351 bool expectSuccess = SkIRect::Intersects(srcRect, DEV_RECT); in test_readpixels() local
/external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/
DDeqpTestRunnerTest.java1549 private void testRecoveryWithPattern(boolean expectSuccess, RecoveryEvent...pattern) in testRecoveryWithPattern()