Searched refs:GLProcessor (Results 1 - 25 of 38) 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 DGrConfigConversionEffect.h42 typedef GrGLConfigConversionEffect GLProcessor; typedef in class:GrConfigConversionEffect
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 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 DGrDistanceFieldTextureEffect.h69 typedef GrGLDistanceFieldTextureEffect GLProcessor; typedef in class:GrDistanceFieldTextureEffect
119 typedef GrGLDistanceFieldLCDTextureEffect GLProcessor; typedef in class:GrDistanceFieldLCDTextureEffect
H A DGrConvexPolyEffect.h71 typedef GrGLConvexPolyEffect GLProcessor; typedef in class:GrConvexPolyEffect
H A DGrConvolutionEffect.h63 typedef GrGLConvolutionEffect GLProcessor; typedef in class:GrConvolutionEffect
H A DGrDitherEffect.cpp31 typedef GLDitherEffect GLProcessor; typedef in class:DitherEffect
H A DGrSimpleTextureEffect.h54 typedef GrGLSimpleTextureEffect GLProcessor; typedef in class:GrSimpleTextureEffect
H A DGrBicubicEffect.h29 typedef GrGLBicubicEffect GLProcessor; typedef in class:GrBicubicEffect
H A DGrMatrixConvolutionEffect.h71 typedef GrGLMatrixConvolutionEffect GLProcessor; typedef in class:GrMatrixConvolutionEffect
H A DGrTextureDomain.h159 typedef GrGLTextureDomainEffect GLProcessor; typedef in class:GrTextureDomainEffect
H A DGrOvalEffect.cpp33 typedef GLCircleEffect GLProcessor; typedef in class:CircleEffect
205 typedef GLEllipseEffect GLProcessor; typedef in class:EllipseEffect
H A DGrConvexPolyEffect.cpp22 typedef GLAARectEffect GLProcessor; typedef in class:AARectEffect
/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 DSkMagnifierImageFilter.cpp59 typedef GrGLMagnifierEffect GLProcessor; typedef in class:GrMagnifierEffect
/external/chromium_org/third_party/skia/src/gpu/
H A DGrOvalRenderer.cpp95 class GLProcessor : public GrGLGeometryProcessor { class in class:CircleEdgeEffect
97 GLProcessor(const GrBackendProcessorFactory& factory, const GrProcessor&) function in class:CircleEdgeEffect::GLProcessor
213 class GLProcessor : public GrGLGeometryProcessor { class in class:EllipseEdgeEffect
215 GLProcessor(const GrBackendProcessorFactory& factory, const GrProcessor&) function in class:EllipseEdgeEffect::GLProcessor
362 class GLProcessor : public GrGLGeometryProcessor { class in class:DIEllipseEdgeEffect
364 GLProcessor(const GrBackendProcessorFactory& factory, const GrProcessor&) function in class:DIEllipseEdgeEffect::GLProcessor
H A DGrAARectRenderer.cpp44 class GLProcessor : public GrGLGeometryProcessor { class in class:GrAlignedRectEffect
46 GLProcessor(const GrBackendProcessorFactory& factory, const GrProcessor&) function in class:GrAlignedRectEffect::GLProcessor
170 class GLProcessor : public GrGLGeometryProcessor { class in class:GrRectEffect
172 GLProcessor(const GrBackendProcessorFactory& factory, const GrProcessor&) function in class:GrRectEffect::GLProcessor
H A DGrAAConvexPathRenderer.cpp531 class GLProcessor : public GrGLGeometryProcessor { class in class:QuadEdgeEffect
533 GLProcessor(const GrBackendProcessorFactory& factory, const GrProcessor&) function in class:QuadEdgeEffect::GLProcessor
/external/chromium_org/third_party/skia/src/effects/gradients/
H A DSkTwoPointConicalGradient_gpu.cpp80 typedef GLEdge2PtConicalEffect GLProcessor; typedef in class:Edge2PtConicalEffect
394 typedef GLFocalOutside2PtConicalEffect GLProcessor; typedef in class:FocalOutside2PtConicalEffect
605 typedef GLFocalInside2PtConicalEffect GLProcessor; typedef in class:FocalInside2PtConicalEffect
847 typedef GLCircleInside2PtConicalEffect GLProcessor; typedef in class:CircleInside2PtConicalEffect
1066 typedef GLCircleOutside2PtConicalEffect GLProcessor; typedef in class:CircleOutside2PtConicalEffect
H A DSkSweepGradient.cpp231 typedef GrGLSweepGradient GLProcessor; typedef in class:GrSweepGradient

Completed in 274 milliseconds

12