OLD | NEW |
1 | |
2 /* | 1 /* |
3 * Copyright 2011 Google Inc. | 2 * Copyright 2011 Google Inc. |
4 * | 3 * |
5 * Use of this source code is governed by a BSD-style license that can be | 4 * Use of this source code is governed by a BSD-style license that can be |
6 * found in the LICENSE file. | 5 * found in the LICENSE file. |
7 */ | 6 */ |
8 #ifndef SkMesaGLContext_DEFINED | 7 #ifndef SkMesaGLContext_DEFINED |
9 #define SkMesaGLContext_DEFINED | 8 #define SkMesaGLContext_DEFINED |
10 | 9 |
11 #include "gl/SkGLContext.h" | 10 #include "gl/SkGLContext.h" |
(...skipping 24 matching lines...) Expand all Loading... |
36 void onPlatformSwapBuffers() const override; | 35 void onPlatformSwapBuffers() const override; |
37 GrGLFuncPtr onPlatformGetProcAddress(const char*) const override; | 36 GrGLFuncPtr onPlatformGetProcAddress(const char*) const override; |
38 | 37 |
39 Context fContext; | 38 Context fContext; |
40 GrGLubyte *fImage; | 39 GrGLubyte *fImage; |
41 }; | 40 }; |
42 | 41 |
43 #endif | 42 #endif |
44 | 43 |
45 #endif | 44 #endif |
OLD | NEW |