Lines Matching refs:GLSLProcessor
98 GLSLProcessor::GenKey(*this, caps, b); in getGLSLProcessorKey()
102 return new GLSLProcessor(); in createGLSLInstance()
106 class GLSLProcessor : public GrGLSLGeometryProcessor { class in CircleGeometryProcessor
108 GLSLProcessor() {} in GLSLProcessor() function in CircleGeometryProcessor::GLSLProcessor
275 GLSLProcessor::GenKey(*this, caps, b); in getGLSLProcessorKey()
279 return new GLSLProcessor(); in createGLSLInstance()
283 class GLSLProcessor : public GrGLSLGeometryProcessor { class in ButtCapDashedCircleGeometryProcessor
285 GLSLProcessor() {} in GLSLProcessor() function in ButtCapDashedCircleGeometryProcessor::GLSLProcessor
532 GLSLProcessor::GenKey(*this, caps, b); in getGLSLProcessorKey()
536 return new GLSLProcessor(); in createGLSLInstance()
540 class GLSLProcessor : public GrGLSLGeometryProcessor { class in EllipseGeometryProcessor
542 GLSLProcessor() {} in GLSLProcessor() function in EllipseGeometryProcessor::GLSLProcessor
725 GLSLProcessor::GenKey(*this, caps, b); in getGLSLProcessorKey()
729 return new GLSLProcessor(); in createGLSLInstance()
733 class GLSLProcessor : public GrGLSLGeometryProcessor { class in DIEllipseGeometryProcessor
735 GLSLProcessor() : fViewMatrix(SkMatrix::InvalidMatrix()) {} in GLSLProcessor() function in DIEllipseGeometryProcessor::GLSLProcessor