HomeSort by relevance Sort by last modified time
    Searched refs:getGenerationID (Results 1 - 25 of 74) sorted by null

1 2 3

  /external/skia/src/gpu/
GrCacheable.cpp 11 uint32_t GrCacheable::getGenerationID() const {
GrPath.cpp 16 keyData[0] = path.getGenerationID();
  /external/chromium_org/third_party/skia/tests/
PixelRefTest.cpp 30 REPORTER_ASSERT(r, 0 != pixelRef->getGenerationID());
37 REPORTER_ASSERT(r, 0 != pixelRef->getGenerationID());
43 REPORTER_ASSERT(r, 0 != pixelRef->getGenerationID());
SkResourceCacheTest.cpp 110 REPORTER_ASSERT(reporter, !SkBitmapCache::Add(cachedBitmap.getGenerationID(), SkIRect::MakeWH(4, 6), cachedBitmap, cache));
111 REPORTER_ASSERT(reporter, !SkBitmapCache::Find(cachedBitmap.getGenerationID(), rect, &bm, cache));
113 REPORTER_ASSERT(reporter, !SkBitmapCache::Add(cachedBitmap.getGenerationID(), SkIRect::MakeXYWH(-1, 0, 5, 5), cachedBitmap, cache));
114 REPORTER_ASSERT(reporter, !SkBitmapCache::Find(cachedBitmap.getGenerationID(), rect, &bm, cache));
117 REPORTER_ASSERT(reporter, !SkBitmapCache::Find(cachedBitmap.getGenerationID(), rect, &bm, cache));
119 REPORTER_ASSERT(reporter, SkBitmapCache::Add(cachedBitmap.getGenerationID(), rect, cachedBitmap, cache));
121 REPORTER_ASSERT(reporter, SkBitmapCache::Find(cachedBitmap.getGenerationID(), rect, &bm, cache));
144 REPORTER_ASSERT(reporter, SkBitmapCache::Add(cachedBitmap.getGenerationID(), rect, cachedBitmap, cache));
145 REPORTER_ASSERT(reporter, SkBitmapCache::Find(cachedBitmap.getGenerationID(), rect, &bm, cache));
148 REPORTER_ASSERT(reporter, SkBitmapCache::Find(cachedBitmap.getGenerationID(), rect, &bm, cache))
    [all...]
PaintTest.cpp 163 uint32_t paintGenID = paint.getGenerationID();
164 uint32_t copiedPaintGenID = copiedPaint.getGenerationID();
175 REPORTER_ASSERT(reporter, paint.getGenerationID() == paintGenID);
176 REPORTER_ASSERT(reporter, copiedPaint.getGenerationID() != copiedPaintGenID);
177 copiedPaintGenID = copiedPaint.getGenerationID(); // reset to the new value
190 REPORTER_ASSERT(reporter, paint.getGenerationID() != paintGenID);
191 REPORTER_ASSERT(reporter, copiedPaint.getGenerationID() != copiedPaintGenID);
BitmapCopyTest.cpp 248 REPORTER_ASSERT(reporter, copy.getGenerationID() != subset.getGenerationID());
314 REPORTER_ASSERT(reporter, srcPremul.getGenerationID() == dst.getGenerationID());
316 REPORTER_ASSERT(reporter, srcPremul.getGenerationID() != dst.getGenerationID());
  /external/skia/tests/
PixelRefTest.cpp 30 REPORTER_ASSERT(r, 0 != pixelRef->getGenerationID());
37 REPORTER_ASSERT(r, 0 != pixelRef->getGenerationID());
43 REPORTER_ASSERT(r, 0 != pixelRef->getGenerationID());
PaintTest.cpp 163 uint32_t paintGenID = paint.getGenerationID();
164 uint32_t copiedPaintGenID = copiedPaint.getGenerationID();
175 REPORTER_ASSERT(reporter, paint.getGenerationID() == paintGenID);
176 REPORTER_ASSERT(reporter, copiedPaint.getGenerationID() != copiedPaintGenID);
177 copiedPaintGenID = copiedPaint.getGenerationID(); // reset to the new value
190 REPORTER_ASSERT(reporter, paint.getGenerationID() != paintGenID);
191 REPORTER_ASSERT(reporter, copiedPaint.getGenerationID() != copiedPaintGenID);
ImageCacheTest.cpp 131 REPORTER_ASSERT(r, tmp.getGenerationID() == scaled2.getGenerationID());
BitmapCopyTest.cpp 248 REPORTER_ASSERT(reporter, copy.getGenerationID() != subset.getGenerationID());
314 REPORTER_ASSERT(reporter, srcPremul.getGenerationID() == dst.getGenerationID());
316 REPORTER_ASSERT(reporter, srcPremul.getGenerationID() != dst.getGenerationID());
  /external/skia/include/gpu/
GrCacheable.h 49 uint32_t getGenerationID() const;
  /external/chromium_org/third_party/skia/src/lazy/
SkCachingPixelRef.cpp 48 if (!SkBitmapCache::Find(this->getGenerationID(),
61 SkBitmapCache::Add(this->getGenerationID(),
  /external/skia/src/lazy/
SkCachingPixelRef.cpp 51 fScaledCacheId = SkScaledImageCache::FindAndLock(this->getGenerationID(),
66 fScaledCacheId = SkScaledImageCache::AddAndLock(this->getGenerationID(),
  /frameworks/base/libs/hwui/
DisplayListRenderer.h 204 if (pathCopy == NULL || pathCopy->getGenerationID() != path->getGenerationID()) {
225 || paintCopy->getGenerationID() != paint->getGenerationID()
231 && paint->getShader()->getGenerationID() == paintCopy->getShader()->getGenerationID())) {
247 paintCopy->setGenerationID(paint->getGenerationID());
248 shaderCopy->setGenerationID(paint->getShader()->getGenerationID());
PathCache.cpp 272 path->getGenerationID());
413 if (sourcePath && sourcePath->getGenerationID() == path->getGenerationID()) {
446 } else if (path->getGenerationID() != texture->generation) {
472 } else if (path->getGenerationID() != texture->generation) {
480 texture = createTexture(0.0f, 0.0f, 0.0f, 0, 0, path->getGenerationID());
  /external/chromium_org/third_party/skia/src/core/
SkBitmapCache.cpp 82 BitmapKey key(src.getGenerationID(), invScaleX, invScaleY, get_bounds_from_bitmap(src));
94 BitmapRec* rec = SkNEW_ARGS(BitmapRec, (src.getGenerationID(), invScaleX, invScaleY,
127 : fKey(src.getGenerationID(), 0, 0, get_bounds_from_bitmap(src))
152 BitmapKey key(src.getGenerationID(), 0, 0, get_bounds_from_bitmap(src));
SkPixelRef.cpp 119 // This is subtle. We must call that.getGenerationID() to make sure its genID isn't 0.
120 this->fGenerationID = that.getGenerationID();
198 uint32_t SkPixelRef::getGenerationID() const {
SkPathHeap.cpp 54 : fGenerationID(path.getGenerationID()), fStorageSlot(0) {
  /external/chromium_org/third_party/skia/src/gpu/
GrPath.cpp 22 keyData[0] = path.getGenerationID();
SkGrPixelRef.cpp 176 if(!SkBitmapCache::Find(this->getGenerationID(), bounds, dst)) {
201 SkBitmapCache::Add(this->getGenerationID(), bounds, cachedBitmap);
  /external/chromium_org/chrome/browser/extensions/api/extension_action/
browser_action_apitest.cc 152 uint32_t action_icon_last_id = action_icon.ToSkBitmap()->getGenerationID();
156 icon_factory.GetIcon(0).ToSkBitmap()->getGenerationID());
168 action_icon_current_id = action_icon.ToSkBitmap()->getGenerationID();
185 action_icon_current_id = action_icon.ToSkBitmap()->getGenerationID();
204 action_icon_current_id = action_icon.ToSkBitmap()->getGenerationID();
221 action_icon_current_id = action_icon.ToSkBitmap()->getGenerationID();
239 action_icon_current_id = action_icon.ToSkBitmap()->getGenerationID();
257 action_icon_current_id = action_icon.ToSkBitmap()->getGenerationID();
280 action_icon_current_id = action_icon.ToSkBitmap()->getGenerationID();
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
DeferredImageDecoderTest.cpp 242 unsigned firstId = frame->getSkBitmap().getGenerationID();
252 unsigned secondId = frame->getSkBitmap().getGenerationID();
257 EXPECT_EQ(secondId, m_lazyDecoder->frameBufferAtIndex(0)->getSkBitmap().getGenerationID());
268 unsigned firstId = m_lazyDecoder->frameBufferAtIndex(0)->getSkBitmap().getGenerationID();
280 unsigned secondId = m_lazyDecoder->frameBufferAtIndex(0)->getSkBitmap().getGenerationID();
297 EXPECT_EQ(secondId, m_lazyDecoder->frameBufferAtIndex(0)->getSkBitmap().getGenerationID());
  /external/skia/src/core/
SkPathHeap.cpp 54 : fGenerationID(path.getGenerationID()), fStorageSlot(0) {
  /external/chromium_org/third_party/skia/include/core/
SkPixelRef.h 128 uint32_t getGenerationID() const;
133 * getGenerationID().
  /external/skia/include/core/
SkPixelRef.h 127 uint32_t getGenerationID() const;
143 * getGenerationID().

Completed in 4604 milliseconds

1 2 3