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

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

Issue 1434813002: Add support for EGLImage to GrGLInterface (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: cleanup Created 5 years, 1 month 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/GrGLExtensions.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 913 matching lines...) Expand 10 before | Expand all | Expand 10 after
924 #define GR_GL_DEBUG_SEVERITY_NOTIFICATION 0x826B 924 #define GR_GL_DEBUG_SEVERITY_NOTIFICATION 0x826B
925 #define GR_GL_STACK_UNDERFLOW 0x0504 925 #define GR_GL_STACK_UNDERFLOW 0x0504
926 #define GR_GL_STACK_OVERFLOW 0x0503 926 #define GR_GL_STACK_OVERFLOW 0x0503
927 #define GR_GL_BUFFER 0x82E0 927 #define GR_GL_BUFFER 0x82E0
928 #define GR_GL_SHADER 0x82E1 928 #define GR_GL_SHADER 0x82E1
929 #define GR_GL_PROGRAM 0x82E2 929 #define GR_GL_PROGRAM 0x82E2
930 #define GR_GL_QUERY 0x82E3 930 #define GR_GL_QUERY 0x82E3
931 #define GR_GL_PROGRAM_PIPELINE 0x82E4 931 #define GR_GL_PROGRAM_PIPELINE 0x82E4
932 #define GR_GL_SAMPLER 0x82E6 932 #define GR_GL_SAMPLER 0x82E6
933 933
934 /* EGL Defines */
935 #define GR_EGL_NO_DISPLAY ((GrEGLDisplay)0)
936 #define GR_EGL_EXTENSIONS 0x3055
937
934 #endif 938 #endif
OLDNEW
« no previous file with comments | « src/gpu/gl/GrGLCreateNullInterface.cpp ('k') | src/gpu/gl/GrGLExtensions.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698