Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
H A 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
57 /** Initialize BufferFinishedMessage::fIntendedRecipient to this value. It is the
H A DGrClientMappedBufferManager.cpp74 return m.fIntendedRecipient == potentialRecipient; in SkShouldPostMessageToBus()
H A DGrResourceCache.h40 GrDirectContext::DirectContextID fIntendedRecipient; member
45 return potentialRecipient == msg.fIntendedRecipient; in SkShouldPostMessageToBus()
H A DSurfaceContext.cpp621 : fIntendedRecipient(intendedRecipient) { in AsyncReadResult()
626 fPlanes[i].releaseMappedBuffer(fIntendedRecipient);
710 GrDirectContext::DirectContextID fIntendedRecipient; member in skgpu::SurfaceContext::AsyncReadResult
H A DGrResourceCache.cpp1594 SkASSERT(msgs[i].fIntendedRecipient == fOwningContextID);

Completed in 7 milliseconds