Home
last modified time | relevance | path

Searched refs:UniqueKeyInvalidatedMsg_Graphite (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/
H A DResourceKey.h365 class UniqueKeyInvalidatedMsg_Graphite {
367 UniqueKeyInvalidatedMsg_Graphite() = default;
368 UniqueKeyInvalidatedMsg_Graphite(const UniqueKey& key, uint32_t recorderID) in UniqueKeyInvalidatedMsg_Graphite() function
373 UniqueKeyInvalidatedMsg_Graphite(const UniqueKeyInvalidatedMsg_Graphite&) = default;
375 UniqueKeyInvalidatedMsg_Graphite& operator=(const UniqueKeyInvalidatedMsg_Graphite&) = default;
385 static inline bool SkShouldPostMessageToBus(const UniqueKeyInvalidatedMsg_Graphite& msg, in SkShouldPostMessageToBus()
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DProxyCache.cpp22 DECLARE_SKMESSAGEBUS_MESSAGE(skgpu::UniqueKeyInvalidatedMsg_Graphite, uint32_t,
50 SkMessageBus<skgpu::UniqueKeyInvalidatedMsg_Graphite, uint32_t>::Post(fMsg); in make_unique_key_invalidation_listener()
54 skgpu::UniqueKeyInvalidatedMsg_Graphite fMsg; in make_unique_key_invalidation_listener()
126 TArray<skgpu::UniqueKeyInvalidatedMsg_Graphite> invalidKeyMsgs; in processInvalidKeyMsgs()
H A DProxyCache.h78 SkMessageBus<UniqueKeyInvalidatedMsg_Graphite, uint32_t>::Inbox fInvalidUniqueKeyInbox;