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

Side by Side Diff: tools/gpu/gl/null/NullGLTestContext.h

Issue 1882563002: Enable NV_path_rendering in the Null GL. (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Rebased to resolve merge conflict Created 4 years, 8 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 | « tools/gpu/GrContextFactory.cpp ('k') | tools/gpu/gl/null/NullGLTestContext.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 /* 2 /*
3 * Copyright 2011 Google Inc. 3 * Copyright 2011 Google Inc.
4 * 4 *
5 * Use of this source code is governed by a BSD-style license that can be 5 * Use of this source code is governed by a BSD-style license that can be
6 * found in the LICENSE file. 6 * found in the LICENSE file.
7 */ 7 */
8 #ifndef NullGLContext_DEFINED 8 #ifndef NullGLContext_DEFINED
9 #define NullGLContext_DEFINED 9 #define NullGLContext_DEFINED
10 10
11 #include "gl/GLTestContext.h" 11 #include "gl/GLTestContext.h"
12 12
13 namespace sk_gpu_test { 13 namespace sk_gpu_test {
14 GLTestContext* CreateNullGLTestContext(); 14 GLTestContext* CreateNullGLTestContext(bool enableNVPR);
15 } // namespace sk_gpu_test 15 } // namespace sk_gpu_test
16 16
17 #endif 17 #endif
OLDNEW
« no previous file with comments | « tools/gpu/GrContextFactory.cpp ('k') | tools/gpu/gl/null/NullGLTestContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698