Searched refs:fGenID (Results 1 – 15 of 15) sorted by relevance
/third_party/skia/src/gpu/ |
D | GrRingBuffer.cpp | 77 fGenID++; in suballocate() 101 submitData->fGenID = fGenID; in startSubmit() 110 if (submitData && submitData->fOwner && submitData->fGenID == submitData->fOwner->fGenID) { in FinishSubmit()
|
D | GrDrawOpAtlas.h | 80 : fGenID(generation) in PlotLocator() 88 PlotLocator() : fGenID(0), fPlotIndex(0), fPageIndex(0) {} in PlotLocator() 91 return fGenID != 0 || fPlotIndex != 0 || fPageIndex != 0; in isValid() 95 fGenID = 0; in makeInvalid() 101 return fGenID == other.fGenID && 107 uint64_t genID() const { return fGenID; } in genID() 110 uint64_t fGenID:48; 432 uint64_t genID() const { return fGenID; } in genID() 485 uint64_t fGenID; variable
|
D | GrRingBuffer.h | 33 , fGenID(0) { in GrRingBuffer() 55 size_t fGenID; member 68 uint64_t fGenID; // incremented when createBuffer is called variable
|
D | GrDrawOpAtlas.cpp | 97 , fGenID(fGenerationCounter->next()) in Plot() 98 , fPlotLocator(fPageIndex, fPlotIndex, fGenID) in Plot() 197 fGenID = fGenerationCounter->next(); in resetRects() 198 fPlotLocator = PlotLocator(fPageIndex, fPlotIndex, fGenID); in resetRects()
|
/third_party/skia/src/gpu/geometry/ |
D | GrStyledShape.cpp | 17 fGenID = that.fGenID; in operator =() 59 result.fGenID = original.fGenID; in MakeFilled() 161 if (0 == fGenID) { in unstyledKeySize() 198 SkASSERT(fGenID != 0); in writeUnstyledKey() 207 *key++ = fGenID; in writeUnstyledKey() 258 fGenID = 0; in setInheritedKey() 273 fGenID = 0; in setInheritedKey() 321 , fGenID(that.fGenID) in GrStyledShape() 606 fGenID = 0; in simplify() 608 fGenID = fShape.path().getGenerationID(); in simplify()
|
D | GrStyledShape.h | 306 int32_t fGenID = 0; variable
|
/third_party/skia/experimental/xform/ |
D | SkXform.cpp | 60 fGenID = 0; in invalidateCaches() 76 fGenID = NextGenID(); in setCache()
|
D | SkXform.h | 44 GenID genID() const { return fGenID; } in genID() 73 uint32_t fGenID = 0; variable
|
/third_party/skia/src/gpu/v1/ |
D | ClipStack.cpp | 744 , fGenID(current.genID()) { in Mask() 748 SkASSERT(fGenID != kInvalidGenID && fGenID != kEmptyGenID && fGenID != kWideOpenGenID); in Mask() 751 builder[0] = fGenID; in Mask() 764 SkASSERT(fGenID != current.genID() || ¤t == fOwner); in appliesToDraw() 765 return fGenID == current.genID() && fBounds.contains(drawBounds); in appliesToDraw() 789 , fGenID(kInvalidGenID) {} in SaveRecord() 803 , fGenID(kInvalidGenID) { in SaveRecord() 819 SkASSERT(fGenID != kEmptyGenID && fGenID != kWideOpenGenID); in genID() 820 return fGenID; in genID() 869 SkASSERT(masks->empty() || masks->back().genID() != fGenID); in invalidateMasks() [all …]
|
D | ClipStack.h | 181 uint32_t genID() const { return fGenID; } in genID() 194 uint32_t fGenID; variable 278 uint32_t fGenID; variable
|
/third_party/skia/src/core/ |
D | SkYUVPlanesCache.cpp | 28 : fGenID(genID) in YUVPlanesKey() 34 uint32_t fGenID; member
|
D | SkClipStack.cpp | 52 fGenID = that.fGenID; in Element() 183 fGenID = kInvalidGenID; in initCommon() 293 fGenID = kEmptyGenID; in setEmpty() 301 SkASSERT(kEmptyGenID == fGenID); in checkEmpty() 369 fGenID = kEmptyGenID; in combineBoundsDiff() 423 fGenID = GetNextGenID(); in updateBoundAndGenID() 787 ((Element*)fDeque.back())->fGenID = kEmptyGenID; in clipEmpty()
|
D | SkClipStack.h | 161 uint32_t getGenID() const { SkASSERT(kInvalidGenID != fGenID); return fGenID; } in getGenID() 239 uint32_t fGenID; variable
|
/third_party/skia/src/svg/ |
D | SkSVGDevice.h | 61 uint32_t fGenID; member
|
D | SkSVGDevice.cpp | 732 if (fClipStack[SkToInt(rec_idx)].fGenID != elem->getGenID()) { in syncClipStack()
|