Home
last modified time | relevance | path

Searched refs:SK_InvalidGenID (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/src/gpu/v1/
H A DStencilClip.h21 explicit StencilClip(const SkISize& rtDims, uint32_t stencilStackID = SK_InvalidGenID) in StencilClip() argument
27 uint32_t stencilStackID = SK_InvalidGenID) in StencilClip()
35 bool hasStencilClip() const { return SK_InvalidGenID != fStencilStackID; } in hasStencilClip()
25 StencilClip(const SkISize& rtDims, const SkIRect& scissorRect, uint32_t stencilStackID = SK_InvalidGenID) StencilClip() argument
/third_party/skia/src/gpu/text/
H A DGrTextBlobCache.cpp77 SkASSERT(blobID != SK_InvalidGenID); in PostPurgeBlobMessage()
161 GrTextBlobCache::BlobIDCacheEntry::BlobIDCacheEntry() : fID(SK_InvalidGenID) {} in BlobIDCacheEntry()
/third_party/skia/src/gpu/
H A DGrContextThreadSafeProxy.cpp30 } while (id == SK_InvalidGenID); in next_id()
/third_party/skia/src/core/
H A DSkVertices.cpp28 } while (id == SK_InvalidGenID); in next_id()
H A DSkTextBlob.cpp140 } while (id == SK_InvalidGenID); in next_id()
/third_party/skia/include/core/
H A DSkTypes.h604 static constexpr uint32_t SK_InvalidGenID = 0; variable
/third_party/skia/tests/
H A DPictureTest.cpp494 REPORTER_ASSERT(reporter, empty->uniqueID() != SK_InvalidGenID); in test_gen_id()
500 REPORTER_ASSERT(reporter, hasData->uniqueID() != SK_InvalidGenID); in test_gen_id()

Completed in 7 milliseconds