Home
last modified time | relevance | path

Searched refs:fIntendedRecipient (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/
DGrClientMappedBufferManager.h35 : fBuffer(std::move(buffer)), fIntendedRecipient(intendedRecipient) {} in BufferFinishedMessage()
38 fIntendedRecipient = other.fIntendedRecipient; in BufferFinishedMessage()
39 other.fIntendedRecipient.makeInvalid(); in BufferFinishedMessage()
42 GrDirectContext::DirectContextID fIntendedRecipient; member
DGrClientMappedBufferManager.cpp74 return m.fIntendedRecipient == potentialRecipient; in DECLARE_SKMESSAGEBUS_MESSAGE()
DGrResourceCache.h34 GrDirectContext::DirectContextID fIntendedRecipient; member
39 return potentialRecipient == msg.fIntendedRecipient; in SkShouldPostMessageToBus()
DGrSurfaceContext.cpp710 : fIntendedRecipient(intendedRecipient) { in AsyncReadResult()
715 fPlanes[i].releaseMappedBuffer(fIntendedRecipient); in ~AsyncReadResult()
799 GrDirectContext::DirectContextID fIntendedRecipient; member in GrSurfaceContext::AsyncReadResult
DGrResourceCache.cpp737 SkASSERT(msgs[i].fIntendedRecipient == fOwningContextID); in processFreedGpuResources()