Home
last modified time | relevance | path

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

/external/skia/tests/
DShadowUtilsTest.cpp16 bool expectSuccess) { in tessellate_shadow()
DBlurTest.cpp396 const bool expectSuccess = sigma > 0; in test_blurDrawLooper() local
416 SkBlurStyle style, SkBlurQuality quality, bool expectSuccess) { in test_looper()
449 bool expectSuccess) { in test_layerDrawLooper()
DPathOpsExtendedTest.cpp460 ExpectSuccess expectSuccess, SkipAssert skipAssert, ExpectMatch expectMatch) { in inner_simplify()
519 const SkPathOp shapeOp, const char* testName, ExpectSuccess expectSuccess, in innerPathOp()
DReadPixelsTest.cpp387 bool expectSuccess = SkIRect::Intersects(srcRect, DEV_RECT); in test_readpixels() local
/external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/
DDeqpTestRunnerTest.java1499 private void testRecoveryWithPattern(boolean expectSuccess, RecoveryEvent...pattern) in testRecoveryWithPattern()