Flutter Engine
The Flutter Engine
context.cc
Go to the documentation of this file.
1// Copyright 2013 The Flutter Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
6
7namespace impeller {
8
9Context::~Context() = default;
10
11Context::Context() = default;
12
14 return false;
15}
16
17} // namespace impeller
virtual ~Context()
Destroys an Impeller context.
virtual bool UpdateOffscreenLayerPixelFormat(PixelFormat format)
Definition: context.cc:13
uint32_t uint32_t * format
PixelFormat
The Pixel formats supported by Impeller. The naming convention denotes the usage of the component,...
Definition: formats.h:99