Searched defs:GLSLProcessor (Results 1 - 17 of 17) sorted by relevance

/external/skia/src/gpu/
H A DGrDefaultGeoProcFactory.cpp68 class GLSLProcessor : public GrGLSLGeometryProcessor { class in class:DefaultGeoProc
70 GLSLProcessor() function in class:DefaultGeoProc::GLSLProcessor
234 GLSLProcessor::GenKey(*this, caps, b);
238 return new GLSLProcessor();
/external/skia/src/gpu/effects/
H A DGrTextureDomain.cpp252 class GLSLProcessor : public GrGLSLFragmentProcessor { class in inherits:GrGLSLFragmentProcessor
285 return new GLSLProcessor;
355 class GLSLProcessor : public GrGLSLFragmentProcessor { class in inherits:GrGLSLFragmentProcessor
404 return new GLSLProcessor;
/external/skqp/src/gpu/
H A DGrDefaultGeoProcFactory.cpp68 class GLSLProcessor : public GrGLSLGeometryProcessor { class in class:DefaultGeoProc
70 GLSLProcessor() function in class:DefaultGeoProc::GLSLProcessor
234 GLSLProcessor::GenKey(*this, caps, b);
238 return new GLSLProcessor();
/external/skqp/src/gpu/effects/
H A DGrTextureDomain.cpp252 class GLSLProcessor : public GrGLSLFragmentProcessor { class in inherits:GrGLSLFragmentProcessor
285 return new GLSLProcessor;
355 class GLSLProcessor : public GrGLSLFragmentProcessor { class in inherits:GrGLSLFragmentProcessor
404 return new GLSLProcessor;
/external/skia/src/core/
H A DSkColorMatrixFilterRowMajor255.cpp197 class GLSLProcessor : public GrGLSLFragmentProcessor { class in class:ColorMatrixEffect
264 return new GLSLProcessor;
269 GLSLProcessor::GenKey(*this, caps, b);
/external/skia/src/gpu/ops/
H A DGrLatticeOp.cpp48 class GLSLProcessor : public GrGLSLGeometryProcessor { class in inherits:GrGLSLGeometryProcessor
93 return new GLSLProcessor;
H A DGrAAConvexPathRenderer.cpp556 class GLSLProcessor : public GrGLSLGeometryProcessor { class in class:QuadEdgeEffect
558 GLSLProcessor() {} function in class:QuadEdgeEffect::GLSLProcessor
629 GLSLProcessor::GenKey(*this, caps, b);
633 return new GLSLProcessor();
H A DGrMSAAPathRenderer.cpp129 class GLSLProcessor : public GrGLSLGeometryProcessor { class in class:__anon20799::MSAAQuadProcessor
131 GLSLProcessor(const GrGeometryProcessor& qpr) {} function in class:__anon20799::MSAAQuadProcessor::GLSLProcessor
191 GLSLProcessor::GenKey(*this, caps, b);
195 return new GLSLProcessor(*this);
H A DGrTextureOp.cpp106 class GLSLProcessor : public GrGLSLGeometryProcessor { class in inherits:GrGLSLGeometryProcessor
219 return new GLSLProcessor;
H A DGrOvalOpFactory.cpp109 GLSLProcessor::GenKey(*this, caps, b);
113 return new GLSLProcessor();
117 class GLSLProcessor : public GrGLSLGeometryProcessor { class in class:CircleGeometryProcessor
119 GLSLProcessor() {} function in class:CircleGeometryProcessor::GLSLProcessor
282 GLSLProcessor::GenKey(*this, caps, b);
286 return new GLSLProcessor();
290 class GLSLProcessor : public GrGLSLGeometryProcessor { class in class:ButtCapDashedCircleGeometryProcessor
292 GLSLProcessor() {} function in class:ButtCapDashedCircleGeometryProcessor::GLSLProcessor
528 GLSLProcessor::GenKey(*this, caps, b);
532 return new GLSLProcessor();
536 class GLSLProcessor : public GrGLSLGeometryProcessor { class in class:EllipseGeometryProcessor
538 GLSLProcessor() {} function in class:EllipseGeometryProcessor::GLSLProcessor
676 class GLSLProcessor : public GrGLSLGeometryProcessor { class in class:DIEllipseGeometryProcessor
678 GLSLProcessor() : fViewMatrix(SkMatrix::InvalidMatrix()) {} function in class:DIEllipseGeometryProcessor::GLSLProcessor
[all...]
/external/skia/src/shaders/gradients/
H A DSkGradientShaderPriv.h238 class GLSLProcessor;
354 class GrGradientEffect::GLSLProcessor : public GrGLSLFragmentProcessor { class in class:GrGradientEffect
356 GLSLProcessor() { function in class:GrGradientEffect::GLSLProcessor
/external/skqp/src/core/
H A DSkColorMatrixFilterRowMajor255.cpp197 class GLSLProcessor : public GrGLSLFragmentProcessor { class in class:ColorMatrixEffect
264 return new GLSLProcessor;
269 GLSLProcessor::GenKey(*this, caps, b);
/external/skqp/src/shaders/gradients/
H A DSkGradientShaderPriv.h233 class GLSLProcessor;
349 class GrGradientEffect::GLSLProcessor : public GrGLSLFragmentProcessor { class in class:GrGradientEffect
351 GLSLProcessor() { function in class:GrGradientEffect::GLSLProcessor
/external/skqp/src/gpu/ops/
H A DGrAAConvexPathRenderer.cpp556 class GLSLProcessor : public GrGLSLGeometryProcessor { class in class:QuadEdgeEffect
558 GLSLProcessor() {} function in class:QuadEdgeEffect::GLSLProcessor
629 GLSLProcessor::GenKey(*this, caps, b);
633 return new GLSLProcessor();
H A DGrMSAAPathRenderer.cpp129 class GLSLProcessor : public GrGLSLGeometryProcessor { class in class:__anon21465::MSAAQuadProcessor
131 GLSLProcessor(const GrGeometryProcessor& qpr) {} function in class:__anon21465::MSAAQuadProcessor::GLSLProcessor
191 GLSLProcessor::GenKey(*this, caps, b);
195 return new GLSLProcessor(*this);
H A DGrTextureOp.cpp106 class GLSLProcessor : public GrGLSLGeometryProcessor { class in inherits:GrGLSLGeometryProcessor
224 return new GLSLProcessor;
H A DGrOvalOpFactory.cpp99 GLSLProcessor::GenKey(*this, caps, b);
103 return new GLSLProcessor();
107 class GLSLProcessor : public GrGLSLGeometryProcessor { class in class:CircleGeometryProcessor
109 GLSLProcessor() {} function in class:CircleGeometryProcessor::GLSLProcessor
254 GLSLProcessor::GenKey(*this, caps, b);
258 return new GLSLProcessor();
262 class GLSLProcessor : public GrGLSLGeometryProcessor { class in class:EllipseGeometryProcessor
264 GLSLProcessor() {} function in class:EllipseGeometryProcessor::GLSLProcessor
394 GLSLProcessor::GenKey(*this, caps, b);
398 return new GLSLProcessor();
402 class GLSLProcessor : public GrGLSLGeometryProcessor { class in class:DIEllipseGeometryProcessor
404 GLSLProcessor() : fViewMatrix(SkMatrix::InvalidMatrix()) {} function in class:DIEllipseGeometryProcessor::GLSLProcessor
[all...]

Completed in 548 milliseconds