Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
GrClientMappedBufferManager.cpp
Go to the documentation of this file.
1/*
2 * Copyright 2019 Google LLC
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
7
9
10//////////////////////////////////////////////////////////////////////////////
11
12DECLARE_SKMESSAGEBUS_MESSAGE(GrClientMappedBufferManager::BufferFinishedMessage,
14 false)
15
16bool SkShouldPostMessageToBus(const GrClientMappedBufferManager::BufferFinishedMessage& m,
17 GrDirectContext::DirectContextID potentialRecipient) {
18 return m.fIntendedRecipient == potentialRecipient;
19}
#define DECLARE_SKMESSAGEBUS_MESSAGE(Message, IDType, AllowCopyableMessage)
static bool SkShouldPostMessageToBus(const SkResourceCache::PurgeSharedIDMessage &, uint32_t)