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

  /external/skia/src/core/
SkYUVPlanesCache.cpp 25 : fGenID(genID)
31 uint32_t fGenID;
SkClipStack.h 132 uint32_t getGenID() const { SkASSERT(kInvalidGenID != fGenID); return fGenID; }
244 uint32_t fGenID;
274 fGenID = kInvalidGenID;
SkClipStack.cpp 45 fGenID = that.fGenID;
148 fGenID = kEmptyGenID;
156 SkASSERT(kEmptyGenID == fGenID);
223 fGenID = kEmptyGenID;
282 fGenID = kWideOpenGenID;
374 fGenID = GetNextGenID();
789 ((Element*)fDeque.back())->fGenID = kEmptyGenID;
    [all...]
  /external/skia/src/gpu/
GrShape.cpp 23 fPathData.fGenID = that.fPathData.fGenID;
135 if (0 == fPathData.fGenID) {
175 SkASSERT(fPathData.fGenID);
181 *key++ = fPathData.fGenID;
208 fPathData.fGenID = 0;
223 fPathData.fGenID = 0;
254 fPathData.fGenID = that.fPathData.fGenID;
279 fPathData.fGenID = 0
    [all...]
GrDrawOpAtlas.cpp 61 , fGenID(genID)
62 , fID(CreateId(fIndex, fGenID))
149 fGenID++;
150 fID = CreateId(fIndex, fGenID);
GrDrawOpAtlas.h 198 uint64_t genID() const { return fGenID; }
233 return new Plot(fIndex, fGenID + 1, fX, fY, fWidth, fHeight, fConfig);
246 uint64_t fGenID;
GrShape.h 366 fPathData.fGenID = 0;
453 int32_t fGenID;

Completed in 146 milliseconds