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 #pragma once
6 
7 #include "flutter/fml/macros.h"
10 
11 namespace impeller {
12 
14  public:
16 
18 
19  bool RegisterStage(const RuntimeStage& stage);
20 
21  private:
22  FML_DISALLOW_COPY_AND_ASSIGN(RuntimeStagePlayground);
23 };
24 
25 } // namespace impeller
impeller::RuntimeStage
Definition: runtime_stage.h:17
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:13
impeller::PlaygroundTest
Definition: playground_test.h:22
impeller
Definition: aiks_context.cc:10
playground_test.h
impeller::RuntimeStagePlayground::~RuntimeStagePlayground
~RuntimeStagePlayground()