Searched refs:fGenID (Results 1 - 12 of 12) sorted by relevance

/external/skia/src/gpu/
H A DGrCacheable.cpp13 while (!fGenID) {
14 fGenID = static_cast<uint32_t>(sk_atomic_inc(&gPathRefGenerationID) + 1);
16 return fGenID;
/external/skia/include/gpu/
H A DGrCacheable.h54 , fGenID(0) {}
68 mutable uint32_t fGenID; member in class:GrCacheable
/external/chromium_org/third_party/skia/src/pipe/
H A DSkGPipePriv.h168 , fGenID(genID)
205 uint32_t fGenID; member in class:BitmapInfo
/external/skia/src/pipe/
H A DSkGPipePriv.h166 , fGenID(genID)
203 uint32_t fGenID; member in class:BitmapInfo
/external/chromium_org/third_party/skia/include/core/
H A DSkClipStack.h117 int32_t getGenID() const { SkASSERT(kInvalidGenID != fGenID); return fGenID; }
206 int fGenID; member in class:SkClipStack::Element
234 fGenID = kInvalidGenID;
/external/skia/include/core/
H A DSkClipStack.h117 int32_t getGenID() const { SkASSERT(kInvalidGenID != fGenID); return fGenID; }
206 int fGenID; member in class:SkClipStack::Element
234 fGenID = kInvalidGenID;
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmapCache.cpp34 : fGenID(genID)
39 this->init(sizeof(fGenID) + sizeof(fScaleX) + sizeof(fScaleY) + sizeof(fBounds));
42 uint32_t fGenID; member in struct:BitmapKey
H A DSkClipStack.cpp42 fGenID = that.fGenID;
158 fGenID = kEmptyGenID;
166 SkASSERT(kEmptyGenID == fGenID);
291 fGenID = kWideOpenGenID;
383 fGenID = GetNextGenID();
733 ((Element*)fDeque.back())->fGenID = kEmptyGenID;
/external/chromium_org/third_party/skia/src/utils/
H A DSkPictureUtils.cpp26 if (fGenID.find(genID) < 0) {
28 *fGenID.append() = genID;
37 SkTDArray<uint32_t> fGenID; member in class:PixelRefSet
/external/skia/src/utils/
H A DSkPictureUtils.cpp26 if (fGenID.find(genID) < 0) {
28 *fGenID.append() = genID;
37 SkTDArray<uint32_t> fGenID; member in class:PixelRefSet
/external/skia/src/core/
H A DSkClipStack.cpp42 fGenID = that.fGenID;
158 fGenID = kEmptyGenID;
166 SkASSERT(kEmptyGenID == fGenID);
291 fGenID = kWideOpenGenID;
383 fGenID = GetNextGenID();
733 ((Element*)fDeque.back())->fGenID = kEmptyGenID;
H A DSkScaledImageCache.cpp63 : fGenID(genID)
67 fHash = compute_hash(&fGenID, 7);
71 const uint32_t* a = &fGenID;
72 const uint32_t* b = &other.fGenID;
96 uint32_t fGenID; member in struct:SkScaledImageCache::Key

Completed in 999 milliseconds