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

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

Issue 421253003: Finish removing GrTHashTable (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 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/GrGLProgram.h ('k') | tests/HashCacheTest.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 #ifndef GrGpuGL_DEFINED 8 #ifndef GrGpuGL_DEFINED
9 #define GrGpuGL_DEFINED 9 #define GrGpuGL_DEFINED
10 10
11 #include "GrBinHashKey.h"
12 #include "GrDrawState.h" 11 #include "GrDrawState.h"
13 #include "GrGLContext.h" 12 #include "GrGLContext.h"
14 #include "GrGLIRect.h" 13 #include "GrGLIRect.h"
15 #include "GrGLIndexBuffer.h" 14 #include "GrGLIndexBuffer.h"
16 #include "GrGLProgram.h" 15 #include "GrGLProgram.h"
17 #include "GrGLStencilBuffer.h" 16 #include "GrGLStencilBuffer.h"
18 #include "GrGLTexture.h" 17 #include "GrGLTexture.h"
19 #include "GrGLVertexArray.h" 18 #include "GrGLVertexArray.h"
20 #include "GrGLVertexBuffer.h" 19 #include "GrGLVertexBuffer.h"
21 #include "GrGpu.h" 20 #include "GrGpu.h"
(...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 // we record what stencil format worked last time to hopefully exit early 477 // we record what stencil format worked last time to hopefully exit early
479 // from our loop that tries stencil formats and calls check fb status. 478 // from our loop that tries stencil formats and calls check fb status.
480 int fLastSuccessfulStencilFmtIdx; 479 int fLastSuccessfulStencilFmtIdx;
481 480
482 SkAutoTDelete<GrGLNameAllocator> fPathNameAllocator; 481 SkAutoTDelete<GrGLNameAllocator> fPathNameAllocator;
483 482
484 typedef GrGpu INHERITED; 483 typedef GrGpu INHERITED;
485 }; 484 };
486 485
487 #endif 486 #endif
OLDNEW
« no previous file with comments | « src/gpu/gl/GrGLProgram.h ('k') | tests/HashCacheTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698