// Copyright 2012 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Helper functions for GL. #ifndef GPU_COMMAND_BUFFER_TESTS_GL_TEST_UTILS_H_ #define GPU_COMMAND_BUFFER_TESTS_GL_TEST_UTILS_H_ #include <GLES2/gl2.h> #include <stdint.h> #include <string_view> #include <vector> #include "base/memory/raw_ptr.h" #include "build/build_config.h" #include "gpu/command_buffer/tests/gl_manager.h" #include "ui/gl/gl_display.h" #include "ui/gl/gl_implementation.h" namespace gpu { class GLTestHelper { … }; class GpuCommandBufferTestEGL { … }; } // namespace gpu #endif // GPU_COMMAND_BUFFER_TESTS_GL_TEST_UTILS_H_