Searched defs:GLProcessor (Results 1 - 25 of 37) sorted by relevance

12

/external/chromium_org/third_party/skia/include/gpu/
H A DGrTBackendProcessorFactory.h27 * MyEffect::GLProcessor.
28 * 2. MyEffect::GLProcessor must have a static function:
31 * MyEffect::GLProcessor::emitCode().
39 typedef typename ProcessorClass::GLProcessor GLProcessor; typedef in class:GrTBackendProcessorFactory
41 /** Returns a human-readable name for the effect. Implemented using GLProcessor::Name as
46 /** Implemented using GLProcessor::GenKey as described in this class's comment. */
50 GLProcessor::GenKey(effect, caps, b);
57 return SkNEW_ARGS(GLProcessor, (*this, effect));
/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrCustomCoordsTextureEffect.h35 typedef GrGLCustomCoordsTextureEffect GLProcessor; typedef in class:GrCustomCoordsTextureEffect
H A DGrBicubicEffect.h29 typedef GrGLBicubicEffect GLProcessor; typedef in class:GrBicubicEffect
H A DGrConfigConversionEffect.h42 typedef GrGLConfigConversionEffect GLProcessor; typedef in class:GrConfigConversionEffect
H A DGrConvexPolyEffect.h71 typedef GrGLConvexPolyEffect GLProcessor; typedef in class:GrConvexPolyEffect
H A DGrSimpleTextureEffect.h54 typedef GrGLSimpleTextureEffect GLProcessor; typedef in class:GrSimpleTextureEffect
H A DGrBezierEffect.h98 typedef GrGLConicEffect GLProcessor; typedef in class:GrConicEffect
171 typedef GrGLQuadEffect GLProcessor; typedef in class:GrQuadEffect
246 typedef GrGLCubicEffect GLProcessor; typedef in class:GrCubicEffect
H A DGrConvolutionEffect.h63 typedef GrGLConvolutionEffect GLProcessor; typedef in class:GrConvolutionEffect
H A DGrDitherEffect.cpp31 typedef GLDitherEffect GLProcessor; typedef in class:DitherEffect
H A DGrMatrixConvolutionEffect.h71 typedef GrGLMatrixConvolutionEffect GLProcessor; typedef in class:GrMatrixConvolutionEffect
H A DGrYUVtoRGBEffect.cpp42 class GLProcessor : public GrGLFragmentProcessor { class in class:__anon15283::YUVtoRGBEffect
50 GLProcessor(const GrBackendProcessorFactory& factory, function in class:__anon15283::YUVtoRGBEffect::GLProcessor
129 const GrGLfloat YUVtoRGBEffect::GLProcessor::kJPEGConversionMatrix[16] = {
134 const GrGLfloat YUVtoRGBEffect::GLProcessor::kRec601ConversionMatrix[16] = {
H A DGrDistanceFieldTextureEffect.h69 typedef GrGLDistanceFieldTextureEffect GLProcessor; typedef in class:GrDistanceFieldTextureEffect
119 typedef GrGLDistanceFieldLCDTextureEffect GLProcessor; typedef in class:GrDistanceFieldLCDTextureEffect
H A DGrTextureDomain.h159 typedef GrGLTextureDomainEffect GLProcessor; typedef in class:GrTextureDomainEffect
H A DGrConvexPolyEffect.cpp22 typedef GLAARectEffect GLProcessor; typedef in class:AARectEffect
H A DGrOvalEffect.cpp33 typedef GLCircleEffect GLProcessor; typedef in class:CircleEffect
205 typedef GLEllipseEffect GLProcessor; typedef in class:EllipseEffect
H A DGrRRectEffect.cpp60 typedef GLCircularRRectEffect GLProcessor; typedef in class:CircularRRectEffect
400 typedef GLEllipticalRRectEffect GLProcessor; typedef in class:EllipticalRRectEffect
/external/chromium_org/third_party/skia/src/effects/
H A DSkLumaColorFilter.cpp83 class GLProcessor : public GrGLFragmentProcessor { class in class:LumaColorFilterEffect
85 GLProcessor(const GrBackendProcessorFactory& factory, function in class:LumaColorFilterEffect::GLProcessor
H A DSkColorFilters.cpp219 class GLProcessor : public GrGLFragmentProcessor { class in class:ModeColorFilterEffect
221 GLProcessor(const GrBackendProcessorFactory& factory, const GrProcessor&) function in class:ModeColorFilterEffect::GLProcessor
H A DSkColorMatrixFilter.cpp399 class GLProcessor : public GrGLFragmentProcessor { class in class:ColorMatrixEffect
404 GLProcessor(const GrBackendProcessorFactory& factory, function in class:ColorMatrixEffect::GLProcessor
H A DSkAlphaThresholdFilter.cpp84 typedef GrGLAlphaThresholdEffect GLProcessor; typedef in class:AlphaThresholdEffect
H A DSkArithmeticMode.cpp288 typedef GrGLArithmeticEffect GLProcessor; typedef in class:GrArithmeticEffect
H A DSkMagnifierImageFilter.cpp59 typedef GrGLMagnifierEffect GLProcessor; typedef in class:GrMagnifierEffect
H A DSkTableColorFilter.cpp299 typedef GLColorTableEffect GLProcessor; typedef in class:ColorTableEffect
H A DSkDisplacementMapEffect.cpp351 typedef GrGLDisplacementMapEffect GLProcessor; typedef in class:GrDisplacementMapEffect
/external/chromium_org/third_party/skia/src/effects/gradients/
H A DSkSweepGradient.cpp231 typedef GrGLSweepGradient GLProcessor; typedef in class:GrSweepGradient

Completed in 179 milliseconds

12