HomeSort by relevance Sort by last modified time
    Searched refs:installSuccess (Results 1 - 3 of 3) sorted by null

  /external/skia/tests/
CachedDecodingPixelRefTest.cpp 119 bool installSuccess = install(encoded.get(), &lazy);
120 REPORTER_ASSERT(reporter, installSuccess);
121 if (!installSuccess) {
DrawBitmapRectTest.cpp 52 bool installSuccess = SkInstallDiscardablePixelRef(SkNEW(FailureImageGenerator), &bm, pool);
53 REPORTER_ASSERT(reporter, installSuccess);
PictureTest.cpp 384 bool installSuccess = SkDecodingImageGenerator::Install(data, &bm);
385 REPORTER_ASSERT(reporter, installSuccess);

Completed in 39 milliseconds