Home
last modified time | relevance | path

Searched refs:SK_InvalidGenID (Results 1 – 24 of 24) sorted by relevance

/external/skia/src/gpu/
DGrStencilClip.h19 explicit GrStencilClip(const SkISize& rtDims, uint32_t stencilStackID = SK_InvalidGenID)
24 uint32_t stencilStackID = SK_InvalidGenID)
32 bool hasStencilClip() const { return SK_InvalidGenID != fStencilStackID; } in hasStencilClip()
DGrReducedClip.h151 uint32_t fAAClipRectGenID = SK_InvalidGenID; // the GenID that the mask will have if the AA
155 uint32_t fMaskGenID = SK_InvalidGenID;
DGrReducedClip.cpp96 SkASSERT(SK_InvalidGenID != fAAClipRectGenID); in GrReducedClip()
126 if (SK_InvalidGenID != fAAClipRectGenID && // Is there an AA clip rect? in GrReducedClip()
523 if (SK_InvalidGenID == fAAClipRectGenID) { // No AA clip rect yet? in clipInsideElement()
530 SkASSERT(SK_InvalidGenID != fAAClipRectGenID); in clipInsideElement()
717 fAAClipRectGenID = SK_InvalidGenID; in makeEmpty()
DGrContextThreadSafeProxy.cpp30 } while (id == SK_InvalidGenID); in next_id()
/external/skqp/src/gpu/
DGrStencilClip.h19 GrStencilClip(uint32_t stencilStackID = SK_InvalidGenID) : fStencilStackID(stencilStackID) {} in fStencilStackID()
21 explicit GrStencilClip(const SkIRect& scissorRect, uint32_t stencilStackID = SK_InvalidGenID)
30 bool hasStencilClip() const { return SK_InvalidGenID != fStencilStackID; } in hasStencilClip()
DGrContext_Base.cpp15 } while (id == SK_InvalidGenID); in next_id()
22 , fContextID(SK_InvalidGenID == contextID ? next_id() : contextID) { in GrContext_Base()
DGrBackendTextureImageGenerator.cpp88 refHelper->fBorrowingContextID = SK_InvalidGenID; in ReleaseRefHelper_TextureReleaseProc()
107 if (SK_InvalidGenID != fRefHelper->fBorrowingContextID) { in onGenerateTexture()
DGrReducedClip.cpp47 fAAClipRectGenID = SK_InvalidGenID; in GrReducedClip()
96 SkASSERT(SK_InvalidGenID != fAAClipRectGenID); in GrReducedClip()
119 if (SK_InvalidGenID != fAAClipRectGenID && // Is there an AA clip rect? in GrReducedClip()
502 if (SK_InvalidGenID == fAAClipRectGenID) { // No AA clip rect yet? in clipInsideElement()
509 SkASSERT(SK_InvalidGenID != fAAClipRectGenID); in clipInsideElement()
674 fAAClipRectGenID = SK_InvalidGenID; in makeEmpty()
DGrBackendTextureImageGenerator.h60 , fBorrowingContextID(SK_InvalidGenID) {} in RefHelper()
/external/skia/src/gpu/text/
DGrTextBlobCache.cpp77 SkASSERT(blobID != SK_InvalidGenID); in PostPurgeBlobMessage()
161 GrTextBlobCache::BlobIDCacheEntry::BlobIDCacheEntry() : fID(SK_InvalidGenID) {} in BlobIDCacheEntry()
/external/skqp/src/gpu/text/
DGrTextBlobCache.cpp37 SkASSERT(blobID != SK_InvalidGenID); in PostPurgeBlobMessage()
DGrTextBlobCache.h112 BlobIDCacheEntry() : fID(SK_InvalidGenID) {} in BlobIDCacheEntry()
DGrTextContext.cpp209 static uint32_t gContextID = SK_InvalidGenID; in GR_DRAW_OP_TEST_DEFINE()
/external/skqp/include/gpu/
DGrContext.h283 GrContext(GrBackendApi, int32_t id = SK_InvalidGenID);
/external/skqp/include/core/
DSkTypes.h160 static constexpr uint32_t SK_InvalidGenID = 0; variable
/external/skia/src/core/
DSkVertices.cpp28 } while (id == SK_InvalidGenID); in next_id()
DSkTextBlob.cpp140 } while (id == SK_InvalidGenID); in next_id()
/external/skia/include/core/
DSkTypes.h577 static constexpr uint32_t SK_InvalidGenID = 0; variable
/external/skqp/src/shaders/
DSkPictureShader.cpp103 } while (id == SK_InvalidGenID); in next_id()
/external/skqp/tests/
DPictureTest.cpp546 REPORTER_ASSERT(reporter, empty->uniqueID() != SK_InvalidGenID); in test_gen_id()
552 REPORTER_ASSERT(reporter, hasData->uniqueID() != SK_InvalidGenID); in test_gen_id()
/external/skia/tests/
DPictureTest.cpp537 REPORTER_ASSERT(reporter, empty->uniqueID() != SK_InvalidGenID); in test_gen_id()
543 REPORTER_ASSERT(reporter, hasData->uniqueID() != SK_InvalidGenID); in test_gen_id()
/external/skqp/src/core/
DSkVertices.cpp25 } while (id == SK_InvalidGenID); in next_id()
DSkTextBlob.cpp139 } while (id == SK_InvalidGenID); in next_id()
/external/skqp/src/gpu/ops/
DGrSmallPathRenderer.cpp904 PathTestStruct() : fContextID(SK_InvalidGenID), fAtlas(nullptr) {} in PathTestStruct()