Edit

kc3-lang/angle/src/tests/angle_white_box_tests.gni

Branch :

  • Show log

    Commit

  • Author : Jonah Ryan-Davis
    Date : 2019-06-04 11:36:43
    Hash : e431aaa1
    Message : Rename EGL_ANGLE_workaround_control to EGL_ANGLE_feature_control. For consistency, call these ANGLE "features", a subset of which may be workarounds. Also, whether the feature is enabled/disabled should be publically visible as "status". Bug: angleproject:1621 Change-Id: I0de90a932fbfe1fc9b59138153d616d29fa7268b Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1643410 Reviewed-by: Jamie Madill <jmadill@chromium.org> Reviewed-by: Geoff Lang <geofflang@chromium.org> Commit-Queue: Jonah Ryan-Davis <jonahr@google.com>

  • src/tests/angle_white_box_tests.gni
  • # Copyright (c) 2014 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.
    
    angle_white_box_tests_sources = [
      "egl_tests/EGLFeatureControlTest.cpp",
      "util_tests/PrintSystemInfoTest.cpp",
      "test_utils/angle_test_configs.cpp",
      "test_utils/angle_test_configs.h",
      "test_utils/angle_test_instantiate.cpp",
      "test_utils/angle_test_instantiate.h",
      "test_utils/ANGLETest.cpp",
      "test_utils/ANGLETest.h",
      "test_utils/gl_raii.h",
    ]
    angle_white_box_tests_win_sources = [
      "egl_tests/EGLDirectCompositionTest.cpp",
      "gl_tests/D3D11EmulatedIndexedBufferTest.cpp",
      "gl_tests/D3D11FormatTablesTest.cpp",
      "gl_tests/D3D11InputLayoutCacheTest.cpp",
      "gl_tests/D3DTextureTest.cpp",
      "gl_tests/ErrorMessages.cpp",
    ]
    angle_white_box_tests_vulkan_sources = [
      "gl_tests/VulkanFormatTablesTest.cpp",
      "gl_tests/VulkanUniformUpdatesTest.cpp",
    ]