Overloaded name.  Causing trouble with gles1's platform.h on
case-insensitive file systems despite the different case.

Bug: angleproject:3408
Change-Id: Icc1644a4c6a9c9076a2bbafbfb1d6eac578b731a
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/3920895
Reviewed-by: Cody Northrop <cnorthrop@google.com>
Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
This commit is contained in:
Shahbaz Youssefi 2022-09-26 23:19:28 -04:00 коммит произвёл Angle LUCI CQ
Родитель 163e56e444
Коммит 01285f16ab
9 изменённых файлов: 7 добавлений и 18 удалений

Просмотреть файл

@ -1,10 +0,0 @@
//
// Copyright 2020 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.
//
// Platform.h: Simple forwarding header to PlatformMethods.h.
// Ideally we can remove this file at some point since "Platform.h" is overloaded.
//
#include "PlatformMethods.h"

Просмотреть файл

@ -12,7 +12,7 @@
#include <iterator>
#include <EGL/eglext.h>
#include <platform/Platform.h>
#include <platform/PlatformMethods.h>
#include "anglebase/no_destructor.h"
#include "common/debug.h"

Просмотреть файл

@ -16,7 +16,7 @@
#include <vector>
#include <EGL/eglext.h>
#include <platform/Platform.h>
#include <platform/PlatformMethods.h>
#include "anglebase/no_destructor.h"
#include "common/android_util.h"

Просмотреть файл

@ -6,7 +6,7 @@
// Platform.cpp: Implementation methods for angle::Platform.
#include <platform/Platform.h>
#include <platform/PlatformMethods.h>
#include <cstring>

Просмотреть файл

@ -10,7 +10,7 @@
#include "libANGLE/Stream.h"
#include <EGL/eglext.h>
#include <platform/Platform.h>
#include <platform/PlatformMethods.h>
#include "common/debug.h"
#include "common/mathutil.h"

Просмотреть файл

@ -10,7 +10,7 @@
#ifndef LIBANGLE_HISTOGRAM_MACROS_H_
#define LIBANGLE_HISTOGRAM_MACROS_H_
#include <platform/Platform.h>
#include <platform/PlatformMethods.h>
#define ANGLE_HISTOGRAM_TIMES(name, sample) ANGLE_HISTOGRAM_CUSTOM_TIMES(name, sample, 1, 10000, 50)

Просмотреть файл

@ -27,7 +27,7 @@
#include "libANGLE/renderer/metal/mtl_common.h"
#include "libANGLE/renderer/metal/shaders/mtl_default_shaders_src_autogen.inc"
#include "libANGLE/trace.h"
#include "platform/Platform.h"
#include "platform/PlatformMethods.h"
#ifdef ANGLE_METAL_XCODE_BUILDS_SHADERS
# include "libANGLE/renderer/metal/mtl_default_shaders_compiled.inc"

Просмотреть файл

@ -9,7 +9,7 @@
#ifndef LIBANGLE_TRACE_H_
#define LIBANGLE_TRACE_H_
#include <platform/Platform.h>
#include <platform/PlatformMethods.h>
#include "third_party/trace_event/trace_event.h"
// TODO: Pass platform directly to these methods. http://anglebug.com/1892

Просмотреть файл

@ -203,7 +203,6 @@ libangle_includes = [
"include/platform/FeaturesMtl_autogen.h",
"include/platform/FeaturesVk_autogen.h",
"include/platform/FrontendFeatures_autogen.h",
"include/platform/Platform.h",
"include/platform/PlatformMethods.h",
"include/vulkan/vulkan_fuchsia_ext.h",
]