HomeSort by relevance Sort by last modified time
    Searched defs:genID (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/skia/src/utils/
SkPictureUtils.cpp 24 uint32_t genID = pr->getGenerationID();
25 if (fGenID.find(genID) < 0) {
27 *fGenID.append() = genID;
28 // SkDebugf("--- adding [%d] %x %d\n", fArray->count() - 1, pr, genID);
30 // SkDebugf("--- already have %x %d\n", pr, genID);
  /external/skia/src/utils/
SkPictureUtils.cpp 24 uint32_t genID = pr->getGenerationID();
25 if (fGenID.find(genID) < 0) {
27 *fGenID.append() = genID;
28 // SkDebugf("--- adding [%d] %x %d\n", fArray->count() - 1, pr, genID);
30 // SkDebugf("--- already have %x %d\n", pr, genID);
  /external/chromium_org/third_party/skia/src/core/
SkPixelRef.cpp 69 int32_t genID;
71 genID = sk_atomic_inc(&gPixelRefGenerationID) + 1;
72 } while (0 == genID);
73 return genID;
124 // is safe since the same genID will never refer to two different sets of
127 // trigger assignment of a new genID in playback.
SkPathRef.h 280 // We've done the work to determine that these are equal. If either has a zero genID, copy
281 // the other's. If both are 0 then genID() will compute the next ID.
283 fGenerationID = ref.genID();
285 ref.fGenerationID = this->genID();
339 // We could call genID() here to force a real ID (instead of 0). However, if we're making
345 /** Makes additional room but does not change the counts or change the genID */
500 int32_t genID() const {
541 kEmptyGenID = 1, // GenID reserved for path ref with zero points and zero verbs.
  /external/chromium_org/third_party/skia/src/gpu/
SkGr.cpp 59 uint32_t genID = bitmap.getGenerationID();
65 memcpy(key.fData8, &genID, 4);
GrClipMaskManager.cpp 158 int32_t genID = clipDataIn->fClipStack->getTopmostGenID();
164 result = this->createSoftwareClipMask(genID,
169 result = this->createAlphaClipMask(genID,
586 int32_t genID = elements.tail()->getGenID();
588 if (stencilBuffer->mustRenderClip(genID, clipSpaceIBounds, clipSpaceToStencilOffset)) {
590 stencilBuffer->setLastClip(genID, clipSpaceIBounds, clipSpaceToStencilOffset);
    [all...]
  /external/skia/src/core/
SkPixelRef.cpp 69 int32_t genID;
71 genID = sk_atomic_inc(&gPixelRefGenerationID) + 1;
72 } while (0 == genID);
73 return genID;
124 // is safe since the same genID will never refer to two different sets of
127 // trigger assignment of a new genID in playback.
SkPathRef.h 280 // We've done the work to determine that these are equal. If either has a zero genID, copy
281 // the other's. If both are 0 then genID() will compute the next ID.
283 fGenerationID = ref.genID();
285 ref.fGenerationID = this->genID();
339 // We could call genID() here to force a real ID (instead of 0). However, if we're making
345 /** Makes additional room but does not change the counts or change the genID */
500 int32_t genID() const {
541 kEmptyGenID = 1, // GenID reserved for path ref with zero points and zero verbs.
  /external/skia/src/gpu/
SkGr.cpp 59 uint32_t genID = bitmap.getGenerationID();
65 memcpy(key.fData8, &genID, 4);
GrClipMaskManager.cpp 158 int32_t genID = clipDataIn->fClipStack->getTopmostGenID();
164 result = this->createSoftwareClipMask(genID,
169 result = this->createAlphaClipMask(genID,
586 int32_t genID = elements.tail()->getGenID();
588 if (stencilBuffer->mustRenderClip(genID, clipSpaceIBounds, clipSpaceToStencilOffset)) {
590 stencilBuffer->setLastClip(genID, clipSpaceIBounds, clipSpaceToStencilOffset);
    [all...]

Completed in 372 milliseconds