Searched defs:GenKey (Results 1 - 25 of 49) sorted by relevance

12

/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 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 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 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 DGrConfigConversionEffect.cpp77 static inline void GenKey(const GrProcessor& processor, const GrShaderCaps&, function in class:GrGLConfigConversionEffect
149 GrGLConfigConversionEffect::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 DGrCustomXfermode.cpp124 static void GenKey(const GrXferProcessor& p, const GrShaderCaps& caps, function in class:GLCustomXP
179 GLCustomXP::GenKey(*this, caps, b);
H A DGrDistanceFieldGeoProc.cpp195 static inline void GenKey(const GrGeometryProcessor& gp, function in class:GrGLDistanceFieldA8TextGeoProc
255 GrGLDistanceFieldA8TextGeoProc::GenKey(*this, caps, b);
453 static inline void GenKey(const GrGeometryProcessor& gp, function in class:GrGLDistanceFieldPathGeoProc
498 GrGLDistanceFieldPathGeoProc::GenKey(*this, caps, b);
750 static inline void GenKey(const GrGeometryProcessor& gp, function in class:GrGLDistanceFieldLCDTextGeoProc
803 GrGLDistanceFieldLCDTextGeoProc::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 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);
/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
/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);
H A DGrDefaultGeoProcFactory.cpp136 static inline void GenKey(const GrGeometryProcessor& gp, function in class:DefaultGeoProc::GLSLProcessor
185 GLSLProcessor::GenKey(*this, caps, b); member in class:DefaultGeoProc::GLSLProcessor
/external/skia/src/effects/gradients/
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 1323 milliseconds

12