| OLD | NEW | 
|    1 /* |    1 /* | 
|    2  * Copyright 2012 Google Inc. |    2  * Copyright 2012 Google Inc. | 
|    3  * |    3  * | 
|    4  * 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 | 
|    5  * found in the LICENSE file. |    5  * found in the LICENSE file. | 
|    6  */ |    6  */ | 
|    7  |    7  | 
|    8  |    8  | 
|    9 #ifndef GrGLCaps_DEFINED |    9 #ifndef GrGLCaps_DEFINED | 
|   10 #define GrGLCaps_DEFINED |   10 #define GrGLCaps_DEFINED | 
|   11  |   11  | 
|   12 #include "GrDrawTargetCaps.h" |   12 #include "GrCaps.h" | 
|   13 #include "GrGLStencilAttachment.h" |   13 #include "GrGLStencilAttachment.h" | 
|   14 #include "SkChecksum.h" |   14 #include "SkChecksum.h" | 
|   15 #include "SkTHash.h" |   15 #include "SkTHash.h" | 
|   16 #include "SkTArray.h" |   16 #include "SkTArray.h" | 
|   17  |   17  | 
|   18 class GrGLContextInfo; |   18 class GrGLContextInfo; | 
|   19 class GrGLSLCaps; |   19 class GrGLSLCaps; | 
|   20  |   20  | 
|   21 /** |   21 /** | 
|   22  * Stores some capabilities of a GL context. Most are determined by the GL |   22  * Stores some capabilities of a GL context. Most are determined by the GL | 
| (...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  459     const char* fFBFetchColorName; |  459     const char* fFBFetchColorName; | 
|  460     const char* fFBFetchExtensionString; |  460     const char* fFBFetchExtensionString; | 
|  461  |  461  | 
|  462     AdvBlendEqInteraction fAdvBlendEqInteraction; |  462     AdvBlendEqInteraction fAdvBlendEqInteraction; | 
|  463  |  463  | 
|  464     typedef GrShaderCaps INHERITED; |  464     typedef GrShaderCaps INHERITED; | 
|  465 }; |  465 }; | 
|  466  |  466  | 
|  467  |  467  | 
|  468 #endif |  468 #endif | 
| OLD | NEW |