chromium/third_party/angle/src/tests/gl_tests/FloatingPointSurfaceTest.cpp

//
// Copyright 2017 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.
//

// FloatingPointSurfaceTest.cpp : Test functionality of the EGL_EXT_pixel_format_float extension.

#include "test_utils/ANGLETest.h"

usingnamespaceangle;

class FloatingPointSurfaceTest : public ANGLETest<>
{};

// Test clearing and checking the color is correct
TEST_P(FloatingPointSurfaceTest, Clearing)
{}

// Test drawing and checking the color is correct
TEST_P(FloatingPointSurfaceTest, Drawing)
{}

// Use this to select which configurations (e.g. which renderer, which GLES major version) these
// tests should be run against.
ANGLE_INSTANTIATE_TEST();

// This test suite is not instantiated on some OSes.
GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST();