Edit

kc3-lang/angle/src/libGLESv2/precompiled.h

Branch :

  • Show log

    Commit

  • Author : Geoff Lang
    Date : 2014-06-18 18:08:57
    Hash : 591e6afe
    Message : Add support for ANGLE_platform_angle. BUG=angle:490 Change-Id: If3c897a9ae3d27b96e4b9bf9475a9ac23a1090ba Reviewed-on: https://chromium-review.googlesource.com/185396 Reviewed-by: Jamie Madill <jmadill@chromium.org> Tested-by: Geoff Lang <geofflang@chromium.org>

  • src/libGLESv2/precompiled.h
  • //
    // Copyright (c) 2013 The ANGLE Project Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style license that can be
    // found in the LICENSE file.
    //
    
    // precompiled.h: Precompiled header file for libGLESv2.
    
    #include "angle_gl.h"
    #include <EGL/egl.h>
    #include <EGL/eglext.h>
    
    #include <assert.h>
    #include <cstddef>
    #include <float.h>
    #include <stdint.h>
    #include <intrin.h>
    #include <math.h>
    #include <stdarg.h>
    #include <stdlib.h>
    #include <stdio.h>
    #include <string.h>
    
    #include <algorithm> // for std::min and std::max
    #include <limits>
    #include <map>
    #include <set>
    #include <sstream>
    #include <string>
    #include <unordered_map>
    #include <vector>