// Copyright (c) 2013 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_GLES2_CONFORM_SUPPORT_GLES2_CONFORM_TEST_H | |
#define GPU_GLES2_CONFORM_SUPPORT_GLES2_CONFORM_TEST_H | |
bool RunGLES2ConformTest(const char* path); | |
#endif // GPU_GLES2_CONFORM_SUPPORT_GLES2_CONFORM_TEST_H | |