| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright 2011 Google Inc. | 2 * Copyright 2011 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 | 9 |
| 10 #ifndef GrGLDefines_DEFINED | 10 #ifndef GrGLDefines_DEFINED |
| (...skipping 871 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 882 #define GR_GL_FETCH_PER_SAMPLE_ARM 0x8F65 | 882 #define GR_GL_FETCH_PER_SAMPLE_ARM 0x8F65 |
| 883 | 883 |
| 884 /* GL_EXT_raster_multisample */ | 884 /* GL_EXT_raster_multisample */ |
| 885 #define GR_GL_RASTER_MULTISAMPLE 0x9327 | 885 #define GR_GL_RASTER_MULTISAMPLE 0x9327 |
| 886 #define GR_GL_RASTER_SAMPLES 0x9328 | 886 #define GR_GL_RASTER_SAMPLES 0x9328 |
| 887 #define GR_GL_MAX_RASTER_SAMPLES 0x9329 | 887 #define GR_GL_MAX_RASTER_SAMPLES 0x9329 |
| 888 #define GR_GL_RASTER_FIXED_SAMPLE_LOCATIONS 0x932A | 888 #define GR_GL_RASTER_FIXED_SAMPLE_LOCATIONS 0x932A |
| 889 #define GR_GL_MULTISAMPLE_RASTERIZATION_ALLOWED 0x932B | 889 #define GR_GL_MULTISAMPLE_RASTERIZATION_ALLOWED 0x932B |
| 890 #define GR_GL_EFFECTIVE_RASTER_SAMPLES 0x932C | 890 #define GR_GL_EFFECTIVE_RASTER_SAMPLES 0x932C |
| 891 | 891 |
| 892 /* GL_NV_sample_locations and GL_ARB_sample_locations */ | |
| 893 #define GR_GL_FRAMEBUFFER_PROGRAMMABLE_SAMPLE_LOCATIONS 0x9342 | |
| 894 | |
| 895 /* GL_KHR_debug */ | 892 /* GL_KHR_debug */ |
| 896 #define GR_GL_DEBUG_OUTPUT 0x92E0 | 893 #define GR_GL_DEBUG_OUTPUT 0x92E0 |
| 897 #define GR_GL_DEBUG_OUTPUT_SYNCHRONOUS 0x8242 | 894 #define GR_GL_DEBUG_OUTPUT_SYNCHRONOUS 0x8242 |
| 898 #define GR_GL_CONTEXT_FLAG_DEBUG_BIT 0x00000002 | 895 #define GR_GL_CONTEXT_FLAG_DEBUG_BIT 0x00000002 |
| 899 #define GR_GL_MAX_DEBUG_MESSAGE_LENGTH 0x9143 | 896 #define GR_GL_MAX_DEBUG_MESSAGE_LENGTH 0x9143 |
| 900 #define GR_GL_MAX_DEBUG_LOGGED_MESSAGES 0x9144 | 897 #define GR_GL_MAX_DEBUG_LOGGED_MESSAGES 0x9144 |
| 901 #define GR_GL_DEBUG_LOGGED_MESSAGES 0x9145 | 898 #define GR_GL_DEBUG_LOGGED_MESSAGES 0x9145 |
| 902 #define GR_GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH 0x8243 | 899 #define GR_GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH 0x8243 |
| 903 #define GR_GL_MAX_DEBUG_GROUP_STACK_DEPTH 0x826C | 900 #define GR_GL_MAX_DEBUG_GROUP_STACK_DEPTH 0x826C |
| 904 #define GR_GL_DEBUG_GROUP_STACK_DEPTH 0x826D | 901 #define GR_GL_DEBUG_GROUP_STACK_DEPTH 0x826D |
| (...skipping 20 matching lines...) Expand all Loading... |
| 925 #define GR_GL_STACK_UNDERFLOW 0x0504 | 922 #define GR_GL_STACK_UNDERFLOW 0x0504 |
| 926 #define GR_GL_STACK_OVERFLOW 0x0503 | 923 #define GR_GL_STACK_OVERFLOW 0x0503 |
| 927 #define GR_GL_BUFFER 0x82E0 | 924 #define GR_GL_BUFFER 0x82E0 |
| 928 #define GR_GL_SHADER 0x82E1 | 925 #define GR_GL_SHADER 0x82E1 |
| 929 #define GR_GL_PROGRAM 0x82E2 | 926 #define GR_GL_PROGRAM 0x82E2 |
| 930 #define GR_GL_QUERY 0x82E3 | 927 #define GR_GL_QUERY 0x82E3 |
| 931 #define GR_GL_PROGRAM_PIPELINE 0x82E4 | 928 #define GR_GL_PROGRAM_PIPELINE 0x82E4 |
| 932 #define GR_GL_SAMPLER 0x82E6 | 929 #define GR_GL_SAMPLER 0x82E6 |
| 933 | 930 |
| 934 #endif | 931 #endif |
| OLD | NEW |