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
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";
26 return "Fence";
27 }
29}
30
31} // namespace impeller
GLenum type
#define FML_UNREACHABLE()
Definition logging.h:128
std::string HandleTypeToString(HandleType type)