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

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

Issue 2221393004: Include EXT_window_rectangles API (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 4 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/GrGLCaps.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 944 matching lines...) Expand 10 before | Expand all | Expand 10 after
955 #define GR_GL_QUERY 0x82E3 955 #define GR_GL_QUERY 0x82E3
956 #define GR_GL_PROGRAM_PIPELINE 0x82E4 956 #define GR_GL_PROGRAM_PIPELINE 0x82E4
957 #define GR_GL_SAMPLER 0x82E6 957 #define GR_GL_SAMPLER 0x82E6
958 958
959 /* GL_OES_EGL_image_external */ 959 /* GL_OES_EGL_image_external */
960 #define GR_GL_TEXTURE_EXTERNAL 0x8D65 960 #define GR_GL_TEXTURE_EXTERNAL 0x8D65
961 961
962 /* GL_ARB_texture_rectangle */ 962 /* GL_ARB_texture_rectangle */
963 #define GR_GL_TEXTURE_RECTANGLE 0x84F5 963 #define GR_GL_TEXTURE_RECTANGLE 0x84F5
964 964
965 /* GL_EXT_window_rectangles */
966 #define GR_GL_MAX_WINDOW_RECTANGLES 0x8f14
967 #define GR_GL_INCLUSIVE 0x8f10
968 #define GR_GL_EXCLUSIVE 0x8f11
969
965 /* EGL Defines */ 970 /* EGL Defines */
966 #define GR_EGL_NO_DISPLAY ((GrEGLDisplay)0) 971 #define GR_EGL_NO_DISPLAY ((GrEGLDisplay)0)
967 #define GR_EGL_EXTENSIONS 0x3055 972 #define GR_EGL_EXTENSIONS 0x3055
968 #define GR_EGL_GL_TEXTURE_2D 0x30B1 973 #define GR_EGL_GL_TEXTURE_2D 0x30B1
969 #define GR_EGL_GL_TEXTURE_LEVEL 0x30BC 974 #define GR_EGL_GL_TEXTURE_LEVEL 0x30BC
970 #define GR_EGL_IMAGE_PRESERVED 0x30D2 975 #define GR_EGL_IMAGE_PRESERVED 0x30D2
971 #define GR_EGL_FALSE 0x0 976 #define GR_EGL_FALSE 0x0
972 #define GR_EGL_TRUE 0x1 977 #define GR_EGL_TRUE 0x1
973 #define GR_EGL_NONE 0x3038 978 #define GR_EGL_NONE 0x3038
974 #define GR_EGL_NO_IMAGE ((GrEGLImage)0) 979 #define GR_EGL_NO_IMAGE ((GrEGLImage)0)
975 980
976 #endif 981 #endif
OLDNEW
« no previous file with comments | « src/gpu/gl/GrGLCaps.cpp ('k') | src/gpu/gl/GrGLInterface.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698