Edit

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

Branch :

  • Show log

    Commit

  • Author : James Clarke
    Date : 2018-09-20 12:12:43
    Hash : 99d0463c
    Message : Windows: add support for SpriteVisuals as a native window type. Enable SpriteVisuals to work along side HWNDs so that Angle rendered content can be hosted with Windows::UI::Composition APIs or XamlIslands in desktop Win32 applications. Includes a whitebox test, verified Win7 compatibility For more info see: https://docs.google.com/document/d/1ggv6H-aK1a3pXNMTtMF6h0Bv0rulIeBpBxBBCJYR6Zs/edit?usp=sharing Bug: angleproject:2947 Change-Id: Id005739553be2a6268cd4543f1b07aaf89760422 Reviewed-on: https://chromium-review.googlesource.com/c/1236844 Commit-Queue: James Clarke <james.clarke@microsoft.com> Commit-Queue: Geoff Lang <geofflang@chromium.org> Reviewed-by: Jamie Madill <jmadill@chromium.org> Reviewed-by: Geoff Lang <geofflang@chromium.org>

  • 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 = [
      "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",
    ]