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

/external/skia/tests/
H A DFrontBufferedStreamTest.cpp27 SkStream* bufferedStream, bool shouldSucceed) {
29 REPORTER_ASSERT(reporter, success == shouldSucceed);
26 test_rewind(skiatest::Reporter* reporter, SkStream* bufferedStream, bool shouldSucceed) argument
H A DSerializationTest.cpp174 static T* TestFlattenableSerialization(T* testObj, bool shouldSucceed, argument
198 if (shouldSucceed) {
239 bool shouldSucceed,
249 xfermodeImageFilter, shouldSucceed, reporter));
253 if (shouldSucceed) {
237 TestBitmapSerialization(const SkBitmap& validBitmap, const SkBitmap& invalidBitmap, bool shouldSucceed, skiatest::Reporter* reporter) argument

Completed in 84 milliseconds