Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(365)

Side by Side Diff: src/gpu/gl/GrGLDefines.h

Issue 1185573003: Import new functionality for GL4 backend (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix KHR_debug suffixes Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « src/gpu/gl/GrGLCreateNullInterface.cpp ('k') | src/gpu/gl/GrGLInterface.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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_KHR_debug */
893 #define GR_GL_DEBUG_OUTPUT 0x92E0
894 #define GR_GL_DEBUG_OUTPUT_SYNCHRONOUS 0x8242
895 #define GR_GL_CONTEXT_FLAG_DEBUG_BIT 0x00000002
896 #define GR_GL_MAX_DEBUG_MESSAGE_LENGTH 0x9143
897 #define GR_GL_MAX_DEBUG_LOGGED_MESSAGES 0x9144
898 #define GR_GL_DEBUG_LOGGED_MESSAGES 0x9145
899 #define GR_GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH 0x8243
900 #define GR_GL_MAX_DEBUG_GROUP_STACK_DEPTH 0x826C
901 #define GR_GL_DEBUG_GROUP_STACK_DEPTH 0x826D
902 #define GR_GL_MAX_LABEL_LENGTH 0x82E8
903 #define GR_GL_DEBUG_SOURCE_API 0x8246
904 #define GR_GL_DEBUG_SOURCE_WINDOW_SYSTEM 0x8247
905 #define GR_GL_DEBUG_SOURCE_SHADER_COMPILER 0x8248
906 #define GR_GL_DEBUG_SOURCE_THIRD_PARTY 0x8249
907 #define GR_GL_DEBUG_SOURCE_APPLICATION 0x824A
908 #define GR_GL_DEBUG_SOURCE_OTHER 0x824B
909 #define GR_GL_DEBUG_TYPE_ERROR 0x824C
910 #define GR_GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR 0x824D
911 #define GR_GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR 0x824E
912 #define GR_GL_DEBUG_TYPE_PORTABILITY 0x824F
913 #define GR_GL_DEBUG_TYPE_PERFORMANCE 0x8250
914 #define GR_GL_DEBUG_TYPE_OTHER 0x8251
915 #define GR_GL_DEBUG_TYPE_MARKER 0x8268
916 #define GR_GL_DEBUG_TYPE_PUSH_GROUP 0x8269
917 #define GR_GL_DEBUG_TYPE_POP_GROUP 0x826A
918 #define GR_GL_DEBUG_SEVERITY_HIGH 0x9146
919 #define GR_GL_DEBUG_SEVERITY_MEDIUM 0x9147
920 #define GR_GL_DEBUG_SEVERITY_LOW 0x9148
921 #define GR_GL_DEBUG_SEVERITY_NOTIFICATION 0x826B
922 #define GR_GL_STACK_UNDERFLOW 0x0504
923 #define GR_GL_STACK_OVERFLOW 0x0503
924 #define GR_GL_BUFFER 0x82E0
925 #define GR_GL_SHADER 0x82E1
926 #define GR_GL_PROGRAM 0x82E2
927 #define GR_GL_QUERY 0x82E3
928 #define GR_GL_PROGRAM_PIPELINE 0x82E4
929 #define GR_GL_SAMPLER 0x82E6
930
892 #endif 931 #endif
OLDNEW
« no previous file with comments | « src/gpu/gl/GrGLCreateNullInterface.cpp ('k') | src/gpu/gl/GrGLInterface.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698