[email protected] | abeda1f | 2014-02-21 17:08:34 | [diff] [blame] | 1 | // Copyright 2014 The Chromium Authors. All rights reserved. |
[email protected] | 31e8a4f | 2013-06-29 01:13:27 | [diff] [blame] | 2 | // Use of this source code is governed by a BSD-style license that can be |
3 | // found in the LICENSE file. | ||||
4 | |||||
[email protected] | abeda1f | 2014-02-21 17:08:34 | [diff] [blame] | 5 | #ifndef UI_GL_GL_IMPLEMENTATION_OSMESA_ |
6 | #define UI_GL_GL_IMPLEMENTATION_OSMESA_ | ||||
7 | |||||
[email protected] | 31e8a4f | 2013-06-29 01:13:27 | [diff] [blame] | 8 | #include "base/files/file_path.h" |
9 | #include "base/native_library.h" | ||||
10 | |||||
11 | namespace gfx { | ||||
12 | |||||
[email protected] | a37d7ff | 2014-01-17 21:31:00 | [diff] [blame] | 13 | bool InitializeStaticGLBindingsOSMesaGL(); |
[email protected] | 6bfbfe2 | 2014-05-01 21:54:37 | [diff] [blame] | 14 | base::NativeLibrary LoadLibraryAndPrintError(const char* filename); |
15 | base::NativeLibrary LoadLibraryAndPrintError(const base::FilePath& filename); | ||||
[email protected] | 31e8a4f | 2013-06-29 01:13:27 | [diff] [blame] | 16 | |
17 | } // namespace gfx | ||||
[email protected] | abeda1f | 2014-02-21 17:08:34 | [diff] [blame] | 18 | |
[email protected] | 6bfbfe2 | 2014-05-01 21:54:37 | [diff] [blame] | 19 | #endif // UI_GL_GL_IMPLEMENTATION_OSMESA_ |