Home
last modified time | relevance | path

Searched refs:getGenerationID (Results 1 – 25 of 70) sorted by relevance

123

/external/skqp/tests/
Dimage-bitmap.cpp24 REPORTER_ASSERT(r, a.getGenerationID() == b.getGenerationID()); in DEF_TEST()
28 REPORTER_ASSERT(r, img->uniqueID() == bm.getGenerationID()); in DEF_TEST()
32 REPORTER_ASSERT(r, imgA->uniqueID() != a.getGenerationID()); in DEF_TEST()
33 REPORTER_ASSERT(r, imgB->uniqueID() != b.getGenerationID()); in DEF_TEST()
DPixelRefTest.cpp85 REPORTER_ASSERT(r, 0 != pixelRef->getGenerationID()); in DEF_TEST()
92 REPORTER_ASSERT(r, 0 != pixelRef->getGenerationID()); in DEF_TEST()
98 REPORTER_ASSERT(r, 0 != pixelRef->getGenerationID()); in DEF_TEST()
DDeviceTest.cpp51 SkASSERT(bm.getGenerationID() == special->uniqueID());
60 SkASSERT(bm.getGenerationID() == special->uniqueID());
96 SkASSERT(bm.getGenerationID() == special->uniqueID()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DBitmapCopyTest.cpp109 REPORTER_ASSERT(reporter, copy.getGenerationID() != subset.getGenerationID()); in DEF_TEST()
/external/skia/tests/
Dimage-bitmap.cpp24 REPORTER_ASSERT(r, a.getGenerationID() == b.getGenerationID()); in DEF_TEST()
28 REPORTER_ASSERT(r, img->uniqueID() == bm.getGenerationID()); in DEF_TEST()
32 REPORTER_ASSERT(r, imgA->uniqueID() != a.getGenerationID()); in DEF_TEST()
33 REPORTER_ASSERT(r, imgB->uniqueID() != b.getGenerationID()); in DEF_TEST()
DPixelRefTest.cpp85 REPORTER_ASSERT(r, 0 != pixelRef->getGenerationID()); in DEF_TEST()
92 REPORTER_ASSERT(r, 0 != pixelRef->getGenerationID()); in DEF_TEST()
98 REPORTER_ASSERT(r, 0 != pixelRef->getGenerationID()); in DEF_TEST()
DDeviceTest.cpp51 SkASSERT(bm.getGenerationID() == special->uniqueID());
60 SkASSERT(bm.getGenerationID() == special->uniqueID());
96 SkASSERT(bm.getGenerationID() == special->uniqueID()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DBitmapCopyTest.cpp109 REPORTER_ASSERT(reporter, copy.getGenerationID() != subset.getGenerationID()); in DEF_TEST()
/external/skqp/src/pdf/
DSkKeyedImage.cpp18 return {image->bounds().makeOffset(o.x(), o.y()), bm->getGenerationID()}; in SkBitmapKeyFromImage()
29 fKey = {bm.getSubset(), bm.getGenerationID()}; in SkKeyedImage()
/external/skia/src/pdf/
DSkKeyedImage.cpp18 return {image->bounds().makeOffset(o.x(), o.y()), bm->getGenerationID()}; in SkBitmapKeyFromImage()
29 fKey = {bm.getSubset(), bm.getGenerationID()}; in SkKeyedImage()
/external/skqp/src/core/
DSkPixelRef.cpp74 uint32_t SkPixelRef::getGenerationID() const { in getGenerationID() function in SkPixelRef
108 SkNotifyBitmapGenIDIsStale(this->getGenerationID()); in callGenIDChangeListeners()
DSkBitmapCache.cpp64 return { bm.getGenerationID(), scaledWidth, scaledHeight, get_bounds_from_bitmap(bm) }; in Make()
71 return { bm.getGenerationID(), 0, 0, get_bounds_from_bitmap(bm) }; in Make()
413 MipMapRec* rec = new MipMapRec(src.getGenerationID(), get_bounds_from_bitmap(src), in AddAndRef()
DSkRecords.cpp14 (void)this->getGenerationID(); in PreCachedPath()
DSkDrawable.cpp56 uint32_t SkDrawable::getGenerationID() { in getGenerationID() function in SkDrawable
/external/skia/src/core/
DSkPixelRef.cpp74 uint32_t SkPixelRef::getGenerationID() const { in getGenerationID() function in SkPixelRef
108 SkNotifyBitmapGenIDIsStale(this->getGenerationID()); in callGenIDChangeListeners()
DSkBitmapCache.cpp64 return { bm.getGenerationID(), scaledWidth, scaledHeight, get_bounds_from_bitmap(bm) }; in Make()
71 return { bm.getGenerationID(), 0, 0, get_bounds_from_bitmap(bm) }; in Make()
413 MipMapRec* rec = new MipMapRec(src.getGenerationID(), get_bounds_from_bitmap(src), in AddAndRef()
DSkRecords.cpp14 (void)this->getGenerationID(); in PreCachedPath()
DSkDrawable.cpp56 uint32_t SkDrawable::getGenerationID() { in getGenerationID() function in SkDrawable
/external/skia/src/gpu/ccpr/
DGrCCClipProcessor.cpp40 SkASSERT(that.fClipPath->deviceSpacePath().getGenerationID() == in onIsEqual()
41 fClipPath->deviceSpacePath().getGenerationID()); in onIsEqual()
/external/skqp/src/gpu/ccpr/
DGrCCClipProcessor.cpp40 SkASSERT(that.fClipPath->deviceSpacePath().getGenerationID() == in onIsEqual()
41 fClipPath->deviceSpacePath().getGenerationID()); in onIsEqual()
/external/skqp/include/core/
DSkDrawable.h47 uint32_t getGenerationID();
DSkPixelRef.h46 uint32_t getGenerationID() const;
/external/skia/include/core/
DSkDrawable.h47 uint32_t getGenerationID();
DSkPixelRef.h46 uint32_t getGenerationID() const;
/external/skia/src/image/
DSkImage_Raster.cpp104 is_not_subset(bm) ? bm.getGenerationID() in SkImage_Raster()
217 fPinnedUniqueID = fBitmap.getGenerationID(); in onPinAsTexture()

123