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

1 2 3 4

  /external/chromium_org/third_party/skia/src/gpu/
GrCacheable.cpp 11 uint32_t GrCacheable::getGenerationID() const {
GrPath.cpp 16 keyData[0] = path.getGenerationID();
  /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());
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/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/chromium_org/third_party/skia/include/gpu/
GrCacheable.h 49 uint32_t getGenerationID() const;
  /external/skia/include/gpu/
GrCacheable.h 49 uint32_t getGenerationID() const;
  /external/chromium_org/third_party/skia/src/lazy/
SkCachingPixelRef.cpp 51 fScaledCacheId = SkScaledImageCache::FindAndLock(this->getGenerationID(),
66 fScaledCacheId = SkScaledImageCache::AddAndLock(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 202 if (pathCopy == NULL || pathCopy->getGenerationID() != path->getGenerationID()) {
223 || paintCopy->getGenerationID() != paint->getGenerationID()
229 && paint->getShader()->getGenerationID() == paintCopy->getShader()->getGenerationID())) {
245 paintCopy->setGenerationID(paint->getGenerationID());
246 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/WebKit/Source/platform/graphics/
LazyDecodingPixelRef.cpp 76 PlatformInstrumentation::willDecodeLazyPixelRef(getGenerationID());
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/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/skia/src/core/
SkPathHeap.cpp 54 : fGenerationID(path.getGenerationID()), fStorageSlot(0) {
  /external/skia/src/core/
SkPathHeap.cpp 54 : fGenerationID(path.getGenerationID()), fStorageSlot(0) {
  /external/chromium_org/third_party/skia/include/core/
SkPixelRef.h 127 uint32_t getGenerationID() const;
132 * getGenerationID().
  /external/skia/include/core/
SkPixelRef.h 127 uint32_t getGenerationID() const;
132 * getGenerationID().

Completed in 593 milliseconds

1 2 3 4