Searched refs:GenKey (Results 1 - 25 of 51) sorted by relevance

123

/external/skia/src/core/
H A DSkNormalFlatSource.cpp37 static void GenKey(const GrProcessor& proc, const GrShaderCaps&, GrProcessorKeyBuilder* b) { function in class:NormalFlatFP::GLSLNormalFlatFP
50 GLSLNormalFlatFP::GenKey(*this, caps, b); member in class:NormalFlatFP::GLSLNormalFlatFP
H A DSkNormalBevelSource.cpp108 static void GenKey(const GrProcessor& proc, const GrShaderCaps&, GrProcessorKeyBuilder* b) { function in class:NormalBevelFP::GLSLNormalBevelFP
221 GLSLNormalBevelFP::GenKey(*this, caps, b); member in class:NormalBevelFP::GLSLNormalBevelFP
H A DSkNormalMapSource.cpp76 static void GenKey(const GrProcessor&, const GrShaderCaps&, GrProcessorKeyBuilder* b) { function in class:NormalMapFP::GLSLNormalMapFP
100 GLSLNormalMapFP::GenKey(*this, caps, b); member in class:NormalMapFP::GLSLNormalMapFP
H A DSkRadialShadowMapShader.cpp178 static void GenKey(const GrProcessor& proc, const GrShaderCaps&, function in class:RadialShadowMapFP::GLSLRadialShadowMapFP
216 GLSLRadialShadowMapFP::GenKey(*this, caps, b); member in class:RadialShadowMapFP::GLSLRadialShadowMapFP
/external/skia/src/gpu/effects/
H A DGrDisableColorXP.cpp55 static void GenKey(const GrProcessor&, const GrShaderCaps&, GrProcessorKeyBuilder*) {} function in class:GLDisableColorXP
78 GLDisableColorXP::GenKey(*this, caps, b);
H A DGrShadowGeoProc.cpp64 static inline void GenKey(const GrGeometryProcessor& gp, function in class:GrGLSLRRectShadowGeoProc
91 GrGLSLRRectShadowGeoProc::GenKey(*this, caps, b);
H A DGrConvexPolyEffect.cpp85 static inline void GenKey(const GrProcessor&, const GrShaderCaps&, GrProcessorKeyBuilder*);
150 void GLAARectEffect::GenKey(const GrProcessor& processor, const GrShaderCaps&, function in class:GLAARectEffect
157 GLAARectEffect::GenKey(*this, caps, b);
176 static inline void GenKey(const GrProcessor&, const GrShaderCaps&, GrProcessorKeyBuilder*);
229 void GrGLConvexPolyEffect::GenKey(const GrProcessor& processor, const GrShaderCaps&, function in class:GrGLConvexPolyEffect
321 GrGLConvexPolyEffect::GenKey(*this, caps, b);
H A DGrSRGBEffect.cpp58 static inline void GenKey(const GrProcessor& processor, const GrShaderCaps&, function in class:GrGLSRGBEffect
118 GrGLSRGBEffect::GenKey(*this, caps, b);
H A DGrSimpleTextureEffect.cpp59 static inline void GenKey(const GrProcessor& effect, const GrShaderCaps&, function in class:GrGLSimpleTextureEffect
83 GrGLSimpleTextureEffect::GenKey(*this, caps, b);
H A DGrDitherEffect.cpp84 GLDitherEffect::GenKey(*this, caps, b);
H A DGrOvalEffect.cpp98 static inline void GenKey(const GrProcessor&, const GrShaderCaps&, GrProcessorKeyBuilder*);
147 void GLCircleEffect::GenKey(const GrProcessor& processor, const GrShaderCaps&, function in class:GLCircleEffect
174 GLCircleEffect::GenKey(*this, caps, b);
266 static inline void GenKey(const GrProcessor&, const GrShaderCaps&, GrProcessorKeyBuilder*);
340 void GLEllipseEffect::GenKey(const GrProcessor& effect, const GrShaderCaps&, function in class:GLEllipseEffect
380 GLEllipseEffect::GenKey(*this, caps, b);
H A DGrGaussianConvolutionFragmentProcessor.cpp25 static inline void GenKey(const GrProcessor&, const GrShaderCaps&, GrProcessorKeyBuilder*);
140 void GrGLConvolutionEffect::GenKey(const GrProcessor& processor, const GrShaderCaps&, function in class:GrGLConvolutionEffect
198 GrGLConvolutionEffect::GenKey(*this, caps, b);
H A DGrBezierEffect.cpp24 static inline void GenKey(const GrGeometryProcessor&,
217 void GrGLConicEffect::GenKey(const GrGeometryProcessor& gp, function in class:GrGLConicEffect
234 GrGLConicEffect::GenKey(*this, caps, b);
285 static inline void GenKey(const GrGeometryProcessor&,
420 void GrGLQuadEffect::GenKey(const GrGeometryProcessor& gp, function in class:GrGLQuadEffect
437 GrGLQuadEffect::GenKey(*this, caps, b);
487 static inline void GenKey(const GrGeometryProcessor&,
649 void GrGLCubicEffect::GenKey(const GrGeometryProcessor& gp, function in class:GrGLCubicEffect
663 GrGLCubicEffect::GenKey(*this, caps, b);
H A DGrBicubicEffect.cpp22 static inline void GenKey(const GrProcessor& effect, const GrShaderCaps&, function in class:GrGLBicubicEffect
164 GrGLBicubicEffect::GenKey(*this, caps, b);
H A DGrBitmapTextGeoProc.cpp96 static inline void GenKey(const GrGeometryProcessor& proc, function in class:GrGLBitmapTextGeoProc
147 GrGLBitmapTextGeoProc::GenKey(*this, caps, b);
H A DGrCoverageSetOpXP.cpp62 static void GenKey(const GrProcessor& processor, const GrShaderCaps& caps, function in class:GLCoverageSetOpXP
99 GLCoverageSetOpXP::GenKey(*this, caps, b);
H A DGrNonlinearColorSpaceXformEffect.cpp103 static inline void GenKey(const GrProcessor& processor, const GrShaderCaps&, function in class:GrGLNonlinearColorSpaceXformEffect
199 GrGLNonlinearColorSpaceXformEffect::GenKey(*this, caps, b);
H A DGrMatrixConvolutionEffect.cpp20 static inline void GenKey(const GrProcessor&, const GrShaderCaps&, GrProcessorKeyBuilder*);
123 void GrGLMatrixConvolutionEffect::GenKey(const GrProcessor& processor, function in class:GrGLMatrixConvolutionEffect
181 GrGLMatrixConvolutionEffect::GenKey(*this, caps, b);
/external/skia/src/effects/
H A DSkLumaColorFilter.cpp77 static void GenKey(const GrProcessor&, const GrShaderCaps&, GrProcessorKeyBuilder*) {} function in class:LumaColorFilterEffect::GLSLProcessor
110 GLSLProcessor::GenKey(*this, caps, b); member in class:LumaColorFilterEffect::GLSLProcessor
H A DGrAlphaThresholdFragmentProcessor.cpp69 static inline void GenKey(const GrProcessor& effect, const GrShaderCaps&, function in class:GrGLAlphaThresholdFragmentProcessor
178 GrGLAlphaThresholdFragmentProcessor::GenKey(*this, caps, b);
H A DSkHighContrastFilter.cpp316 static void GenKey(const GrProcessor&, const GrShaderCaps&, GrProcessorKeyBuilder*);
337 GLHighContrastFilterEffect::GenKey(*this, caps, b);
350 void GLHighContrastFilterEffect::GenKey( function in class:__anon17006::GLHighContrastFilterEffect
/external/skia/src/gpu/
H A DGrPathProcessor.cpp20 static void GenKey(const GrPathProcessor& pathProc, function in class:GrGLPathProcessor
127 GrGLPathProcessor::GenKey(*this, caps, b);
/external/skia/src/effects/gradients/
H A DSkTwoPointConicalGradient_gpu.cpp146 static void GenKey(const GrProcessor&, const GrShaderCaps& caps, GrProcessorKeyBuilder* b);
171 Edge2PtConicalEffect::GLSLEdge2PtConicalProcessor::GenKey(*this, caps, b);
303 void Edge2PtConicalEffect::GLSLEdge2PtConicalProcessor::GenKey(const GrProcessor& processor, function in class:Edge2PtConicalEffect::GLSLEdge2PtConicalProcessor
427 static void GenKey(const GrProcessor&, const GrShaderCaps& caps, GrProcessorKeyBuilder* b);
453 FocalOutside2PtConicalEffect::GLSLFocalOutside2PtConicalProcessor::GenKey(*this, caps, b);
573 void FocalOutside2PtConicalEffect::GLSLFocalOutside2PtConicalProcessor::GenKey( function in class:FocalOutside2PtConicalEffect::GLSLFocalOutside2PtConicalProcessor
633 static void GenKey(const GrProcessor&, const GrShaderCaps& caps, GrProcessorKeyBuilder* b);
657 FocalInside2PtConicalEffect::GLSLFocalInside2PtConicalProcessor::GenKey(*this, caps, b);
752 void FocalInside2PtConicalEffect::GLSLFocalInside2PtConicalProcessor::GenKey( function in class:FocalInside2PtConicalEffect::GLSLFocalInside2PtConicalProcessor
876 static void GenKey(cons
1030 void CircleInside2PtConicalEffect::GLSLCircleInside2PtConicalProcessor::GenKey( function in class:CircleInside2PtConicalEffect::GLSLCircleInside2PtConicalProcessor
1290 void CircleOutside2PtConicalEffect::GLSLCircleOutside2PtConicalProcessor::GenKey( function in class:CircleOutside2PtConicalEffect::GLSLCircleOutside2PtConicalProcessor
[all...]
H A DSkSweepGradient.cpp162 static void GenKey(const GrProcessor& processor, const GrShaderCaps&, GrProcessorKeyBuilder* b) { function in class:GrSweepGradient::GLSLSweepProcessor
179 GrSweepGradient::GLSLSweepProcessor::GenKey(*this, caps, b);
/external/skia/src/gpu/glsl/
H A DGrGLSLFragmentProcessor.h86 @param key The key that was computed by GenKey() from the generating
151 static void GenKey(const GrProcessor&, const GrShaderCaps&, GrProcessorKeyBuilder*) {} function in class:GrGLSLFragmentProcessor

Completed in 299 milliseconds

123