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

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

Issue 1306803003: Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FPs (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 3 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/effects/GrConfigConversionEffect.cpp ('k') | src/gpu/gl/GrGLPathProgram.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 2015 Google Inc. 2 * Copyright 2015 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 GrGLPathProgram_DEFINED 8 #ifndef GrGLPathProgram_DEFINED
9 #define GrGLPathProgram_DEFINED 9 #define GrGLPathProgram_DEFINED
10 10
(...skipping 16 matching lines...) Expand all
27 const UniformInfoArray&, 27 const UniformInfoArray&,
28 const SeparableVaryingInfoArray&, 28 const SeparableVaryingInfoArray&,
29 GrGLInstalledGeoProc*, 29 GrGLInstalledGeoProc*,
30 GrGLInstalledXferProc* xferProcessor, 30 GrGLInstalledXferProc* xferProcessor,
31 GrGLInstalledFragProcs* fragmentProcessors, 31 GrGLInstalledFragProcs* fragmentProcessors,
32 SkTArray<UniformHandle>* passSamplerUniforms); 32 SkTArray<UniformHandle>* passSamplerUniforms);
33 33
34 private: 34 private:
35 void didSetData() override; 35 void didSetData() override;
36 virtual void setTransformData(const GrPrimitiveProcessor&, 36 virtual void setTransformData(const GrPrimitiveProcessor&,
37 const GrFragmentProcessor&, 37 const GrPendingFragmentStage&,
38 int index, 38 int index,
39 GrGLInstalledFragProc*) override; 39 GrGLInstalledFragProc*) override;
40 void onSetRenderTargetState(const GrPrimitiveProcessor&, const GrPipeline&) override; 40 void onSetRenderTargetState(const GrPrimitiveProcessor&, const GrPipeline&) override;
41 41
42 friend class GrGLPathProgramBuilder; 42 friend class GrGLPathProgramBuilder;
43 43
44 GrGLPathProgramDataManager fPathProgramDataManager; 44 GrGLPathProgramDataManager fPathProgramDataManager;
45 45
46 typedef GrGLProgram INHERITED; 46 typedef GrGLProgram INHERITED;
47 }; 47 };
48 48
49 #endif 49 #endif
OLDNEW
« no previous file with comments | « src/gpu/effects/GrConfigConversionEffect.cpp ('k') | src/gpu/gl/GrGLPathProgram.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698