Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / angle / src / libGLESv2 / precompiled.h
1 //
2 // Copyright (c) 2013 The ANGLE Project Authors. All rights reserved.
3 // Use of this source code is governed by a BSD-style license that can be
4 // found in the LICENSE file.
5 //
6
7 // precompiled.h: Precompiled header file for libGLESv2.
8
9 #include "angle_gl.h"
10 #include <EGL/egl.h>
11 #include <EGL/eglext.h>
12
13 #include <assert.h>
14 #include <cstddef>
15 #include <float.h>
16 #include <stdint.h>
17 #include <intrin.h>
18 #include <math.h>
19 #include <stdarg.h>
20 #include <stdlib.h>
21 #include <stdio.h>
22 #include <string.h>
23
24 #include <algorithm> // for std::min and std::max
25 #include <limits>
26 #include <map>
27 #include <set>
28 #include <sstream>
29 #include <string>
30 #include <unordered_map>
31 #include <vector>