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