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

  /external/skia/tests/
CachedDecodingPixelRefTest.cpp 117 bool installSuccess = install(encoded.get(), &lazy);
118 REPORTER_ASSERT(reporter, installSuccess);
119 if (!installSuccess) {
DrawBitmapRectTest.cpp 45 bool installSuccess = SkInstallDiscardablePixelRef(SkNEW(FailureImageGenerator), &bm, pool);
46 REPORTER_ASSERT(reporter, installSuccess);
PictureTest.cpp     [all...]
  /external/chromium_org/third_party/skia/tests/
CachedDecodingPixelRefTest.cpp 117 bool installSuccess = install(encoded.get(), &lazy);
118 REPORTER_ASSERT(reporter, installSuccess);
119 if (!installSuccess) {
DrawBitmapRectTest.cpp 42 bool installSuccess = SkInstallDiscardablePixelRef(SkNEW(FailureImageGenerator), &bm, pool);
43 REPORTER_ASSERT(reporter, installSuccess);
PictureTest.cpp     [all...]

Completed in 139 milliseconds