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

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

Issue 1731333002: Revert of Include glGetMultisamplefv API (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 9 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 364 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 #define GR_GL_NORMALIZE 0x0BA1 375 #define GR_GL_NORMALIZE 0x0BA1
376 376
377 /* Matrix Mode */ 377 /* Matrix Mode */
378 #define GR_GL_MATRIX_MODE 0x0BA0 378 #define GR_GL_MATRIX_MODE 0x0BA0
379 #define GR_GL_MODELVIEW 0x1700 379 #define GR_GL_MODELVIEW 0x1700
380 #define GR_GL_PROJECTION 0x1701 380 #define GR_GL_PROJECTION 0x1701
381 #define GR_GL_TEXTURE 0x1702 381 #define GR_GL_TEXTURE 0x1702
382 382
383 /* multisample */ 383 /* multisample */
384 #define GR_GL_MULTISAMPLE 0x809D 384 #define GR_GL_MULTISAMPLE 0x809D
385 #define GR_GL_SAMPLE_POSITION 0x8E50
386 385
387 /* Points */ 386 /* Points */
388 #define GR_GL_POINT_SMOOTH 0x0B10 387 #define GR_GL_POINT_SMOOTH 0x0B10
389 #define GR_GL_POINT_SIZE 0x0B11 388 #define GR_GL_POINT_SIZE 0x0B11
390 #define GR_GL_POINT_SIZE_GRANULARITY 0x0B13 389 #define GR_GL_POINT_SIZE_GRANULARITY 0x0B13
391 #define GR_GL_POINT_SIZE_RANGE 0x0B12 390 #define GR_GL_POINT_SIZE_RANGE 0x0B12
392 391
393 /* Lines */ 392 /* Lines */
394 #define GR_GL_LINE_SMOOTH 0x0B20 393 #define GR_GL_LINE_SMOOTH 0x0B20
395 #define GR_GL_LINE_STIPPLE 0x0B24 394 #define GR_GL_LINE_STIPPLE 0x0B24
(...skipping 556 matching lines...) Expand 10 before | Expand all | Expand 10 after
952 #define GR_EGL_EXTENSIONS 0x3055 951 #define GR_EGL_EXTENSIONS 0x3055
953 #define GR_EGL_GL_TEXTURE_2D 0x30B1 952 #define GR_EGL_GL_TEXTURE_2D 0x30B1
954 #define GR_EGL_GL_TEXTURE_LEVEL 0x30BC 953 #define GR_EGL_GL_TEXTURE_LEVEL 0x30BC
955 #define GR_EGL_IMAGE_PRESERVED 0x30D2 954 #define GR_EGL_IMAGE_PRESERVED 0x30D2
956 #define GR_EGL_FALSE 0x0 955 #define GR_EGL_FALSE 0x0
957 #define GR_EGL_TRUE 0x1 956 #define GR_EGL_TRUE 0x1
958 #define GR_EGL_NONE 0x3038 957 #define GR_EGL_NONE 0x3038
959 #define GR_EGL_NO_IMAGE ((GrEGLImage)0) 958 #define GR_EGL_NO_IMAGE ((GrEGLImage)0)
960 959
961 #endif 960 #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