// // Copyright 2019 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. // #ifndef TEST_EXPECTATIONS_GPU_TEST_EXPECTATIONS_PARSER_H_ #define TEST_EXPECTATIONS_GPU_TEST_EXPECTATIONS_PARSER_H_ #include <stddef.h> #include <stdint.h> #include <string> #include <vector> #include "GPUTestConfig.h" namespace angle { struct GPUTestConfig; class GPUTestExpectationsParser { … }; const char *GetConditionName(uint32_t condition); } // namespace angle #endif // TEST_EXPECTATIONS_GPU_TEST_EXPECTATIONS_PARSER_H_