/external/skia/src/gpu/ |
D | GrRingBuffer.cpp | 75 fGenID++; in suballocate() 93 submitData->fGenID = fGenID; in startSubmit() 100 if (submitData && submitData->fOwner && submitData->fGenID == submitData->fOwner->fGenID) { in FinishSubmit()
|
D | GrDrawOpAtlas.h | 76 : fGenID(generation) in PlotLocator() 84 PlotLocator() : fGenID(0), fPlotIndex(0), fPageIndex(0) {} in PlotLocator() 87 return fGenID != 0 || fPlotIndex != 0 || fPageIndex != 0; in isValid() 91 fGenID = 0; in makeInvalid() 97 return fGenID == other.fGenID && 103 uint64_t genID() const { return fGenID; } in genID() 106 uint64_t fGenID:48; 392 uint64_t genID() const { return fGenID; } in genID() 445 uint64_t fGenID; variable
|
D | GrRingBuffer.h | 32 , fGenID(0) { in GrRingBuffer() 54 size_t fGenID; member 66 uint64_t fGenID; // incremented when createBuffer is called variable
|
D | GrClipStack.cpp | 752 , fGenID(current.genID()) { in Mask() 756 SkASSERT(fGenID != kInvalidGenID && fGenID != kEmptyGenID && fGenID != kWideOpenGenID); in Mask() 759 builder[0] = fGenID; in Mask() 772 SkASSERT(fGenID != current.genID() || ¤t == fOwner); in appliesToDraw() 773 return fGenID == current.genID() && fBounds.contains(drawBounds); in appliesToDraw() 797 , fGenID(kInvalidGenID) {} in SaveRecord() 811 , fGenID(kInvalidGenID) { in SaveRecord() 827 SkASSERT(fGenID != kEmptyGenID && fGenID != kWideOpenGenID); in genID() 828 return fGenID; in genID() 877 SkASSERT(masks->empty() || masks->back().genID() != fGenID); in invalidateMasks() [all …]
|
D | GrClipStack.h | 184 uint32_t genID() const { return fGenID; } in genID() 197 uint32_t fGenID; variable 281 uint32_t fGenID; variable
|
D | GrDrawOpAtlas.cpp | 91 , fGenID(fGenerationCounter->next()) in Plot() 92 , fPlotLocator(fPageIndex, fPlotIndex, fGenID) in Plot() 188 fGenID = fGenerationCounter->next(); in resetRects() 189 fPlotLocator = PlotLocator(fPageIndex, fPlotIndex, fGenID); in resetRects()
|
/external/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
|
/external/skqp/src/gpu/ |
D | GrShape.cpp | 30 fPathData.fGenID = that.fPathData.fGenID; in operator =() 114 result.fPathData.fGenID = original.fPathData.fGenID; in MakeFilled() 246 if (0 == fPathData.fGenID) { in unstyledKeySize() 293 SkASSERT(fPathData.fGenID); in writeUnstyledKey() 299 *key++ = fPathData.fGenID; in writeUnstyledKey() 326 fPathData.fGenID = 0; in setInheritedKey() 341 fPathData.fGenID = 0; in setInheritedKey() 406 fPathData.fGenID = that.fPathData.fGenID; in GrShape() 434 fPathData.fGenID = 0; in GrShape() 576 fPathData.fGenID = 0; in attemptToSimplifyPath() [all …]
|
D | GrDrawOpAtlas.h | 270 uint64_t genID() const { return fGenID; } in genID() 309 return new Plot(fPageIndex, fPlotIndex, fGenID + 1, fX, fY, fWidth, fHeight, fConfig); in clone() 330 uint64_t fGenID; variable
|
D | GrDrawOpAtlas.cpp | 65 , fGenID(genID) in Plot() 66 , fID(CreateId(fPageIndex, fPlotIndex, fGenID)) in Plot() 166 fGenID++; in resetRects() 167 fID = CreateId(fPageIndex, fPlotIndex, fGenID); in resetRects()
|
D | GrShape.h | 494 fPathData.fGenID = 0; 593 int32_t fGenID; member
|
/external/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
|
/external/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() 181 fGenID = kInvalidGenID; in initCommon() 284 fGenID = kEmptyGenID; in setEmpty() 292 SkASSERT(kEmptyGenID == fGenID); in checkEmpty() 360 fGenID = kEmptyGenID; in combineBoundsDiff() 419 fGenID = kWideOpenGenID; in combineBoundsUnion() 511 fGenID = GetNextGenID(); in updateBoundAndGenID() 899 ((Element*)fDeque.back())->fGenID = kEmptyGenID; in clipEmpty()
|
D | SkClipStack.h | 159 uint32_t getGenID() const { SkASSERT(kInvalidGenID != fGenID); return fGenID; } in getGenID() 236 uint32_t fGenID; variable
|
/external/skqp/src/core/ |
D | SkYUVPlanesCache.cpp | 25 : fGenID(genID) in YUVPlanesKey() 31 uint32_t fGenID; member
|
D | SkClipStack.cpp | 43 fGenID = that.fGenID; in Element() 159 fGenID = kInvalidGenID; in initCommon() 250 fGenID = kEmptyGenID; in setEmpty() 258 SkASSERT(kEmptyGenID == fGenID); in checkEmpty() 325 fGenID = kEmptyGenID; in combineBoundsDiff() 384 fGenID = kWideOpenGenID; in combineBoundsUnion() 476 fGenID = GetNextGenID(); in updateBoundAndGenID() 868 ((Element*)fDeque.back())->fGenID = kEmptyGenID; in clipEmpty()
|
D | SkClipStack.h | 144 uint32_t getGenID() const { SkASSERT(kInvalidGenID != fGenID); return fGenID; } in getGenID() 220 uint32_t fGenID; variable
|
/external/skia/src/svg/ |
D | SkSVGDevice.h | 61 uint32_t fGenID; member
|
D | SkSVGDevice.cpp | 727 if (fClipStack[SkToInt(rec_idx)].fGenID != elem->getGenID()) { in syncClipStack()
|