Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
handle_gles.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
7#include "flutter/fml/logging.h"
8
9namespace impeller {
10
12 switch (type) {
14 return "Unknown";
16 return "Texture";
18 return "Buffer";
20 return "Program";
22 return "RenderBuffer";
24 return "Framebuffer";
25 }
27}
28
29} // namespace impeller
#define FML_UNREACHABLE()
Definition logging.h:109
std::string HandleTypeToString(HandleType type)