Flutter Engine
The Flutter Engine
GrClientMappedBufferManager.h
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
8#ifndef GrClientMappedBufferManager_DEFINED
9#define GrClientMappedBufferManager_DEFINED
10
14
15// This is declared as a class rather than an alias to allow for forward declarations
17 public skgpu::TClientMappedBufferManager<GrGpuBuffer, GrDirectContext::DirectContextID> {
18public:
21};
22
23bool SkShouldPostMessageToBus(const GrClientMappedBufferManager::BufferFinishedMessage&,
24 GrDirectContext::DirectContextID potentialRecipient);
25
26#endif
bool SkShouldPostMessageToBus(const GrClientMappedBufferManager::BufferFinishedMessage &, GrDirectContext::DirectContextID potentialRecipient)
GrClientMappedBufferManager(GrDirectContext::DirectContextID ownerID)