Edit

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

Branch :

  • Show log

    Commit

  • Author : Eric Binet
    Date : 2020-01-08 09:58:24
    Hash : 4ffc254e
    Message : Only initialize the timestamp query pools if the extension is available. Also added a few assertions to ensure that timestamp queries aren't attempted when support is missing. Bug: angleproject:4114 Change-Id: Ie6d7d5face59f9bc137aebd86c9d0e965773e6e6 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1992184 Commit-Queue: Eric Binet <ericbinet@google.com> Commit-Queue: Jamie Madill <jmadill@chromium.org> Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org> Reviewed-by: Jamie Madill <jmadill@chromium.org>

  • src/tests/angle_white_box_tests.gni
  • # Copyright 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_platform.cpp",
      "test_utils/angle_test_platform.h",
      "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",
      "gl_tests/FormatPrintTest.cpp",
    ]
    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",
    ]
    angle_white_box_tests_mac_sources = [
      "test_utils/angle_test_instantiate_apple.mm",
      "test_utils/angle_test_instantiate_apple.h",
    ]