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

/external/skia/src/gpu/
H A DGrAADistanceFieldPathRenderer.h50 uint32_t fGenID; member in struct:GrAADistanceFieldPathRenderer::PathData::Key
54 return other.fGenID == fGenID && other.fDimension == fDimension;
H A DGrBatchAtlas.cpp44 int genID() const { return fGenID; }
112 fGenID++;
113 fID = create_id(fIndex, fGenID);
132 , fGenID(-1)
159 fGenID = generation;
179 uint32_t fGenID; variable
H A DGrAADistanceFieldPathRenderer.cpp426 pathData->fKey.fGenID = path.getGenerationID();
/external/skia/src/core/
H A DSkYUVPlanesCache.cpp25 : fGenID(genID)
31 uint32_t fGenID; member in struct:__anon13936::YUVPlanesKey
H A DSkBitmapCache.cpp52 : fGenID(genID)
58 sizeof(fGenID) + sizeof(fScaleX) + sizeof(fScaleY) + sizeof(fBounds));
61 uint32_t fGenID; member in struct:__anon13885::BitmapKey
153 MipMapKey(uint32_t genID, const SkIRect& bounds) : fGenID(genID), fBounds(bounds) {
155 sizeof(fGenID) + sizeof(fBounds));
158 uint32_t fGenID; member in struct:__anon13886::MipMapKey
H A DSkClipStack.cpp43 fGenID = that.fGenID;
162 fGenID = kEmptyGenID;
170 SkASSERT(kEmptyGenID == fGenID);
295 fGenID = kWideOpenGenID;
387 fGenID = GetNextGenID();
741 ((Element*)fDeque.back())->fGenID = kEmptyGenID;
/external/skia/src/pipe/
H A DSkGPipePriv.h166 , fGenID(genID)
203 uint32_t fGenID; member in class:BitmapInfo
/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;

Completed in 149 milliseconds