Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
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
8
9namespace impeller {
10
11Context::~Context() = default;
12
13Context::Context() : capture(CaptureContext::MakeInactive()) {}
14
18
19} // namespace impeller
virtual ~Context()
Destroys an Impeller context.
virtual bool UpdateOffscreenLayerPixelFormat(PixelFormat format)
Definition context.cc:15
uint32_t uint32_t * format
PixelFormat
The Pixel formats supported by Impeller. The naming convention denotes the usage of the component,...
Definition formats.h:100