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

Side by Side Diff: src/gpu/gl/builders/GrGLShaderBuilder.h

Issue 674543004: OptState owns program descriptor (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: cleaup Created 6 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
OLDNEW
1 /* 1 /*
2 * Copyright 2014 Google Inc. 2 * Copyright 2014 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 GrGLShaderBuilder_DEFINED 8 #ifndef GrGLShaderBuilder_DEFINED
9 #define GrGLShaderBuilder_DEFINED 9 #define GrGLShaderBuilder_DEFINED
10 10
11 #include "gl/GrGLProcessor.h"
11 #include "gl/GrGLProgramDesc.h" 12 #include "gl/GrGLProgramDesc.h"
12 #include "gl/GrGLProgramDataManager.h" 13 #include "gl/GrGLProgramDataManager.h"
13 14
14 #include <stdarg.h> 15 #include <stdarg.h>
15 16
16 class GrGLContextInfo; 17 class GrGLContextInfo;
17 class GrGLProgramBuilder; 18 class GrGLProgramBuilder;
18 19
19 /** 20 /**
20 base class for all shaders builders 21 base class for all shaders builders
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 142
142 SkString fCode; 143 SkString fCode;
143 SkString fFunctions; 144 SkString fFunctions;
144 SkString fExtensions; 145 SkString fExtensions;
145 146
146 VarArray fInputs; 147 VarArray fInputs;
147 VarArray fOutputs; 148 VarArray fOutputs;
148 uint32_t fFeaturesAddedMask; 149 uint32_t fFeaturesAddedMask;
149 }; 150 };
150 #endif 151 #endif
OLDNEW
« no previous file with comments | « src/gpu/gl/builders/GrGLProgramBuilder.cpp ('k') | src/gpu/gl/builders/GrGLVertexShaderBuilder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698