// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef GPU_KHRONOS_GLCTS_SUPPORT_KHRONOS_GLCTS_TEST_H_ #define GPU_KHRONOS_GLCTS_SUPPORT_KHRONOS_GLCTS_TEST_H_ bool RunKhronosGLCTSTest(const char* test_name); #endif // GPU_KHRONOS_GLCTS_SUPPORT_KHRONOS_GLCTS_TEST_H_