blob: 595c24edc7ab25a05a68e357cba4369035103aaf [file] [log] [blame]
[email protected]abeda1f2014-02-21 17:08:341// Copyright 2014 The Chromium Authors. All rights reserved.
[email protected]31e8a4f2013-06-29 01:13:272// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
[email protected]abeda1f2014-02-21 17:08:345#ifndef UI_GL_GL_IMPLEMENTATION_OSMESA_
6#define UI_GL_GL_IMPLEMENTATION_OSMESA_
7
[email protected]31e8a4f2013-06-29 01:13:278#include "base/files/file_path.h"
9#include "base/native_library.h"
10
11namespace gfx {
12
[email protected]a37d7ff2014-01-17 21:31:0013bool InitializeStaticGLBindingsOSMesaGL();
[email protected]6bfbfe22014-05-01 21:54:3714base::NativeLibrary LoadLibraryAndPrintError(const char* filename);
15base::NativeLibrary LoadLibraryAndPrintError(const base::FilePath& filename);
[email protected]31e8a4f2013-06-29 01:13:2716
17} // namespace gfx
[email protected]abeda1f2014-02-21 17:08:3418
[email protected]6bfbfe22014-05-01 21:54:3719#endif // UI_GL_GL_IMPLEMENTATION_OSMESA_