Home
last modified time | relevance | path

Searched defs:GLSLProcessor (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/gpu/effects/
DGrYUVEffect.cpp96 class GLSLProcessor : public GrGLSLFragmentProcessor { class in __anon7e708d050111::YUVtoRGBEffect
223 class GLSLProcessor : public GrGLSLFragmentProcessor { class in __anon7e708d050111::RGBToYUVEffect
225 GLSLProcessor() : fLastColorSpace(-1), fLastOutputChannels(-1) {} in GLSLProcessor() function in __anon7e708d050111::RGBToYUVEffect::GLSLProcessor
/external/skia/src/gpu/batches/
DGrPLSPathRenderer.cpp279 class GLSLProcessor : public GrGLSLGeometryProcessor { class in PLSAATriangleEffect
281 GLSLProcessor(const GrGeometryProcessor&) {} in GLSLProcessor() function in PLSAATriangleEffect::GLSLProcessor
481 class GLSLProcessor : public GrGLSLGeometryProcessor { class in PLSQuadEdgeEffect
483 GLSLProcessor(const GrGeometryProcessor&) {} in GLSLProcessor() function in PLSQuadEdgeEffect::GLSLProcessor
664 class GLSLProcessor : public GrGLSLGeometryProcessor { class in PLSFinishEffect
666 GLSLProcessor(const GrGeometryProcessor&) {} in GLSLProcessor() function in PLSFinishEffect::GLSLProcessor
DGrAAConvexPathRenderer.cpp547 class GLSLProcessor : public GrGLSLGeometryProcessor { class in QuadEdgeEffect
549 GLSLProcessor() in GLSLProcessor() function in QuadEdgeEffect::GLSLProcessor
/external/skia/src/effects/
DSkLumaColorFilter.cpp63 class GLSLProcessor : public GrGLSLFragmentProcessor { class in LumaColorFilterEffect
DSkColorCubeFilter.cpp178 class GLSLProcessor : public GrGLSLFragmentProcessor { class in GrColorCubeEffect
/external/skia/src/gpu/
DGrDefaultGeoProcFactory.cpp60 class GLSLProcessor : public GrGLSLGeometryProcessor { class in DefaultGeoProc
62 GLSLProcessor() in GLSLProcessor() function in DefaultGeoProc::GLSLProcessor
DGrOvalRenderer.cpp93 class GLSLProcessor : public GrGLSLGeometryProcessor { class in CircleEdgeEffect
95 GLSLProcessor() {} in GLSLProcessor() function in CircleEdgeEffect::GLSLProcessor
242 class GLSLProcessor : public GrGLSLGeometryProcessor { class in EllipseEdgeEffect
244 GLSLProcessor() {} in GLSLProcessor() function in EllipseEdgeEffect::GLSLProcessor
416 class GLSLProcessor : public GrGLSLGeometryProcessor { class in DIEllipseEdgeEffect
418 GLSLProcessor() in GLSLProcessor() function in DIEllipseEdgeEffect::GLSLProcessor
/external/skia/src/core/
DSkColorMatrixFilterRowMajor255.cpp253 class GLSLProcessor : public GrGLSLFragmentProcessor { class in ColorMatrixEffect
/external/skia/src/effects/gradients/
DSkTwoPointConicalGradient_gpu.cpp611 typedef GLFocalInside2PtConicalEffect GLSLProcessor; typedef in FocalInside2PtConicalEffect