Searched refs:installSuccess (Results 1 - 6 of 6) sorted by relevance

/external/skia/tests/
H A DCachedDecodingPixelRefTest.cpp117 bool installSuccess = install(encoded.get(), &lazy); local
118 REPORTER_ASSERT(reporter, installSuccess);
119 if (!installSuccess) {
H A DDrawBitmapRectTest.cpp45 bool installSuccess = SkInstallDiscardablePixelRef(SkNEW(FailureImageGenerator), &bm, pool); local
46 REPORTER_ASSERT(reporter, installSuccess);
H A DPictureTest.cpp1257 bool installSuccess = SkInstallDiscardablePixelRef( local
1259 REPORTER_ASSERT(reporter, installSuccess);
/external/chromium_org/third_party/skia/tests/
H A DCachedDecodingPixelRefTest.cpp117 bool installSuccess = install(encoded.get(), &lazy); local
118 REPORTER_ASSERT(reporter, installSuccess);
119 if (!installSuccess) {
H A DDrawBitmapRectTest.cpp42 bool installSuccess = SkInstallDiscardablePixelRef(SkNEW(FailureImageGenerator), &bm, pool); local
43 REPORTER_ASSERT(reporter, installSuccess);
H A DPictureTest.cpp1490 bool installSuccess = SkInstallDiscardablePixelRef( local
1492 REPORTER_ASSERT(reporter, installSuccess);

Completed in 129 milliseconds