Home
last modified time | relevance | path

Searched refs:fBorrowingContextID (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/
DGrBackendTextureImageGenerator.cpp36 SkASSERT(!fBorrowingContextID.isValid()); in ~RefHelper()
92 refHelper->fBorrowingContextID.makeInvalid(); in ReleaseRefHelper_TextureReleaseProc()
124 if (fRefHelper->fBorrowingContextID.isValid()) { in onGenerateTexture()
125 if (fRefHelper->fBorrowingContextID != dContext->directContextID()) { in onGenerateTexture()
144 fRefHelper->fBorrowingContextID = dContext->directContextID(); in onGenerateTexture()
152 SkASSERT(fRefHelper->fBorrowingContextID == dContext->directContextID()); in onGenerateTexture()
DGrBackendTextureImageGenerator.h80 GrDirectContext::DirectContextID fBorrowingContextID; variable
/external/skqp/src/gpu/
DGrBackendTextureImageGenerator.cpp88 refHelper->fBorrowingContextID = SK_InvalidGenID; in ReleaseRefHelper_TextureReleaseProc()
107 if (SK_InvalidGenID != fRefHelper->fBorrowingContextID) { in onGenerateTexture()
108 if (fRefHelper->fBorrowingContextID != context->contextPriv().contextID()) { in onGenerateTexture()
125 fRefHelper->fBorrowingContextID = context->contextPriv().contextID(); in onGenerateTexture()
128 SkASSERT(fRefHelper->fBorrowingContextID == context->contextPriv().contextID()); in onGenerateTexture()
DGrBackendTextureImageGenerator.h60 , fBorrowingContextID(SK_InvalidGenID) {} in RefHelper()
77 uint32_t fBorrowingContextID; variable