aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGLProgram.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/gl/GrGLProgram.h')
-rw-r--r--src/gpu/gl/GrGLProgram.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gpu/gl/GrGLProgram.h b/src/gpu/gl/GrGLProgram.h
index b18b8ae31d..09f7668be2 100644
--- a/src/gpu/gl/GrGLProgram.h
+++ b/src/gpu/gl/GrGLProgram.h
@@ -178,14 +178,6 @@ private:
void genGeometryShader(GrGLShaderBuilder::VertexBuilder* vertexBuilder) const;
- // Creates a set of GrGLEffects and GrGLDrawEffects.
- void buildGLEffects(SkTArray<EffectAndSamplers> GrGLProgram::* effectSet,
- const GrEffectStage* stages[],
- int count,
- bool hasExplicitLocalCoords,
- SkTArray<GrDrawEffect>* drawEffects,
- bool* hasVertexShaderEffects);
-
// Creates a GL program ID, binds shader attributes to GL vertex attrs, and links the program
bool bindOutputsAttribsAndLinkProgram(const GrGLShaderBuilder& builder,
bool bindColorOut,