Flutter Impeller
runtime_stage_playground.h
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
5
#ifndef FLUTTER_IMPELLER_RUNTIME_STAGE_RUNTIME_STAGE_PLAYGROUND_H_
6
#define FLUTTER_IMPELLER_RUNTIME_STAGE_RUNTIME_STAGE_PLAYGROUND_H_
7
8
#include "flutter/fml/macros.h"
9
#include "
impeller/playground/playground_test.h
"
10
#include "
impeller/runtime_stage/runtime_stage.h
"
11
12
namespace
impeller
{
13
14
class
RuntimeStagePlayground
:
public
PlaygroundTest
{
15
public
:
16
RuntimeStagePlayground
();
17
18
~RuntimeStagePlayground
();
19
20
bool
RegisterStage
(
const
RuntimeStage
& stage);
21
22
private
:
23
RuntimeStagePlayground
(
const
RuntimeStagePlayground
&) =
delete
;
24
25
RuntimeStagePlayground
& operator=(
const
RuntimeStagePlayground
&) =
delete
;
26
};
27
28
}
// namespace impeller
29
30
#endif // FLUTTER_IMPELLER_RUNTIME_STAGE_RUNTIME_STAGE_PLAYGROUND_H_
impeller::RuntimeStage
Definition:
runtime_stage.h:19
impeller::RuntimeStagePlayground::RegisterStage
bool RegisterStage(const RuntimeStage &stage)
Definition:
runtime_stage_playground.cc:20
runtime_stage.h
impeller::RuntimeStagePlayground::RuntimeStagePlayground
RuntimeStagePlayground()
impeller::RuntimeStagePlayground
Definition:
runtime_stage_playground.h:14
impeller::PlaygroundTest
Definition:
playground_test.h:23
impeller
Definition:
aiks_blur_unittests.cc:20
playground_test.h
impeller::RuntimeStagePlayground::~RuntimeStagePlayground
~RuntimeStagePlayground()
impeller
runtime_stage
runtime_stage_playground.h
Generated by
1.8.17